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. ∀ q. ∃ u. ∃ v. MatrixMinorPrefix(b,c,w,r,d,u,v,q,0)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 20 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.
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 defined 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