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
∀ L. ∀ d. ∀ q. PolynomialQuotientLength(L,d,q) → Le(q,L) ∧ Le(L,q + d)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 24 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
02Separate the logical casesL5–7
03Calculate and transport equalitiesL8–8
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L8
rewrite h_left_left
04Use earlier factsL9–10
05Establish heqL11–15
06Separate the logical casesL16–17
07Calculate and transport equalitiesL18–18
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L18
rewrite <- h_right_right
08Use earlier factsL19–21
09Calculate and transport equalitiesL22–22
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L22
rewrite h_right_right
Original defined command ledger · 24 lines
- 0001
intro L - 0002
intro d - 0003
intro q - 0004
intro h - 0005
cases h - 0006
cases h_left - 0007
split - 0008
rewrite h_left_left - 0009
specialize zero_le (L) - 0010
apply zero_le - 0011
have heq : q+d=d - 0012
rewrite h_left_left - 0013
apply zero_add - 0014
rewrite heq - 0015
exact h_left_right - 0016
cases h_right - 0017
split - 0018
rewrite <- h_right_right - 0019
specialize le_add_right (q) - 0020
specialize le_add_right (d) - 0021
apply le_add_right - 0022
rewrite h_right_right - 0023
specialize le_refl (L) - 0024
apply le_refl