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 j r s u v a. ((((exists ff_gap_mdm_lt_minor_selected_row_before. ff_gap_mdm_lt_minor_selected_row_before + S (r) = (0)) /\ u = r) \/ ((exists ff_gap_mdm_le_minor_selected_row_after. ff_gap_mdm_le_minor_selected_row_after + (0) = (r)) /\ u = S r))) -> ((((exists ff_gap_mdm_lt_minor_selected_column_before. ff_gap_mdm_lt_minor_selected_column_before + S (s) = (j)) /\ v = s) \/ ((exists ff_gap_mdm_le_minor_selected_column_after. ff_gap_mdm_le_minor_selected_column_after + (j) = (s)) /\ v = S s))) -> (exists ff_row_mdm_cell_mdre_minor_source_cell ff_column_mdm_cell_mdre_minor_source_cell. (((((exists ff_gap_mdm_lt_mdre_minor_source_cell_row_before. ff_gap_mdm_lt_mdre_minor_source_cell_row_before + S (r) = (0)) /\ ff_row_mdm_cell_mdre_minor_source_cell = r) \/ ((exists ff_gap_mdm_le_mdre_minor_source_cell_row_after. ff_gap_mdm_le_mdre_minor_source_cell_row_after + (0) = (r)) /\ ff_row_mdm_cell_mdre_minor_source_cell = S r))) /\ (((((exists ff_gap_mdm_lt_mdre_minor_source_cell_column_before. ff_gap_mdm_lt_mdre_minor_source_cell_column_before + S (s) = (j)) /\ ff_column_mdm_cell_mdre_minor_source_cell = s) \/ ((exists ff_gap_mdm_le_mdre_minor_source_cell_column_after. ff_gap_mdm_le_mdre_minor_source_cell_column_after + (j) = (s)) /\ ff_column_mdm_cell_mdre_minor_source_cell = S s))) /\ (((exists ff_h_mdm_mdre_minor_source_cell_source. ff_h_mdm_mdre_minor_source_cell_source + S (a) = S ((S ((ff_row_mdm_cell_mdre_minor_source_cell) * (S (q)) + (ff_column_mdm_cell_mdre_minor_source_cell))) * c)) /\ exists ff_q_mdm_mdre_minor_source_cell_source. b = ff_q_mdm_mdre_minor_source_cell_source * S ((S ((ff_row_mdm_cell_mdre_minor_source_cell) * (S (q)) + (ff_column_mdm_cell_mdre_minor_source_cell))) * c) + (a)))))) -> (((exists ff_h_mdr_minor_source_value. ff_h_mdr_minor_source_value + S (a) = S ((S (u * (S q) + v)) * c)) /\ exists ff_q_mdr_minor_source_value. b = ff_q_mdr_minor_source_value * S ((S (u * (S q) + v)) * c) + (a)))Constructive proof overview
Generated structural guide
Any genuine cofactor cell is the actual source beta value at the uniquely determined skipped row and column.
The unchanged tactic script uses 1 declared prerequisite and contains 37 exact native proof lines.
Alpha v34 checked-use · first admitted v27 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
matrix_skip_index_functional Alpha 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–10
02Fix variables and assumptionsL11–12
03Separate the logical casesL13–16
04Establish hroweqL17–24
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply matrix skip index functional.
05Establish hcoleqL25–34
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply matrix skip index functional.
- L25
have hcoleq : v = x1 - L26
specialize matrix_skip_index_functional (s) - L27
specialize matrix_skip_index_functional (j) - L28
specialize matrix_skip_index_functional (v) - L29
specialize matrix_skip_index_functional (x1) - L30
apply matrix_skip_index_functional - L31
exact hcolumn - L32
exact hcell_witness_witness_right_left - L33
rewrite hroweq - L34
rewrite hroweq
06Calculate and transport equalitiesL35–36
07Use earlier factsL37–37
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L37
exact hcell_witness_witness_right_right
Original exact command ledger · 37 lines
- 0001
intro b - 0002
intro c - 0003
intro q - 0004
intro j - 0005
intro r - 0006
intro s - 0007
intro u - 0008
intro v - 0009
intro a - 0010
intro hrow - 0011
intro hcolumn - 0012
intro hcell - 0013
cases hcell - 0014
cases hcell_witness - 0015
cases hcell_witness_witness - 0016
cases hcell_witness_witness_right - 0017
have hroweq : u = x - 0018
specialize matrix_skip_index_functional (r) - 0019
specialize matrix_skip_index_functional (0) - 0020
specialize matrix_skip_index_functional (u) - 0021
specialize matrix_skip_index_functional (x) - 0022
apply matrix_skip_index_functional - 0023
exact hrow - 0024
exact hcell_witness_witness_left - 0025
have hcoleq : v = x1 - 0026
specialize matrix_skip_index_functional (s) - 0027
specialize matrix_skip_index_functional (j) - 0028
specialize matrix_skip_index_functional (v) - 0029
specialize matrix_skip_index_functional (x1) - 0030
apply matrix_skip_index_functional - 0031
exact hcolumn - 0032
exact hcell_witness_witness_right_left - 0033
rewrite hroweq - 0034
rewrite hroweq - 0035
rewrite hcoleq - 0036
rewrite hcoleq - 0037
exact hcell_witness_witness_right_right