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. (∀ x. ∀ y. ∀ z. Lt(x,l) → Lt(y,l) → BetaAt(b,c,x,z) → BetaAt(b,c,y,z) → x = y) ∨ ¬(∀ x. ∀ y. ∀ z. Lt(x,l) → Lt(y,l) → BetaAt(b,c,x,z) → BetaAt(b,c,y,z) → x = y)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 29 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–3
02Establish hdecisionL4–8
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply finite prefix collision or injective.
- L4
have hdecision : (∃ x. ∃ y. ∃ z. Lt(x,l) ∧ (Lt(y,l) ∧ (¬x = y ∧ (BetaAt(b,c,x,z) ∧ BetaAt(b,c,y,z))))) ∨ (∀ x. ∀ y. ∀ z. Lt(x,l) → Lt(y,l) → BetaAt(b,c,x,z) → BetaAt(b,c,y,z) → x = y)Definitions: Lt(x,l)Lt(y,l)BetaAt(b,c,x,z)BetaAt(b,c,y,z)Original native command in the exact edition - L5
specialize finite_prefix_collision_or_injective (b) - L6
specialize finite_prefix_collision_or_injective (c) - L7
specialize finite_prefix_collision_or_injective (l) - L8
apply finite_prefix_collision_or_injective
03Separate the logical casesL9–10
04Fix variables and assumptionsL11–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro hinjective
05Separate the logical casesL12–18
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L12
cases hdecision_left - L13
cases hdecision_left_witness - L14
cases hdecision_left_witness_witness - L15
cases hdecision_left_witness_witness_witness - L16
cases hdecision_left_witness_witness_witness_right - L17
cases hdecision_left_witness_witness_witness_right_right - L18
cases hdecision_left_witness_witness_witness_right_right_right
06Use earlier factsL19–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L19
apply hdecision_left_witness_witness_witness_right_right_left - L20
specialize hinjective (x) - L21
specialize hinjective (x1) - L22
specialize hinjective (x2) - L23
apply hinjective - L24
exact hdecision_left_witness_witness_witness_left - L25
exact hdecision_left_witness_witness_witness_right_left - L26
exact hdecision_left_witness_witness_witness_right_right_right_left - L27
exact hdecision_left_witness_witness_witness_right_right_right_right
07Separate the logical casesL28–28
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L28
left
08Use earlier factsL29–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L29
exact hdecision_right
Original defined command ledger · 29 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
have hdecision : (∃ x. ∃ y. ∃ z. Lt(x,l) ∧ (Lt(y,l) ∧ (¬x = y ∧ (BetaAt(b,c,x,z) ∧ BetaAt(b,c,y,z))))) ∨ (∀ x. ∀ y. ∀ z. Lt(x,l) → Lt(y,l) → BetaAt(b,c,x,z) → BetaAt(b,c,y,z) → x = y) - 0005
specialize finite_prefix_collision_or_injective (b) - 0006
specialize finite_prefix_collision_or_injective (c) - 0007
specialize finite_prefix_collision_or_injective (l) - 0008
apply finite_prefix_collision_or_injective - 0009
cases hdecision - 0010
right - 0011
intro hinjective - 0012
cases hdecision_left - 0013
cases hdecision_left_witness - 0014
cases hdecision_left_witness_witness - 0015
cases hdecision_left_witness_witness_witness - 0016
cases hdecision_left_witness_witness_witness_right - 0017
cases hdecision_left_witness_witness_witness_right_right - 0018
cases hdecision_left_witness_witness_witness_right_right_right - 0019
apply hdecision_left_witness_witness_witness_right_right_left - 0020
specialize hinjective (x) - 0021
specialize hinjective (x1) - 0022
specialize hinjective (x2) - 0023
apply hinjective - 0024
exact hdecision_left_witness_witness_witness_left - 0025
exact hdecision_left_witness_witness_witness_right_left - 0026
exact hdecision_left_witness_witness_witness_right_right_right_left - 0027
exact hdecision_left_witness_witness_witness_right_right_right_right - 0028
left - 0029
exact hdecision_right