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. ∀ AB. ∀ AC. ∀ BB. ∀ BC. ∀ L. (∀ x. ∀ y. Lt(x,L) → BetaAt(ab,ac,x,y) → BetaAt(AB,AC,x,y)) → (∀ x. ∀ y. Lt(x,L) → BetaAt(bb,bc,x,y) → BetaAt(BB,BC,x,y)) → FpMonicNormalization(p,k,ab,ac,bb,bc,L) → FpMonicNormalization(p,k,AB,AC,BB,BC,L)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 46 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–17
04Use earlier factsL18–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
exact h_left
05Separate the logical casesL19–21
06Construct an explicit witnessL22–22
Supply the displayed value, then prove that it has the required property.
- L22
exists x
07Separate the logical casesL23–23
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L23
split
08Use earlier factsL24–33
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L24
specialize hin (0) - L25
specialize hin (x) - L26
apply hin - L27
specialize one_le_of_ne_zero (L) - L28
apply one_le_of_ne_zero - L29
exact h_left - L30
exact h_right_left_witness_left - L31
exact h_right_left_witness_right - L32
specialize prime_field_polynomial_scale_transport (p) - L33
specialize prime_field_polynomial_scale_transport (k)
09Use earlier factsL34–43
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L34
specialize prime_field_polynomial_scale_transport (ab) - L35
specialize prime_field_polynomial_scale_transport (ac) - L36
specialize prime_field_polynomial_scale_transport (bb) - L37
specialize prime_field_polynomial_scale_transport (bc) - L38
specialize prime_field_polynomial_scale_transport (AB) - L39
specialize prime_field_polynomial_scale_transport (AC) - L40
specialize prime_field_polynomial_scale_transport (BB) - L41
specialize prime_field_polynomial_scale_transport (BC) - L42
specialize prime_field_polynomial_scale_transport (L) - L43
apply prime_field_polynomial_scale_transport
Original defined command ledger · 46 lines
- 0001
intro p - 0002
intro k - 0003
intro ab - 0004
intro ac - 0005
intro bb - 0006
intro bc - 0007
intro AB - 0008
intro AC - 0009
intro BB - 0010
intro BC - 0011
intro L - 0012
intro hin - 0013
intro hout - 0014
intro h - 0015
cases h - 0016
cases h_right - 0017
split - 0018
exact h_left - 0019
split - 0020
cases h_right_left - 0021
cases h_right_left_witness - 0022
exists x - 0023
split - 0024
specialize hin (0) - 0025
specialize hin (x) - 0026
apply hin - 0027
specialize one_le_of_ne_zero (L) - 0028
apply one_le_of_ne_zero - 0029
exact h_left - 0030
exact h_right_left_witness_left - 0031
exact h_right_left_witness_right - 0032
specialize prime_field_polynomial_scale_transport (p) - 0033
specialize prime_field_polynomial_scale_transport (k) - 0034
specialize prime_field_polynomial_scale_transport (ab) - 0035
specialize prime_field_polynomial_scale_transport (ac) - 0036
specialize prime_field_polynomial_scale_transport (bb) - 0037
specialize prime_field_polynomial_scale_transport (bc) - 0038
specialize prime_field_polynomial_scale_transport (AB) - 0039
specialize prime_field_polynomial_scale_transport (AC) - 0040
specialize prime_field_polynomial_scale_transport (BB) - 0041
specialize prime_field_polynomial_scale_transport (BC) - 0042
specialize prime_field_polynomial_scale_transport (L) - 0043
apply prime_field_polynomial_scale_transport - 0044
exact hin - 0045
exact hout - 0046
exact h_right_right