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. exists u v. (forall ff_index_mdm_prefix_prefix_empty. (exists ff_gap_mdm_lt_prefix_empty_index_bound. ff_gap_mdm_lt_prefix_empty_index_bound + S (ff_index_mdm_prefix_prefix_empty) = (0)) -> exists ff_row_mdm_prefix_prefix_empty ff_column_mdm_prefix_prefix_empty ff_value_mdm_prefix_prefix_empty. (ff_index_mdm_prefix_prefix_empty = (q) * ff_row_mdm_prefix_prefix_empty + ff_column_mdm_prefix_prefix_empty /\ ((exists ff_gap_mdm_lt_prefix_empty_column_bound. ff_gap_mdm_lt_prefix_empty_column_bound + S (ff_column_mdm_prefix_prefix_empty) = (q)) /\ ((exists ff_row_mdm_cell_prefix_empty_cell ff_column_mdm_cell_prefix_empty_cell. (((((exists ff_gap_mdm_lt_prefix_empty_cell_row_before. ff_gap_mdm_lt_prefix_empty_cell_row_before + S (ff_row_mdm_prefix_prefix_empty) = (r)) /\ ff_row_mdm_cell_prefix_empty_cell = ff_row_mdm_prefix_prefix_empty) \/ ((exists ff_gap_mdm_le_prefix_empty_cell_row_after. ff_gap_mdm_le_prefix_empty_cell_row_after + (r) = (ff_row_mdm_prefix_prefix_empty)) /\ ff_row_mdm_cell_prefix_empty_cell = S ff_row_mdm_prefix_prefix_empty))) /\ (((((exists ff_gap_mdm_lt_prefix_empty_cell_column_before. ff_gap_mdm_lt_prefix_empty_cell_column_before + S (ff_column_mdm_prefix_prefix_empty) = (d)) /\ ff_column_mdm_cell_prefix_empty_cell = ff_column_mdm_prefix_prefix_empty) \/ ((exists ff_gap_mdm_le_prefix_empty_cell_column_after. ff_gap_mdm_le_prefix_empty_cell_column_after + (d) = (ff_column_mdm_prefix_prefix_empty)) /\ ff_column_mdm_cell_prefix_empty_cell = S ff_column_mdm_prefix_prefix_empty))) /\ (((exists ff_h_mdm_prefix_empty_cell_source. ff_h_mdm_prefix_empty_cell_source + S (ff_value_mdm_prefix_prefix_empty) = S ((S ((ff_row_mdm_cell_prefix_empty_cell) * (w) + (ff_column_mdm_cell_prefix_empty_cell))) * c)) /\ exists ff_q_mdm_prefix_empty_cell_source. b = ff_q_mdm_prefix_empty_cell_source * S ((S ((ff_row_mdm_cell_prefix_empty_cell) * (w) + (ff_column_mdm_cell_prefix_empty_cell))) * c) + (ff_value_mdm_prefix_prefix_empty)))))) /\ (((exists ff_h_mdm_prefix_empty_target. ff_h_mdm_prefix_empty_target + S (ff_value_mdm_prefix_prefix_empty) = S ((S (ff_index_mdm_prefix_prefix_empty)) * v)) /\ exists ff_q_mdm_prefix_empty_target. u = ff_q_mdm_prefix_empty_target * S ((S (ff_index_mdm_prefix_prefix_empty)) * v) + (ff_value_mdm_prefix_prefix_empty)))))))Constructive proof overview
Generated structural guide
The zero-dimensional cofactor minor has an unconditional constructive empty beta code.
The unchanged tactic script uses 2 declared prerequisites and contains 20 exact native proof lines.
Alpha v34 checked-use · first admitted v24 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
add_eq_zero_right Stable theorem; checked-use authorized succ_ne_zero Stable theorem; checked-use authorizedDirect 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.
01Fix variables and assumptionsL1–6
02Construct an explicit witnessL7–8
03Fix variables and assumptionsL9–10
04Separate the logical casesL11–12
05Establish hzeroL13–20
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add eq zero right.
Original exact command ledger · 20 lines
- 0001
intro b - 0002
intro c - 0003
intro w - 0004
intro r - 0005
intro d - 0006
intro q - 0007
exists 0 - 0008
exists 0 - 0009
intro k - 0010
intro hk - 0011
exfalso - 0012
cases hk - 0013
have hzero : S k = 0 - 0014
specialize add_eq_zero_right x - 0015
specialize add_eq_zero_right (S k) - 0016
apply add_eq_zero_right - 0017
exact hk_witness - 0018
specialize succ_ne_zero k - 0019
apply succ_ne_zero - 0020
exact hzero
Separate complete second-wave branches: Full T13 proof · Alpha v27.