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. FiniteMatrixSelector(b,c,l,B) → Le(l,B)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 21 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–5
02Separate the logical casesL6–6
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L6
cases hselector
03Establish horderL7–10
04Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
cases horder
05Use earlier factsL12–12
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
exact horder_left
06Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
exfalso
07Use earlier factsL14–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
specialize finite_bounded_into_oversized_not_injective (b) - L15
specialize finite_bounded_into_oversized_not_injective (c) - L16
specialize finite_bounded_into_oversized_not_injective (l) - L17
specialize finite_bounded_into_oversized_not_injective (B) - L18
apply finite_bounded_into_oversized_not_injective - L19
exact hselector_left - L20
exact horder_right - L21
exact hselector_right
Original defined command ledger · 21 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro B - 0005
intro hselector - 0006
cases hselector - 0007
have horder : Le(l,B) ∨ Lt(B,l) - 0008
specialize le_or_lt (l) - 0009
specialize le_or_lt (B) - 0010
apply le_or_lt - 0011
cases horder - 0012
exact horder_left - 0013
exfalso - 0014
specialize finite_bounded_into_oversized_not_injective (b) - 0015
specialize finite_bounded_into_oversized_not_injective (c) - 0016
specialize finite_bounded_into_oversized_not_injective (l) - 0017
specialize finite_bounded_into_oversized_not_injective (B) - 0018
apply finite_bounded_into_oversized_not_injective - 0019
exact hselector_left - 0020
exact horder_right - 0021
exact hselector_right