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. ∀ l. ∀ B. ∀ a. (∀ x. Lt(x,l) → ∃ y. BetaAt(b,c,x,y) ∧ Lt(y,B)) → BetaAt(b,c,l,a) → Lt(a,B) → ∀ x. Lt(x,S l) → ∃ y. BetaAt(b,c,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 25 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 hcaseL11–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply finite lt succ eq or lt.
03Separate the logical casesL16–16
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L16
cases hcase
04Construct an explicit witnessL17–17
Supply the displayed value, then prove that it has the required property.
- L17
exists a
05Separate the logical casesL18–18
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L18
split
06Calculate and transport equalitiesL19–20
Original defined command ledger · 25 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro B - 0005
intro a - 0006
intro hbounded - 0007
intro ha - 0008
intro habound - 0009
intro i - 0010
intro hi - 0011
have hcase : i = l ∨ Lt(i,l) - 0012
specialize finite_lt_succ_eq_or_lt (l) - 0013
specialize finite_lt_succ_eq_or_lt (i) - 0014
apply finite_lt_succ_eq_or_lt - 0015
exact hi - 0016
cases hcase - 0017
exists a - 0018
split - 0019
rewrite hcase_left - 0020
rewrite hcase_left - 0021
exact ha - 0022
exact habound - 0023
specialize hbounded (i) - 0024
apply hbounded - 0025
exact hcase_right