Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
Length is representation length, not polynomial degree. Leading zeros and the empty zero polynomial are allowed; the canonical argument guard x<p also applies to the empty case. Evaluation is defined by actual field-operation steps, not an assumed residue invariant. Polynomial division, gcd, irreducibles and general prime-power extension fields remain open; this does not close G091.
Exact theorem in conservative defined notation
∀ p. ∀ l. Prime(p) → ∃ x. ∃ y. BetaPrefixInto(x,y,l,p) ∧ Repeat(x,y,0,l)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 10 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–3
02Use earlier factsL4–10
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 10 lines
- 0001
intro p - 0002
intro l - 0003
intro hp - 0004
specialize prime_field_polynomial_repeat_exists (p) - 0005
specialize prime_field_polynomial_repeat_exists (0) - 0006
specialize prime_field_polynomial_repeat_exists (l) - 0007
apply prime_field_polynomial_repeat_exists - 0008
specialize prime_field_zero_below_prime (p) - 0009
apply prime_field_zero_below_prime - 0010
exact hp