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.
This branch proves the finite determinant/rank/span substrate. It does not claim Smith or Hermite normal form, lattice index equals determinant, determinant multiplicativity, lattice reduction, or geometry-of-numbers theorems.
Exact theorem in conservative defined notation
∀ pb. ∀ pc. ∀ nb. ∀ nc. ∀ d. SignedMatrixPrefixEquality(pb,pc,nb,nc,pb,pc,nb,nc,d)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 14 original proof lines are preserved. Only local proposition formulas are abbreviated; every abbreviation has an exact binder-safe expansion check. The linked exact edition contains the unchanged replay 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–5
02Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
split
03Use earlier factsL7–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L7
specialize matrix_recursive_prefix_refl (pb) - L8
specialize matrix_recursive_prefix_refl (pc) - L9
specialize matrix_recursive_prefix_refl (d * d) - L10
apply matrix_recursive_prefix_refl - L11
specialize matrix_recursive_prefix_refl (nb) - L12
specialize matrix_recursive_prefix_refl (nc) - L13
specialize matrix_recursive_prefix_refl (d * d) - L14
apply matrix_recursive_prefix_refl
Original defined command ledger · 14 lines
- 0001
intro pb - 0002
intro pc - 0003
intro nb - 0004
intro nc - 0005
intro d - 0006
split - 0007
specialize matrix_recursive_prefix_refl (pb) - 0008
specialize matrix_recursive_prefix_refl (pc) - 0009
specialize matrix_recursive_prefix_refl (d * d) - 0010
apply matrix_recursive_prefix_refl - 0011
specialize matrix_recursive_prefix_refl (nb) - 0012
specialize matrix_recursive_prefix_refl (nc) - 0013
specialize matrix_recursive_prefix_refl (d * d) - 0014
apply matrix_recursive_prefix_refl