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. FpMonicNormalization(p,k,ab,ac,bb,bc,L) → Lt(k,p) ∧ (BetaPrefixInto(ab,ac,L,p) ∧ BetaPrefixInto(bb,bc,L,p))
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–8
02Separate the logical casesL9–10
03Establish hsL11–12
Establish this local claim before using it. It is not an additional assumption.
- L11
have hs : FpPolyScale(p,k,ab,ac,bb,bc,L)Definitions: FpPolyScale(p,k,ab,ac,bb,bc,L)Original native command in the exact edition - L12
exact h_right_right
04Separate the logical casesL13–14
05Use earlier factsL15–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
exact hs_left - L16
specialize prime_field_polynomial_scale_bounded (p) - L17
specialize prime_field_polynomial_scale_bounded (k) - L18
specialize prime_field_polynomial_scale_bounded (ab) - L19
specialize prime_field_polynomial_scale_bounded (ac) - L20
specialize prime_field_polynomial_scale_bounded (bb) - L21
specialize prime_field_polynomial_scale_bounded (bc) - L22
specialize prime_field_polynomial_scale_bounded (L) - L23
apply prime_field_polynomial_scale_bounded - L24
exact h_right_right
Original defined command ledger · 24 lines
- 0001
intro p - 0002
intro k - 0003
intro ab - 0004
intro ac - 0005
intro bb - 0006
intro bc - 0007
intro L - 0008
intro h - 0009
cases h - 0010
cases h_right - 0011
have hs : FpPolyScale(p,k,ab,ac,bb,bc,L) - 0012
exact h_right_right - 0013
cases hs - 0014
split - 0015
exact hs_left - 0016
specialize prime_field_polynomial_scale_bounded (p) - 0017
specialize prime_field_polynomial_scale_bounded (k) - 0018
specialize prime_field_polynomial_scale_bounded (ab) - 0019
specialize prime_field_polynomial_scale_bounded (ac) - 0020
specialize prime_field_polynomial_scale_bounded (bb) - 0021
specialize prime_field_polynomial_scale_bounded (bc) - 0022
specialize prime_field_polynomial_scale_bounded (L) - 0023
apply prime_field_polynomial_scale_bounded - 0024
exact h_right_right