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. ∀ rb. ∀ rc. ∀ l. FpCoefficientNegation(p,ab,ac,rb,rc,l) → FpCoefficientNegation(p,rb,rc,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 29 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–9
02Establish hvL10–13
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply h.
- L10
have hv : ∃ a. ∃ r. BetaAt(ab,ac,i,a) ∧ (BetaAt(rb,rc,i,r) ∧ FpAdd(p,a,r,0))Definitions: BetaAt(ab,ac,i,a)BetaAt(rb,rc,i,r)FpAdd(p,a,r,0)Original native command in the exact edition - L11
specialize h (i) - L12
apply h - L13
exact hi
03Separate the logical casesL14–17
04Construct an explicit witnessL18–19
05Separate the logical casesL20–20
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L20
split
06Use earlier factsL21–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact hv_witness_witness_right_left
07Separate the logical casesL22–22
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L22
split
08Use earlier factsL23–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 29 lines
- 0001
intro p - 0002
intro ab - 0003
intro ac - 0004
intro rb - 0005
intro rc - 0006
intro l - 0007
intro h - 0008
intro i - 0009
intro hi - 0010
have hv : ∃ a. ∃ r. BetaAt(ab,ac,i,a) ∧ (BetaAt(rb,rc,i,r) ∧ FpAdd(p,a,r,0)) - 0011
specialize h (i) - 0012
apply h - 0013
exact hi - 0014
cases hv - 0015
cases hv_witness - 0016
cases hv_witness_witness - 0017
cases hv_witness_witness_right - 0018
exists x1 - 0019
exists x - 0020
split - 0021
exact hv_witness_witness_right_left - 0022
split - 0023
exact hv_witness_witness_left - 0024
specialize prime_field_add_commutative (p) - 0025
specialize prime_field_add_commutative (x) - 0026
specialize prime_field_add_commutative (x1) - 0027
specialize prime_field_add_commutative (0) - 0028
apply prime_field_add_commutative - 0029
exact hv_witness_witness_right_right