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
∀ b. ∀ c. ∀ u. ∀ v. ∀ l. ∀ B. (∀ x. ∀ y. Lt(x,l) → BetaAt(b,c,x,y) → BetaAt(u,v,x,y)) → (∀ x. Lt(x,l) → ∃ y. BetaAt(b,c,x,y) ∧ Lt(y,B)) → ∀ x. Lt(x,l) → ∃ y. BetaAt(u,v,x,y) ∧ Lt(y,B)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 24 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
02Establish hentryL11–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hbounded.
- L11
have hentry : ∃ a. BetaAt(b,c,i,a) ∧ Lt(a,B)Definitions: BetaAt(b,c,i,a)Lt(a,B)Original native command in the exact edition - L12
specialize hbounded (i) - L13
apply hbounded - L14
exact hi
03Separate the logical casesL15–16
04Construct an explicit witnessL17–17
Supply the displayed value, then prove that it has the required property.
- L17
exists x
05Separate the logical casesL18–18
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L18
split
Original defined command ledger · 24 lines
- 0001
intro b - 0002
intro c - 0003
intro u - 0004
intro v - 0005
intro l - 0006
intro B - 0007
intro hprefix - 0008
intro hbounded - 0009
intro i - 0010
intro hi - 0011
have hentry : ∃ a. BetaAt(b,c,i,a) ∧ Lt(a,B) - 0012
specialize hbounded (i) - 0013
apply hbounded - 0014
exact hi - 0015
cases hentry - 0016
cases hentry_witness - 0017
exists x - 0018
split - 0019
specialize hprefix (i) - 0020
specialize hprefix (x) - 0021
apply hprefix - 0022
exact hi - 0023
exact hentry_witness_left - 0024
exact hentry_witness_right