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. ∀ k. ∀ ab. ∀ ac. ∀ bb. ∀ bc. ∀ L. ∀ i. ∀ a. ∀ r. FpMonicNormalization(p,k,ab,ac,bb,bc,L) → Lt(i,L) → BetaAt(ab,ac,i,a) → BetaAt(bb,bc,i,r) → FpMul(p,k,a,r)
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–10
02Fix variables and assumptionsL11–14
03Separate the logical casesL15–16
04Use earlier factsL17–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
specialize prime_field_polynomial_scale_entry (p) - L18
specialize prime_field_polynomial_scale_entry (k) - L19
specialize prime_field_polynomial_scale_entry (ab) - L20
specialize prime_field_polynomial_scale_entry (ac) - L21
specialize prime_field_polynomial_scale_entry (bb) - L22
specialize prime_field_polynomial_scale_entry (bc) - L23
specialize prime_field_polynomial_scale_entry (L) - L24
specialize prime_field_polynomial_scale_entry (i) - L25
specialize prime_field_polynomial_scale_entry (a) - L26
specialize prime_field_polynomial_scale_entry (r)
Original defined command ledger · 31 lines
- 0001
intro p - 0002
intro k - 0003
intro ab - 0004
intro ac - 0005
intro bb - 0006
intro bc - 0007
intro L - 0008
intro i - 0009
intro a - 0010
intro r - 0011
intro h - 0012
intro hi - 0013
intro ha - 0014
intro hr - 0015
cases h - 0016
cases h_right - 0017
specialize prime_field_polynomial_scale_entry (p) - 0018
specialize prime_field_polynomial_scale_entry (k) - 0019
specialize prime_field_polynomial_scale_entry (ab) - 0020
specialize prime_field_polynomial_scale_entry (ac) - 0021
specialize prime_field_polynomial_scale_entry (bb) - 0022
specialize prime_field_polynomial_scale_entry (bc) - 0023
specialize prime_field_polynomial_scale_entry (L) - 0024
specialize prime_field_polynomial_scale_entry (i) - 0025
specialize prime_field_polynomial_scale_entry (a) - 0026
specialize prime_field_polynomial_scale_entry (r) - 0027
apply prime_field_polynomial_scale_entry - 0028
exact h_right_right - 0029
exact hi - 0030
exact ha - 0031
exact hr