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 i j. exists z. (exists ff_row_mdm_cell_cell_result ff_column_mdm_cell_cell_result. (((((exists ff_gap_mdm_lt_cell_result_row_before. ff_gap_mdm_lt_cell_result_row_before + S (i) = (r)) /\ ff_row_mdm_cell_cell_result = i) \/ ((exists ff_gap_mdm_le_cell_result_row_after. ff_gap_mdm_le_cell_result_row_after + (r) = (i)) /\ ff_row_mdm_cell_cell_result = S i))) /\ (((((exists ff_gap_mdm_lt_cell_result_column_before. ff_gap_mdm_lt_cell_result_column_before + S (j) = (d)) /\ ff_column_mdm_cell_cell_result = j) \/ ((exists ff_gap_mdm_le_cell_result_column_after. ff_gap_mdm_le_cell_result_column_after + (d) = (j)) /\ ff_column_mdm_cell_cell_result = S j))) /\ (((exists ff_h_mdm_cell_result_source. ff_h_mdm_cell_result_source + S (z) = S ((S ((ff_row_mdm_cell_cell_result) * (w) + (ff_column_mdm_cell_cell_result))) * c)) /\ exists ff_q_mdm_cell_result_source. b = ff_q_mdm_cell_result_source * S ((S ((ff_row_mdm_cell_cell_result) * (w) + (ff_column_mdm_cell_cell_result))) * c) + (z))))))Constructive proof overview
Generated structural guide
Every coordinate of an arbitrary deleted-row/deleted-column matrix minor has its exact decoded source value.
The unchanged tactic script uses 2 declared prerequisites and contains 31 exact native proof lines.
Alpha v34 checked-use · first admitted v24 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
MN0001 matrix_skip_index_exists beta_at_exists 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.
Named ingredients (1)
01Fix variables and assumptionsL1–7
02Establish hrowL8–11
Establish this local claim before using it. It is not an additional assumption.
- L8
have hrow : exists s. ((((exists ff_gap_mdm_lt_cell_have_row_before. ff_gap_mdm_lt_cell_have_row_before + S (i) = (r)) /\ s = i) \/ ((exists ff_gap_mdm_le_cell_have_row_after. ff_gap_mdm_le_cell_have_row_after + (r) = (i)) /\ s = S i))) - L9
specialize matrix_skip_index_exists i - L10
specialize matrix_skip_index_exists r - L11
exact matrix_skip_index_exists
03Separate the logical casesL12–12
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L12
cases hrow
04Establish hcolumnL13–16
Establish this local claim before using it. It is not an additional assumption.
- L13
have hcolumn : exists s. ((((exists ff_gap_mdm_lt_cell_have_column_before. ff_gap_mdm_lt_cell_have_column_before + S (j) = (d)) /\ s = j) \/ ((exists ff_gap_mdm_le_cell_have_column_after. ff_gap_mdm_le_cell_have_column_after + (d) = (j)) /\ s = S j))) - L14
specialize matrix_skip_index_exists j - L15
specialize matrix_skip_index_exists d - L16
exact matrix_skip_index_exists
05Separate the logical casesL17–17
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L17
cases hcolumn
06Establish hvalueL18–22
Establish this local claim before using it. It is not an additional assumption.
- L18
have hvalue : exists z. (((exists ff_h_mdm_cell_have_value. ff_h_mdm_cell_have_value + S (z) = S ((S (x * w + x1)) * c)) /\ exists ff_q_mdm_cell_have_value. b = ff_q_mdm_cell_have_value * S ((S (x * w + x1)) * c) + (z))) - L19
specialize beta_at_exists b - L20
specialize beta_at_exists c - L21
specialize beta_at_exists (x * w + x1) - L22
exact beta_at_exists
07Separate the logical casesL23–23
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L23
cases hvalue
08Construct an explicit witnessL24–26
09Separate the logical casesL27–27
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L27
split
10Use earlier factsL28–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L28
exact hrow_witness
11Separate the logical casesL29–29
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L29
split
Original exact command ledger · 31 lines
- 0001
intro b - 0002
intro c - 0003
intro w - 0004
intro r - 0005
intro d - 0006
intro i - 0007
intro j - 0008
have hrow : exists s. ((((exists ff_gap_mdm_lt_cell_have_row_before. ff_gap_mdm_lt_cell_have_row_before + S (i) = (r)) /\ s = i) \/ ((exists ff_gap_mdm_le_cell_have_row_after. ff_gap_mdm_le_cell_have_row_after + (r) = (i)) /\ s = S i))) - 0009
specialize matrix_skip_index_exists i - 0010
specialize matrix_skip_index_exists r - 0011
exact matrix_skip_index_exists - 0012
cases hrow - 0013
have hcolumn : exists s. ((((exists ff_gap_mdm_lt_cell_have_column_before. ff_gap_mdm_lt_cell_have_column_before + S (j) = (d)) /\ s = j) \/ ((exists ff_gap_mdm_le_cell_have_column_after. ff_gap_mdm_le_cell_have_column_after + (d) = (j)) /\ s = S j))) - 0014
specialize matrix_skip_index_exists j - 0015
specialize matrix_skip_index_exists d - 0016
exact matrix_skip_index_exists - 0017
cases hcolumn - 0018
have hvalue : exists z. (((exists ff_h_mdm_cell_have_value. ff_h_mdm_cell_have_value + S (z) = S ((S (x * w + x1)) * c)) /\ exists ff_q_mdm_cell_have_value. b = ff_q_mdm_cell_have_value * S ((S (x * w + x1)) * c) + (z))) - 0019
specialize beta_at_exists b - 0020
specialize beta_at_exists c - 0021
specialize beta_at_exists (x * w + x1) - 0022
exact beta_at_exists - 0023
cases hvalue - 0024
exists x2 - 0025
exists x - 0026
exists x1 - 0027
split - 0028
exact hrow_witness - 0029
split - 0030
exact hcolumn_witness - 0031
exact hvalue_witness
Separate complete second-wave branches: Full T13 proof · Alpha v27.