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 w r d q h. exists u v. (forall ff_index_mdm_prefix_prefix_full. (exists ff_gap_mdm_lt_prefix_full_index_bound. ff_gap_mdm_lt_prefix_full_index_bound + S (ff_index_mdm_prefix_prefix_full) = (h * q)) -> exists ff_row_mdm_prefix_prefix_full ff_column_mdm_prefix_prefix_full ff_value_mdm_prefix_prefix_full. (ff_index_mdm_prefix_prefix_full = (q) * ff_row_mdm_prefix_prefix_full + ff_column_mdm_prefix_prefix_full /\ ((exists ff_gap_mdm_lt_prefix_full_column_bound. ff_gap_mdm_lt_prefix_full_column_bound + S (ff_column_mdm_prefix_prefix_full) = (q)) /\ ((exists ff_row_mdm_cell_prefix_full_cell ff_column_mdm_cell_prefix_full_cell. (((((exists ff_gap_mdm_lt_prefix_full_cell_row_before. ff_gap_mdm_lt_prefix_full_cell_row_before + S (ff_row_mdm_prefix_prefix_full) = (r)) /\ ff_row_mdm_cell_prefix_full_cell = ff_row_mdm_prefix_prefix_full) \/ ((exists ff_gap_mdm_le_prefix_full_cell_row_after. ff_gap_mdm_le_prefix_full_cell_row_after + (r) = (ff_row_mdm_prefix_prefix_full)) /\ ff_row_mdm_cell_prefix_full_cell = S ff_row_mdm_prefix_prefix_full))) /\ (((((exists ff_gap_mdm_lt_prefix_full_cell_column_before. ff_gap_mdm_lt_prefix_full_cell_column_before + S (ff_column_mdm_prefix_prefix_full) = (d)) /\ ff_column_mdm_cell_prefix_full_cell = ff_column_mdm_prefix_prefix_full) \/ ((exists ff_gap_mdm_le_prefix_full_cell_column_after. ff_gap_mdm_le_prefix_full_cell_column_after + (d) = (ff_column_mdm_prefix_prefix_full)) /\ ff_column_mdm_cell_prefix_full_cell = S ff_column_mdm_prefix_prefix_full))) /\ (((exists ff_h_mdm_prefix_full_cell_source. ff_h_mdm_prefix_full_cell_source + S (ff_value_mdm_prefix_prefix_full) = S ((S ((ff_row_mdm_cell_prefix_full_cell) * (w) + (ff_column_mdm_cell_prefix_full_cell))) * c)) /\ exists ff_q_mdm_prefix_full_cell_source. b = ff_q_mdm_prefix_full_cell_source * S ((S ((ff_row_mdm_cell_prefix_full_cell) * (w) + (ff_column_mdm_cell_prefix_full_cell))) * c) + (ff_value_mdm_prefix_prefix_full)))))) /\ (((exists ff_h_mdm_prefix_full_target. ff_h_mdm_prefix_full_target + S (ff_value_mdm_prefix_prefix_full) = S ((S (ff_index_mdm_prefix_prefix_full)) * v)) /\ exists ff_q_mdm_prefix_full_target. u = ff_q_mdm_prefix_full_target * S ((S (ff_index_mdm_prefix_prefix_full)) * v) + (ff_value_mdm_prefix_prefix_full)))))))Constructive proof overview
Generated structural guide
Every arbitrary finite rectangular deleted-row/deleted-column matrix prefix is beta-coded, including width zero.
The unchanged tactic script uses 3 declared prerequisites and contains 30 exact native proof lines.
Alpha v34 checked-use · first admitted v24 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
eq_decidable Stable theorem; checked-use authorized MN000A beta_matrix_minor_prefix_empty_exists MN0009 beta_matrix_minor_prefix_exists_nonzeroDirect 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 (2)
01Fix variables and assumptionsL1–7
02Use earlier factsL8–9
03Separate the logical casesL10–10
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L10
cases eq_decidable
04Establish hlengthL11–20
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply PA5.
- L11
have hlength : h * q = 0 - L12
rewrite eq_decidable_left - L13
apply PA5 - L14
rewrite hlength - L15
specialize beta_matrix_minor_prefix_empty_exists b - L16
specialize beta_matrix_minor_prefix_empty_exists c - L17
specialize beta_matrix_minor_prefix_empty_exists w - L18
specialize beta_matrix_minor_prefix_empty_exists r - L19
specialize beta_matrix_minor_prefix_empty_exists d - L20
specialize beta_matrix_minor_prefix_empty_exists q
05Use earlier factsL21–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact beta_matrix_minor_prefix_empty_exists - L22
specialize beta_matrix_minor_prefix_exists_nonzero b - L23
specialize beta_matrix_minor_prefix_exists_nonzero c - L24
specialize beta_matrix_minor_prefix_exists_nonzero w - L25
specialize beta_matrix_minor_prefix_exists_nonzero r - L26
specialize beta_matrix_minor_prefix_exists_nonzero d - L27
specialize beta_matrix_minor_prefix_exists_nonzero q - L28
specialize beta_matrix_minor_prefix_exists_nonzero (h * q) - L29
apply beta_matrix_minor_prefix_exists_nonzero - L30
exact eq_decidable_right
Original exact command ledger · 30 lines
- 0001
intro b - 0002
intro c - 0003
intro w - 0004
intro r - 0005
intro d - 0006
intro q - 0007
intro h - 0008
specialize eq_decidable q - 0009
specialize eq_decidable 0 - 0010
cases eq_decidable - 0011
have hlength : h * q = 0 - 0012
rewrite eq_decidable_left - 0013
apply PA5 - 0014
rewrite hlength - 0015
specialize beta_matrix_minor_prefix_empty_exists b - 0016
specialize beta_matrix_minor_prefix_empty_exists c - 0017
specialize beta_matrix_minor_prefix_empty_exists w - 0018
specialize beta_matrix_minor_prefix_empty_exists r - 0019
specialize beta_matrix_minor_prefix_empty_exists d - 0020
specialize beta_matrix_minor_prefix_empty_exists q - 0021
exact beta_matrix_minor_prefix_empty_exists - 0022
specialize beta_matrix_minor_prefix_exists_nonzero b - 0023
specialize beta_matrix_minor_prefix_exists_nonzero c - 0024
specialize beta_matrix_minor_prefix_exists_nonzero w - 0025
specialize beta_matrix_minor_prefix_exists_nonzero r - 0026
specialize beta_matrix_minor_prefix_exists_nonzero d - 0027
specialize beta_matrix_minor_prefix_exists_nonzero q - 0028
specialize beta_matrix_minor_prefix_exists_nonzero (h * q) - 0029
apply beta_matrix_minor_prefix_exists_nonzero - 0030
exact eq_decidable_right
Separate complete second-wave branches: Full T13 proof · Alpha v27.