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. ∀ ab. ∀ ac. ∀ zb. ∀ zc. ∀ l. Prime(p) → BetaPrefixInto(ab,ac,l,p) → Repeat(zb,zc,0,l) → FpCoefficientSubtraction(p,ab,ac,zb,zc,ab,ac,l)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 37 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–9
02Use earlier factsL10–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L10
specialize prime_field_polynomial_subtract_from_add (p) - L11
specialize prime_field_polynomial_subtract_from_add (ab) - L12
specialize prime_field_polynomial_subtract_from_add (ac) - L13
specialize prime_field_polynomial_subtract_from_add (zb) - L14
specialize prime_field_polynomial_subtract_from_add (zc) - L15
specialize prime_field_polynomial_subtract_from_add (ab) - L16
specialize prime_field_polynomial_subtract_from_add (ac) - L17
specialize prime_field_polynomial_subtract_from_add (l) - L18
apply prime_field_polynomial_subtract_from_add - L19
specialize prime_field_polynomial_add_commutative (p)
03Use earlier factsL20–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
specialize prime_field_polynomial_add_commutative (ab) - L21
specialize prime_field_polynomial_add_commutative (ac) - L22
specialize prime_field_polynomial_add_commutative (zb) - L23
specialize prime_field_polynomial_add_commutative (zc) - L24
specialize prime_field_polynomial_add_commutative (ab) - L25
specialize prime_field_polynomial_add_commutative (ac) - L26
specialize prime_field_polynomial_add_commutative (l) - L27
apply prime_field_polynomial_add_commutative - L28
specialize prime_field_polynomial_add_zero_right (p) - L29
specialize prime_field_polynomial_add_zero_right (ab)
04Use earlier factsL30–37
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
specialize prime_field_polynomial_add_zero_right (ac) - L31
specialize prime_field_polynomial_add_zero_right (zb) - L32
specialize prime_field_polynomial_add_zero_right (zc) - L33
specialize prime_field_polynomial_add_zero_right (l) - L34
apply prime_field_polynomial_add_zero_right - L35
exact hp - L36
exact ha - L37
exact hz
Original defined command ledger · 37 lines
- 0001
intro p - 0002
intro ab - 0003
intro ac - 0004
intro zb - 0005
intro zc - 0006
intro l - 0007
intro hp - 0008
intro ha - 0009
intro hz - 0010
specialize prime_field_polynomial_subtract_from_add (p) - 0011
specialize prime_field_polynomial_subtract_from_add (ab) - 0012
specialize prime_field_polynomial_subtract_from_add (ac) - 0013
specialize prime_field_polynomial_subtract_from_add (zb) - 0014
specialize prime_field_polynomial_subtract_from_add (zc) - 0015
specialize prime_field_polynomial_subtract_from_add (ab) - 0016
specialize prime_field_polynomial_subtract_from_add (ac) - 0017
specialize prime_field_polynomial_subtract_from_add (l) - 0018
apply prime_field_polynomial_subtract_from_add - 0019
specialize prime_field_polynomial_add_commutative (p) - 0020
specialize prime_field_polynomial_add_commutative (ab) - 0021
specialize prime_field_polynomial_add_commutative (ac) - 0022
specialize prime_field_polynomial_add_commutative (zb) - 0023
specialize prime_field_polynomial_add_commutative (zc) - 0024
specialize prime_field_polynomial_add_commutative (ab) - 0025
specialize prime_field_polynomial_add_commutative (ac) - 0026
specialize prime_field_polynomial_add_commutative (l) - 0027
apply prime_field_polynomial_add_commutative - 0028
specialize prime_field_polynomial_add_zero_right (p) - 0029
specialize prime_field_polynomial_add_zero_right (ab) - 0030
specialize prime_field_polynomial_add_zero_right (ac) - 0031
specialize prime_field_polynomial_add_zero_right (zb) - 0032
specialize prime_field_polynomial_add_zero_right (zc) - 0033
specialize prime_field_polynomial_add_zero_right (l) - 0034
apply prime_field_polynomial_add_zero_right - 0035
exact hp - 0036
exact ha - 0037
exact hz