Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved. Exact original first-admission records.
Exact expanded first-order arithmetic statement
forall b c q r d. (exists ff_gap_mdm_lt_removed_row. ff_gap_mdm_lt_removed_row + S (r) = (S q)) -> (exists ff_gap_mdm_lt_removed_column. ff_gap_mdm_lt_removed_column + S (d) = (S q)) -> exists u v. (forall ff_index_mdm_prefix_square_minor. (exists ff_gap_mdm_lt_square_minor_index_bound. ff_gap_mdm_lt_square_minor_index_bound + S (ff_index_mdm_prefix_square_minor) = (q * q)) -> exists ff_row_mdm_prefix_square_minor ff_column_mdm_prefix_square_minor ff_value_mdm_prefix_square_minor. (ff_index_mdm_prefix_square_minor = (q) * ff_row_mdm_prefix_square_minor + ff_column_mdm_prefix_square_minor /\ ((exists ff_gap_mdm_lt_square_minor_column_bound. ff_gap_mdm_lt_square_minor_column_bound + S (ff_column_mdm_prefix_square_minor) = (q)) /\ ((exists ff_row_mdm_cell_square_minor_cell ff_column_mdm_cell_square_minor_cell. (((((exists ff_gap_mdm_lt_square_minor_cell_row_before. ff_gap_mdm_lt_square_minor_cell_row_before + S (ff_row_mdm_prefix_square_minor) = (r)) /\ ff_row_mdm_cell_square_minor_cell = ff_row_mdm_prefix_square_minor) \/ ((exists ff_gap_mdm_le_square_minor_cell_row_after. ff_gap_mdm_le_square_minor_cell_row_after + (r) = (ff_row_mdm_prefix_square_minor)) /\ ff_row_mdm_cell_square_minor_cell = S ff_row_mdm_prefix_square_minor))) /\ (((((exists ff_gap_mdm_lt_square_minor_cell_column_before. ff_gap_mdm_lt_square_minor_cell_column_before + S (ff_column_mdm_prefix_square_minor) = (d)) /\ ff_column_mdm_cell_square_minor_cell = ff_column_mdm_prefix_square_minor) \/ ((exists ff_gap_mdm_le_square_minor_cell_column_after. ff_gap_mdm_le_square_minor_cell_column_after + (d) = (ff_column_mdm_prefix_square_minor)) /\ ff_column_mdm_cell_square_minor_cell = S ff_column_mdm_prefix_square_minor))) /\ (((exists ff_h_mdm_square_minor_cell_source. ff_h_mdm_square_minor_cell_source + S (ff_value_mdm_prefix_square_minor) = S ((S ((ff_row_mdm_cell_square_minor_cell) * (S q) + (ff_column_mdm_cell_square_minor_cell))) * c)) /\ exists ff_q_mdm_square_minor_cell_source. b = ff_q_mdm_square_minor_cell_source * S ((S ((ff_row_mdm_cell_square_minor_cell) * (S q) + (ff_column_mdm_cell_square_minor_cell))) * c) + (ff_value_mdm_prefix_square_minor)))))) /\ (((exists ff_h_mdm_square_minor_target. ff_h_mdm_square_minor_target + S (ff_value_mdm_prefix_square_minor) = S ((S (ff_index_mdm_prefix_square_minor)) * v)) /\ exists ff_q_mdm_square_minor_target. u = ff_q_mdm_square_minor_target * S ((S (ff_index_mdm_prefix_square_minor)) * v) + (ff_value_mdm_prefix_square_minor)))))))Constructive proof overview
Generated structural guide
Deleting any valid row and column from an unrestricted square beta-coded natural matrix constructs its complete exact square cofactor minor.
The unchanged tactic script uses 1 declared prerequisite and contains 15 exact native proof lines.
Alpha v34 checked-use · first admitted v24 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
Direct dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
Read the argument
Proof checkpoints
This is a reading aid, not a new proof or a proof-tree certificate. Checkpoint groups are consecutive commands, not inferred branch boundaries. Every step links to the preserved script.
Named ingredients (1)
01Fix variables and assumptionsL1–7
02Use earlier factsL8–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L8
specialize beta_matrix_minor_prefix_exists b - L9
specialize beta_matrix_minor_prefix_exists c - L10
specialize beta_matrix_minor_prefix_exists (S q) - L11
specialize beta_matrix_minor_prefix_exists r - L12
specialize beta_matrix_minor_prefix_exists d - L13
specialize beta_matrix_minor_prefix_exists q - L14
specialize beta_matrix_minor_prefix_exists q - L15
exact beta_matrix_minor_prefix_exists
Original exact command ledger · 15 lines
- 0001
intro b - 0002
intro c - 0003
intro q - 0004
intro r - 0005
intro d - 0006
intro hrow - 0007
intro hcolumn - 0008
specialize beta_matrix_minor_prefix_exists b - 0009
specialize beta_matrix_minor_prefix_exists c - 0010
specialize beta_matrix_minor_prefix_exists (S q) - 0011
specialize beta_matrix_minor_prefix_exists r - 0012
specialize beta_matrix_minor_prefix_exists d - 0013
specialize beta_matrix_minor_prefix_exists q - 0014
specialize beta_matrix_minor_prefix_exists q - 0015
exact beta_matrix_minor_prefix_exists
Separate complete second-wave branches: Full T13 proof · Alpha v27.