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. ∀ B. ∀ C. ∀ q. ∀ j. ∀ r. ∀ s. ∀ a. (∀ x. ∀ y. Lt(x,S q · S q) → BetaAt(b,c,x,y) → BetaAt(B,C,x,y)) → Lt(r,q) → Lt(s,q) → MatrixMinorCell(b,c,S q,0,j,r,s,a) → MatrixMinorCell(B,C,S q,0,j,r,s,a)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 51 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–10
02Fix variables and assumptionsL11–13
03Separate the logical casesL14–17
04Establish hrowL18–25
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply matrix skip index bounded.
05Establish hcolumnL26–33
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply matrix skip index bounded.
06Establish hindexL34–40
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply matrix recursive flattened index bound.
- L34
have hindex : Lt(x · S q + x1,S q · S q)Definitions: Lt(x · S q + x1,S q · S q)Original native command in the exact edition - L35
specialize matrix_recursive_flattened_index_bound (S q) - L36
specialize matrix_recursive_flattened_index_bound (x) - L37
specialize matrix_recursive_flattened_index_bound (x1) - L38
apply matrix_recursive_flattened_index_bound - L39
exact hrow - L40
exact hcolumn
07Construct an explicit witnessL41–42
08Separate the logical casesL43–43
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L43
split
09Use earlier factsL44–44
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L44
exact hcell_witness_witness_left
10Separate the logical casesL45–45
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L45
split
Original defined command ledger · 51 lines
- 0001
intro b - 0002
intro c - 0003
intro B - 0004
intro C - 0005
intro q - 0006
intro j - 0007
intro r - 0008
intro s - 0009
intro a - 0010
intro hprefix - 0011
intro hr - 0012
intro hs - 0013
intro hcell - 0014
cases hcell - 0015
cases hcell_witness - 0016
cases hcell_witness_witness - 0017
cases hcell_witness_witness_right - 0018
have hrow : Lt(x,S q) - 0019
specialize matrix_skip_index_bounded (r) - 0020
specialize matrix_skip_index_bounded (0) - 0021
specialize matrix_skip_index_bounded (x) - 0022
specialize matrix_skip_index_bounded (q) - 0023
apply matrix_skip_index_bounded - 0024
exact hcell_witness_witness_left - 0025
exact hr - 0026
have hcolumn : Lt(x1,S q) - 0027
specialize matrix_skip_index_bounded (s) - 0028
specialize matrix_skip_index_bounded (j) - 0029
specialize matrix_skip_index_bounded (x1) - 0030
specialize matrix_skip_index_bounded (q) - 0031
apply matrix_skip_index_bounded - 0032
exact hcell_witness_witness_right_left - 0033
exact hs - 0034
have hindex : Lt(x · S q + x1,S q · S q) - 0035
specialize matrix_recursive_flattened_index_bound (S q) - 0036
specialize matrix_recursive_flattened_index_bound (x) - 0037
specialize matrix_recursive_flattened_index_bound (x1) - 0038
apply matrix_recursive_flattened_index_bound - 0039
exact hrow - 0040
exact hcolumn - 0041
exists x - 0042
exists x1 - 0043
split - 0044
exact hcell_witness_witness_left - 0045
split - 0046
exact hcell_witness_witness_right_left - 0047
specialize hprefix (x * (S q) + x1) - 0048
specialize hprefix (a) - 0049
apply hprefix - 0050
exact hindex - 0051
exact hcell_witness_witness_right_right