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
∀ ab. ∀ ac. ∀ db. ∀ dc. ∀ eb. ∀ ec. ∀ fb. ∀ fc. ∀ l. IntegerVectorEqual(ab,ac,db,dc,eb,ec,fb,fc,l) → IntegerVectorEqual(db,dc,ab,ac,fb,fc,eb,ec,l)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 40 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.
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–20
03Establish hsourceL21–30
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hequal.
04Use earlier factsL31–32
05Calculate and transport equalitiesL33–33
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L33
trans d + a
06Use earlier factsL34–34
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L34
apply add_comm
07Calculate and transport equalitiesL35–35
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L35
trans b + c
Original defined command ledger · 40 lines
- 0001
intro ab - 0002
intro ac - 0003
intro db - 0004
intro dc - 0005
intro eb - 0006
intro ec - 0007
intro fb - 0008
intro fc - 0009
intro l - 0010
intro hequal - 0011
intro i - 0012
intro a - 0013
intro b - 0014
intro c - 0015
intro d - 0016
intro hi - 0017
intro ha - 0018
intro hb - 0019
intro hc - 0020
intro hd - 0021
have hsource : b + c = d + a - 0022
specialize hequal (i) - 0023
specialize hequal (b) - 0024
specialize hequal (a) - 0025
specialize hequal (d) - 0026
specialize hequal (c) - 0027
apply hequal - 0028
exact hi - 0029
exact hb - 0030
exact ha - 0031
exact hd - 0032
exact hc - 0033
trans d + a - 0034
apply add_comm - 0035
trans b + c - 0036
specialize eq_symm (b + c) - 0037
specialize eq_symm (d + a) - 0038
apply eq_symm - 0039
exact hsource - 0040
apply add_comm