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.
Historical partial components only: this chapter proves arbitrary signed cofactor minors and exact signed determinants through dimension four. T13 is now closed by the separate Alpha-v27 integer-linear-algebra branch: arbitrary determinant data, rank, and integer column spans, without a claim of lattice index or normal forms. Full T13 proof · Alpha v27
Exact theorem in conservative defined notation
∀ b. ∀ c. ∀ w. ∀ r. ∀ d. ∀ i. ∀ j. ∃ z. MatrixMinorCell(b,c,w,r,d,i,j,z)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 31 lines are the exact independently kernel-checked original script.
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 defined 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