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. (∀ x. ∀ y. Lt(x,l) → BetaAt(b,c,x,y) → BetaAt(u,v,x,y)) → ∀ x. ∀ y. Lt(x,l) → BetaAt(u,v,x,y) → BetaAt(b,c,x,y)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 32 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 hvalueL11–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at exists.
- L11
have hvalue : ∃ z. BetaAt(b,c,i,z)Definitions: BetaAt(b,c,i,z)Original native command in the exact edition - L12
specialize beta_at_exists (b) - L13
specialize beta_at_exists (c) - L14
specialize beta_at_exists (i) - L15
apply beta_at_exists
03Separate the logical casesL16–16
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L16
cases hvalue
04Establish heqL17–26
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
05Use earlier factsL27–29
06Calculate and transport equalitiesL30–31
07Use earlier factsL32–32
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L32
exact hvalue_witness
Original defined command ledger · 32 lines
- 0001
intro b - 0002
intro c - 0003
intro u - 0004
intro v - 0005
intro l - 0006
intro hprefix - 0007
intro i - 0008
intro a - 0009
intro hi - 0010
intro ha - 0011
have hvalue : ∃ z. BetaAt(b,c,i,z) - 0012
specialize beta_at_exists (b) - 0013
specialize beta_at_exists (c) - 0014
specialize beta_at_exists (i) - 0015
apply beta_at_exists - 0016
cases hvalue - 0017
have heq : a = x - 0018
specialize beta_at_unique (u) - 0019
specialize beta_at_unique (v) - 0020
specialize beta_at_unique (i) - 0021
specialize beta_at_unique (a) - 0022
specialize beta_at_unique (x) - 0023
apply beta_at_unique - 0024
exact ha - 0025
specialize hprefix (i) - 0026
specialize hprefix (x) - 0027
apply hprefix - 0028
exact hi - 0029
exact hvalue_witness - 0030
rewrite heq - 0031
rewrite heq - 0032
exact hvalue_witness