Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
All coefficients retain the established highest-degree-first order. Trimming handles empty and all-zero prefixes; monic normalization requires a nonzero leading coefficient. Synthetic division has a nonempty input of length S n and a quotient of length n, unique in decoded values. Its coefficient recurrence, actual evaluation remainder and positive-degree drop are checked. General polynomial Euclidean division, gcd/Bezout, an arbitrary-convolution factor theorem, irreducible-polynomial existence and the full G091 prime-power-field endpoint remain open. These exact theorems are first admitted to Alpha v32; Stable remains unchanged.
Exact theorem in conservative defined notation
∀ p. ∀ b. ∀ c. ∀ l. Prime(p) → Repeat(b,c,0,l) → FpCoefficientNegation(p,b,c,b,c,l)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 25 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–8
02Construct an explicit witnessL9–10
03Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
split
04Use earlier factsL12–14
05Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
split
06Use earlier factsL16–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 25 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro l - 0005
intro hp - 0006
intro hz - 0007
intro i - 0008
intro hi - 0009
exists 0 - 0010
exists 0 - 0011
split - 0012
specialize hz (i) - 0013
apply hz - 0014
exact hi - 0015
split - 0016
specialize hz (i) - 0017
apply hz - 0018
exact hi - 0019
specialize prime_field_add_zero_right (p) - 0020
specialize prime_field_add_zero_right (0) - 0021
apply prime_field_add_zero_right - 0022
exact hp - 0023
specialize prime_field_zero_below_prime (p) - 0024
apply prime_field_zero_below_prime - 0025
exact hp