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
∀ k. ∀ c. ∀ T. (∀ x. (∃ y. S x + S y = S S (k · c)) → ∃ y. T = S x · y) → ∀ x. Lt(x,k) → ∃ y. T = S (S x · c) · y
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 19 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.
Named ingredients (1)
01Fix variables and assumptionsL1–6
02Use earlier factsL7–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L7
specialize matrix_rank_common_multiple_divides (T) - L8
specialize matrix_rank_common_multiple_divides (S (k * c)) - L9
specialize matrix_rank_common_multiple_divides ((S i) * c) - L10
apply matrix_rank_common_multiple_divides - L11
exact hcommon - L12
specialize succ_le_succ ((S i) * c) - L13
specialize succ_le_succ (k * c) - L14
apply succ_le_succ - L15
specialize mul_le_mul_right (S i) - L16
specialize mul_le_mul_right (k)
Original defined command ledger · 19 lines
- 0001
intro k - 0002
intro c - 0003
intro T - 0004
intro hcommon - 0005
intro i - 0006
intro hi - 0007
specialize matrix_rank_common_multiple_divides (T) - 0008
specialize matrix_rank_common_multiple_divides (S (k * c)) - 0009
specialize matrix_rank_common_multiple_divides ((S i) * c) - 0010
apply matrix_rank_common_multiple_divides - 0011
exact hcommon - 0012
specialize succ_le_succ ((S i) * c) - 0013
specialize succ_le_succ (k * c) - 0014
apply succ_le_succ - 0015
specialize mul_le_mul_right (S i) - 0016
specialize mul_le_mul_right (k) - 0017
specialize mul_le_mul_right (c) - 0018
apply mul_le_mul_right - 0019
exact hi