Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
Coefficients are highest-degree-first. The divisor has a nonzero decoded head; primality supplies its actual inverse. Empty quotients and remainders are included. Functionality compares the constructed execution lengths and decoded coefficients, never arbitrary beta codes. Formal polynomial equivalence compares every coefficient, not evaluations on a finite field. The formal identity and remainder-degree bound are proved separately, not assumed by the execution graph. Arbitrary quotient/remainder-pair uniqueness from a formal identity, multiplication associativity, gcd/Bezout, irreducible-polynomial existence, and the full G091 prime-power-field goal remain open. The seven displayed new names are conservative first-order notation, not new kernel primitives.
Exact theorem in conservative defined notation
∀ t. ∀ L. ∀ i. Lt(i,t + L) → Lt(i,t) ∨ (∃ x. Lt(x,L) ∧ i = t + x)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 31 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–4
02Establish hoL5–8
03Separate the logical casesL9–10
04Establish heqL11–14
05Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
right
06Construct an explicit witnessL16–16
Supply the displayed value, then prove that it has the required property.
- L16
exists x
07Separate the logical casesL17–18
08Construct an explicit witnessL19–19
Supply the displayed value, then prove that it has the required property.
- L19
exists x1
09Use earlier factsL20–23
10Calculate and transport equalitiesL24–26
11Use earlier factsL27–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L27
exact hi_witness
12Calculate and transport equalitiesL28–28
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L28
symm
13Use earlier factsL29–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L29
exact heq
14Separate the logical casesL30–30
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L30
left
15Use earlier factsL31–31
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L31
exact ho_right
Original defined command ledger · 31 lines
- 0001
intro t - 0002
intro L - 0003
intro i - 0004
intro hi - 0005
have ho : Le(t,i) ∨ Lt(i,t) - 0006
specialize le_or_lt (t) - 0007
specialize le_or_lt (i) - 0008
apply le_or_lt - 0009
cases ho - 0010
cases ho_left - 0011
have heq : t+x=i - 0012
trans x+t - 0013
apply add_comm - 0014
exact ho_left_witness - 0015
right - 0016
exists x - 0017
split - 0018
cases hi - 0019
exists x1 - 0020
specialize add_left_cancel (t) - 0021
specialize add_left_cancel (x1+S x) - 0022
specialize add_left_cancel (L) - 0023
apply add_left_cancel - 0024
trans x1+S (t+x) - 0025
simp [add_comm,add_assoc] - 0026
rewrite heq - 0027
exact hi_witness - 0028
symm - 0029
exact heq - 0030
left - 0031
exact ho_right