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. ∀ d. ∀ pb. ∀ pc. ∀ nb. ∀ nc. ∀ p. ∀ n. ∃ u. ∃ v. (∀ x. ∀ y. Lt(x,l) → BetaAt(b,c,x,y) → BetaAt(u,v,x,y)) ∧ SignedDeterminantNodeAt(u,v,l,d,pb,pc,nb,nc,p,n)
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.
Named ingredients (1)
01Fix variables and assumptionsL1–10
02Establish hcodeL11–19
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply matrix recursive node code exists.
- L11
have hcode : ∃ z. SignedDeterminantNodeCode(z,d,pb,pc,nb,nc,p,n)Definitions: SignedDeterminantNodeCode(z,d,pb,pc,nb,nc,p,n)Original native command in the exact edition - L12
specialize matrix_recursive_node_code_exists (d) - L13
specialize matrix_recursive_node_code_exists (pb) - L14
specialize matrix_recursive_node_code_exists (pc) - L15
specialize matrix_recursive_node_code_exists (nb) - L16
specialize matrix_recursive_node_code_exists (nc) - L17
specialize matrix_recursive_node_code_exists (p) - L18
specialize matrix_recursive_node_code_exists (n) - L19
apply matrix_recursive_node_code_exists
03Separate the logical casesL20–20
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L20
cases hcode
04Establish hextL21–26
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta prefix extend.
- L21
have hext : ∃ u. ∃ v. BetaAt(u,v,l,x) ∧ (∀ y. ∀ z. Lt(y,l) → BetaAt(b,c,y,z) → BetaAt(u,v,y,z))Definitions: BetaAt(u,v,l,x)Lt(y,l)BetaAt(b,c,y,z)BetaAt(u,v,y,z)Original native command in the exact edition - L22
specialize beta_prefix_extend (l) - L23
specialize beta_prefix_extend (b) - L24
specialize beta_prefix_extend (c) - L25
specialize beta_prefix_extend (x) - L26
apply beta_prefix_extend
05Separate the logical casesL27–29
06Construct an explicit witnessL30–31
07Separate the logical casesL32–32
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L32
split
08Use earlier factsL33–33
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L33
exact hext_witness_witness_right
09Construct an explicit witnessL34–34
Supply the displayed value, then prove that it has the required property.
- L34
exists x
10Separate the logical casesL35–35
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L35
split
Original defined command ledger · 37 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro d - 0005
intro pb - 0006
intro pc - 0007
intro nb - 0008
intro nc - 0009
intro p - 0010
intro n - 0011
have hcode : ∃ z. SignedDeterminantNodeCode(z,d,pb,pc,nb,nc,p,n) - 0012
specialize matrix_recursive_node_code_exists (d) - 0013
specialize matrix_recursive_node_code_exists (pb) - 0014
specialize matrix_recursive_node_code_exists (pc) - 0015
specialize matrix_recursive_node_code_exists (nb) - 0016
specialize matrix_recursive_node_code_exists (nc) - 0017
specialize matrix_recursive_node_code_exists (p) - 0018
specialize matrix_recursive_node_code_exists (n) - 0019
apply matrix_recursive_node_code_exists - 0020
cases hcode - 0021
have hext : ∃ u. ∃ v. BetaAt(u,v,l,x) ∧ (∀ y. ∀ z. Lt(y,l) → BetaAt(b,c,y,z) → BetaAt(u,v,y,z)) - 0022
specialize beta_prefix_extend (l) - 0023
specialize beta_prefix_extend (b) - 0024
specialize beta_prefix_extend (c) - 0025
specialize beta_prefix_extend (x) - 0026
apply beta_prefix_extend - 0027
cases hext - 0028
cases hext_witness - 0029
cases hext_witness_witness - 0030
exists x1 - 0031
exists x2 - 0032
split - 0033
exact hext_witness_witness_right - 0034
exists x - 0035
split - 0036
exact hcode_witness - 0037
exact hext_witness_witness_left