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
∀ pb. ∀ pc. ∀ nb. ∀ nc. ∀ q. ∀ r. ∀ d. Lt(r,S q) → Lt(d,S q) → ∃ x. ∃ y. ∃ z. ∃ n. SignedMatrixMinor(pb,pc,nb,nc,S q,r,d,q,x,y,z,n)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 38 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–9
02Establish hpositiveL10–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta matrix minor exists.
- L10
have hpositive : ∃ up. ∃ us. MatrixMinorPrefix(pb,pc,S q,r,d,up,us,q,q · q)Definitions: MatrixMinorPrefixOriginal native command in the exact edition - L11
specialize beta_matrix_minor_exists pb - L12
specialize beta_matrix_minor_exists pc - L13
specialize beta_matrix_minor_exists q - L14
specialize beta_matrix_minor_exists r - L15
specialize beta_matrix_minor_exists d - L16
apply beta_matrix_minor_exists - L17
exact hrow - L18
exact hcolumn
03Separate the logical casesL19–20
04Establish hnegativeL21–29
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta matrix minor exists.
- L21
have hnegative : ∃ un. ∃ ut. MatrixMinorPrefix(nb,nc,S q,r,d,un,ut,q,q · q)Definitions: MatrixMinorPrefixOriginal native command in the exact edition - L22
specialize beta_matrix_minor_exists nb - L23
specialize beta_matrix_minor_exists nc - L24
specialize beta_matrix_minor_exists q - L25
specialize beta_matrix_minor_exists r - L26
specialize beta_matrix_minor_exists d - L27
apply beta_matrix_minor_exists - L28
exact hrow - L29
exact hcolumn
05Separate the logical casesL30–31
06Construct an explicit witnessL32–35
07Separate the logical casesL36–36
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L36
split
Original defined command ledger · 38 lines
- 0001
intro pb - 0002
intro pc - 0003
intro nb - 0004
intro nc - 0005
intro q - 0006
intro r - 0007
intro d - 0008
intro hrow - 0009
intro hcolumn - 0010
have hpositive : exists up us. (forall ff_index_mdm_prefix_signed_have_positive. (exists ff_gap_mdm_lt_signed_have_positive_index_bound. ff_gap_mdm_lt_signed_have_positive_index_bound + S (ff_index_mdm_prefix_signed_have_positive) = (q * q)) -> exists ff_row_mdm_prefix_signed_have_positive ff_column_mdm_prefix_signed_have_positive ff_value_mdm_prefix_signed_have_positive. (ff_index_mdm_prefix_signed_have_positive = (q) * ff_row_mdm_prefix_signed_have_positive + ff_column_mdm_prefix_signed_have_positive /\ ((exists ff_gap_mdm_lt_signed_have_positive_column_bound. ff_gap_mdm_lt_signed_have_positive_column_bound + S (ff_column_mdm_prefix_signed_have_positive) = (q)) /\ ((exists ff_row_mdm_cell_signed_have_positive_cell ff_column_mdm_cell_signed_have_positive_cell. (((((exists ff_gap_mdm_lt_signed_have_positive_cell_row_before. ff_gap_mdm_lt_signed_have_positive_cell_row_before + S (ff_row_mdm_prefix_signed_have_positive) = (r)) /\ ff_row_mdm_cell_signed_have_positive_cell = ff_row_mdm_prefix_signed_have_positive) \/ ((exists ff_gap_mdm_le_signed_have_positive_cell_row_after. ff_gap_mdm_le_signed_have_positive_cell_row_after + (r) = (ff_row_mdm_prefix_signed_have_positive)) /\ ff_row_mdm_cell_signed_have_positive_cell = S ff_row_mdm_prefix_signed_have_positive))) /\ (((((exists ff_gap_mdm_lt_signed_have_positive_cell_column_before. ff_gap_mdm_lt_signed_have_positive_cell_column_before + S (ff_column_mdm_prefix_signed_have_positive) = (d)) /\ ff_column_mdm_cell_signed_have_positive_cell = ff_column_mdm_prefix_signed_have_positive) \/ ((exists ff_gap_mdm_le_signed_have_positive_cell_column_after. ff_gap_mdm_le_signed_have_positive_cell_column_after + (d) = (ff_column_mdm_prefix_signed_have_positive)) /\ ff_column_mdm_cell_signed_have_positive_cell = S ff_column_mdm_prefix_signed_have_positive))) /\ (((exists ff_h_mdm_signed_have_positive_cell_source. ff_h_mdm_signed_have_positive_cell_source + S (ff_value_mdm_prefix_signed_have_positive) = S ((S ((ff_row_mdm_cell_signed_have_positive_cell) * (S q) + (ff_column_mdm_cell_signed_have_positive_cell))) * pc)) /\ exists ff_q_mdm_signed_have_positive_cell_source. pb = ff_q_mdm_signed_have_positive_cell_source * S ((S ((ff_row_mdm_cell_signed_have_positive_cell) * (S q) + (ff_column_mdm_cell_signed_have_positive_cell))) * pc) + (ff_value_mdm_prefix_signed_have_positive)))))) /\ (((exists ff_h_mdm_signed_have_positive_target. ff_h_mdm_signed_have_positive_target + S (ff_value_mdm_prefix_signed_have_positive) = S ((S (ff_index_mdm_prefix_signed_have_positive)) * us)) /\ exists ff_q_mdm_signed_have_positive_target. up = ff_q_mdm_signed_have_positive_target * S ((S (ff_index_mdm_prefix_signed_have_positive)) * us) + (ff_value_mdm_prefix_signed_have_positive))))))) - 0011
specialize beta_matrix_minor_exists pb - 0012
specialize beta_matrix_minor_exists pc - 0013
specialize beta_matrix_minor_exists q - 0014
specialize beta_matrix_minor_exists r - 0015
specialize beta_matrix_minor_exists d - 0016
apply beta_matrix_minor_exists - 0017
exact hrow - 0018
exact hcolumn - 0019
cases hpositive - 0020
cases hpositive_witness - 0021
have hnegative : exists un ut. (forall ff_index_mdm_prefix_signed_have_negative. (exists ff_gap_mdm_lt_signed_have_negative_index_bound. ff_gap_mdm_lt_signed_have_negative_index_bound + S (ff_index_mdm_prefix_signed_have_negative) = (q * q)) -> exists ff_row_mdm_prefix_signed_have_negative ff_column_mdm_prefix_signed_have_negative ff_value_mdm_prefix_signed_have_negative. (ff_index_mdm_prefix_signed_have_negative = (q) * ff_row_mdm_prefix_signed_have_negative + ff_column_mdm_prefix_signed_have_negative /\ ((exists ff_gap_mdm_lt_signed_have_negative_column_bound. ff_gap_mdm_lt_signed_have_negative_column_bound + S (ff_column_mdm_prefix_signed_have_negative) = (q)) /\ ((exists ff_row_mdm_cell_signed_have_negative_cell ff_column_mdm_cell_signed_have_negative_cell. (((((exists ff_gap_mdm_lt_signed_have_negative_cell_row_before. ff_gap_mdm_lt_signed_have_negative_cell_row_before + S (ff_row_mdm_prefix_signed_have_negative) = (r)) /\ ff_row_mdm_cell_signed_have_negative_cell = ff_row_mdm_prefix_signed_have_negative) \/ ((exists ff_gap_mdm_le_signed_have_negative_cell_row_after. ff_gap_mdm_le_signed_have_negative_cell_row_after + (r) = (ff_row_mdm_prefix_signed_have_negative)) /\ ff_row_mdm_cell_signed_have_negative_cell = S ff_row_mdm_prefix_signed_have_negative))) /\ (((((exists ff_gap_mdm_lt_signed_have_negative_cell_column_before. ff_gap_mdm_lt_signed_have_negative_cell_column_before + S (ff_column_mdm_prefix_signed_have_negative) = (d)) /\ ff_column_mdm_cell_signed_have_negative_cell = ff_column_mdm_prefix_signed_have_negative) \/ ((exists ff_gap_mdm_le_signed_have_negative_cell_column_after. ff_gap_mdm_le_signed_have_negative_cell_column_after + (d) = (ff_column_mdm_prefix_signed_have_negative)) /\ ff_column_mdm_cell_signed_have_negative_cell = S ff_column_mdm_prefix_signed_have_negative))) /\ (((exists ff_h_mdm_signed_have_negative_cell_source. ff_h_mdm_signed_have_negative_cell_source + S (ff_value_mdm_prefix_signed_have_negative) = S ((S ((ff_row_mdm_cell_signed_have_negative_cell) * (S q) + (ff_column_mdm_cell_signed_have_negative_cell))) * nc)) /\ exists ff_q_mdm_signed_have_negative_cell_source. nb = ff_q_mdm_signed_have_negative_cell_source * S ((S ((ff_row_mdm_cell_signed_have_negative_cell) * (S q) + (ff_column_mdm_cell_signed_have_negative_cell))) * nc) + (ff_value_mdm_prefix_signed_have_negative)))))) /\ (((exists ff_h_mdm_signed_have_negative_target. ff_h_mdm_signed_have_negative_target + S (ff_value_mdm_prefix_signed_have_negative) = S ((S (ff_index_mdm_prefix_signed_have_negative)) * ut)) /\ exists ff_q_mdm_signed_have_negative_target. un = ff_q_mdm_signed_have_negative_target * S ((S (ff_index_mdm_prefix_signed_have_negative)) * ut) + (ff_value_mdm_prefix_signed_have_negative))))))) - 0022
specialize beta_matrix_minor_exists nb - 0023
specialize beta_matrix_minor_exists nc - 0024
specialize beta_matrix_minor_exists q - 0025
specialize beta_matrix_minor_exists r - 0026
specialize beta_matrix_minor_exists d - 0027
apply beta_matrix_minor_exists - 0028
exact hrow - 0029
exact hcolumn - 0030
cases hnegative - 0031
cases hnegative_witness - 0032
exists x - 0033
exists x1 - 0034
exists x2 - 0035
exists x3 - 0036
split - 0037
exact hpositive_witness_witness - 0038
exact hnegative_witness_witness