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. ∀ q. ∀ j. ∀ r. ∀ s. ∀ u. ∀ v. ∀ a. MatrixSkipIndex(r,0,u) → MatrixSkipIndex(s,j,v) → MatrixMinorCell(b,c,S q,0,j,r,s,a) → BetaAt(b,c,u · S q + v,a)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 37 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
02Fix variables and assumptionsL11–12
03Separate the logical casesL13–16
04Establish hroweqL17–24
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply matrix skip index functional.
05Establish hcoleqL25–34
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply matrix skip index functional.
- L25
have hcoleq : v = x1 - L26
specialize matrix_skip_index_functional (s) - L27
specialize matrix_skip_index_functional (j) - L28
specialize matrix_skip_index_functional (v) - L29
specialize matrix_skip_index_functional (x1) - L30
apply matrix_skip_index_functional - L31
exact hcolumn - L32
exact hcell_witness_witness_right_left - L33
rewrite hroweq - L34
rewrite hroweq
06Calculate and transport equalitiesL35–36
07Use earlier factsL37–37
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L37
exact hcell_witness_witness_right_right
Original defined command ledger · 37 lines
- 0001
intro b - 0002
intro c - 0003
intro q - 0004
intro j - 0005
intro r - 0006
intro s - 0007
intro u - 0008
intro v - 0009
intro a - 0010
intro hrow - 0011
intro hcolumn - 0012
intro hcell - 0013
cases hcell - 0014
cases hcell_witness - 0015
cases hcell_witness_witness - 0016
cases hcell_witness_witness_right - 0017
have hroweq : u = x - 0018
specialize matrix_skip_index_functional (r) - 0019
specialize matrix_skip_index_functional (0) - 0020
specialize matrix_skip_index_functional (u) - 0021
specialize matrix_skip_index_functional (x) - 0022
apply matrix_skip_index_functional - 0023
exact hrow - 0024
exact hcell_witness_witness_left - 0025
have hcoleq : v = x1 - 0026
specialize matrix_skip_index_functional (s) - 0027
specialize matrix_skip_index_functional (j) - 0028
specialize matrix_skip_index_functional (v) - 0029
specialize matrix_skip_index_functional (x1) - 0030
apply matrix_skip_index_functional - 0031
exact hcolumn - 0032
exact hcell_witness_witness_right_left - 0033
rewrite hroweq - 0034
rewrite hroweq - 0035
rewrite hcoleq - 0036
rewrite hcoleq - 0037
exact hcell_witness_witness_right_right