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
∀ a. ∀ b. ∀ c. Lt(a,b) → Lt(c + a,c + b)
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.
01Fix variables and assumptionsL1–4
02Establish heqL5–6
03Establish hsumL7–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add le add left.
- L7
have hsum : Le(c + S a,c + b)Definitions: Le(c + S a,c + b)Original native command in the exact edition - L8
specialize add_le_add_left (S a) - L9
specialize add_le_add_left (b) - L10
specialize add_le_add_left (c) - L11
apply add_le_add_left - L12
exact hab - L13
rewrite heq at hsum - L14
exact hsum
Original defined command ledger · 14 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro hab - 0005
have heq : c + S a = S (c + a) - 0006
apply PA4 - 0007
have hsum : Le(c + S a,c + b) - 0008
specialize add_le_add_left (S a) - 0009
specialize add_le_add_left (b) - 0010
specialize add_le_add_left (c) - 0011
apply add_le_add_left - 0012
exact hab - 0013
rewrite heq at hsum - 0014
exact hsum