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
∀ d. ∃ b. ∃ c. IdentityMatrixSelector(b,c,d)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 20 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–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro d
02Establish hrangeL2–5
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta range exists.
- L2
have hrange : ∃ b. ∃ c. ∀ i. Lt(i,d) → BetaAt(b,c,i,0 + i)Definitions: Lt(i,d)BetaAt(b,c,i,0 + i)Original native command in the exact edition - L3
specialize beta_range_exists (0) - L4
specialize beta_range_exists (d) - L5
apply beta_range_exists
03Separate the logical casesL6–7
04Construct an explicit witnessL8–9
05Fix variables and assumptionsL10–11
06Establish hentryL12–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hrange witness witness.
- L12
have hentry : BetaAt(x,x1,i,0 + i)Definitions: BetaAt(x,x1,i,0 + i)Original native command in the exact edition - L13
specialize hrange_witness_witness (i) - L14
apply hrange_witness_witness - L15
exact hi
Original defined command ledger · 20 lines
- 0001
intro d - 0002
have hrange : ∃ b. ∃ c. ∀ i. Lt(i,d) → BetaAt(b,c,i,0 + i) - 0003
specialize beta_range_exists (0) - 0004
specialize beta_range_exists (d) - 0005
apply beta_range_exists - 0006
cases hrange - 0007
cases hrange_witness - 0008
exists x - 0009
exists x1 - 0010
intro i - 0011
intro hi - 0012
have hentry : BetaAt(x,x1,i,0 + i) - 0013
specialize hrange_witness_witness (i) - 0014
apply hrange_witness_witness - 0015
exact hi - 0016
have hzero : 0 + i = i - 0017
apply zero_add - 0018
rewrite hzero at hentry - 0019
rewrite hzero at hentry - 0020
exact hentry