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. ∀ bb. ∀ bc. ∀ rb. ∀ rc. ∀ l. Prime(p) → (∀ x. ∀ y. Lt(x,l) → BetaAt(ab,ac,x,y) → BetaAt(bb,bc,x,y)) → FpCoefficientSubtraction(p,ab,ac,bb,bc,rb,rc,l) → Repeat(rb,rc,0,l)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 51 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–10
02Fix variables and assumptionsL11–13
03Establish haL14–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at exists.
- L14
have ha : ∃ a. BetaAt(ab,ac,i,a)Definitions: BetaAt(ab,ac,i,a)Original native command in the exact edition - L15
specialize beta_at_exists (ab) - L16
specialize beta_at_exists (ac) - L17
specialize beta_at_exists (i) - L18
apply beta_at_exists
04Separate the logical casesL19–19
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L19
cases ha
05Establish hrL20–24
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at exists.
- L20
have hr : ∃ r. BetaAt(rb,rc,i,r)Definitions: BetaAt(rb,rc,i,r)Original native command in the exact edition - L21
specialize beta_at_exists (rb) - L22
specialize beta_at_exists (rc) - L23
specialize beta_at_exists (i) - L24
apply beta_at_exists
06Separate the logical casesL25–25
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L25
cases hr
07Establish hzL26–35
Establish this local claim before using it. It is not an additional assumption.
- L26
have hz : x1=0 - L27
specialize prime_field_polynomial_subtract_equal_entry_zero (p) - L28
specialize prime_field_polynomial_subtract_equal_entry_zero (ab) - L29
specialize prime_field_polynomial_subtract_equal_entry_zero (ac) - L30
specialize prime_field_polynomial_subtract_equal_entry_zero (bb) - L31
specialize prime_field_polynomial_subtract_equal_entry_zero (bc) - L32
specialize prime_field_polynomial_subtract_equal_entry_zero (rb) - L33
specialize prime_field_polynomial_subtract_equal_entry_zero (rc) - L34
specialize prime_field_polynomial_subtract_equal_entry_zero (l) - L35
specialize prime_field_polynomial_subtract_equal_entry_zero (i)
08Use earlier factsL36–45
Instantiate or apply named facts and discharge the corresponding proof obligations.
09Use earlier factsL46–48
10Calculate and transport equalitiesL49–50
11Use earlier factsL51–51
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L51
exact hr_witness
Original defined command ledger · 51 lines
- 0001
intro p - 0002
intro ab - 0003
intro ac - 0004
intro bb - 0005
intro bc - 0006
intro rb - 0007
intro rc - 0008
intro l - 0009
intro hp - 0010
intro he - 0011
intro h - 0012
intro i - 0013
intro hi - 0014
have ha : ∃ a. BetaAt(ab,ac,i,a) - 0015
specialize beta_at_exists (ab) - 0016
specialize beta_at_exists (ac) - 0017
specialize beta_at_exists (i) - 0018
apply beta_at_exists - 0019
cases ha - 0020
have hr : ∃ r. BetaAt(rb,rc,i,r) - 0021
specialize beta_at_exists (rb) - 0022
specialize beta_at_exists (rc) - 0023
specialize beta_at_exists (i) - 0024
apply beta_at_exists - 0025
cases hr - 0026
have hz : x1=0 - 0027
specialize prime_field_polynomial_subtract_equal_entry_zero (p) - 0028
specialize prime_field_polynomial_subtract_equal_entry_zero (ab) - 0029
specialize prime_field_polynomial_subtract_equal_entry_zero (ac) - 0030
specialize prime_field_polynomial_subtract_equal_entry_zero (bb) - 0031
specialize prime_field_polynomial_subtract_equal_entry_zero (bc) - 0032
specialize prime_field_polynomial_subtract_equal_entry_zero (rb) - 0033
specialize prime_field_polynomial_subtract_equal_entry_zero (rc) - 0034
specialize prime_field_polynomial_subtract_equal_entry_zero (l) - 0035
specialize prime_field_polynomial_subtract_equal_entry_zero (i) - 0036
specialize prime_field_polynomial_subtract_equal_entry_zero (x) - 0037
specialize prime_field_polynomial_subtract_equal_entry_zero (x1) - 0038
apply prime_field_polynomial_subtract_equal_entry_zero - 0039
exact hp - 0040
exact h - 0041
exact hi - 0042
exact ha_witness - 0043
specialize he (i) - 0044
specialize he (x) - 0045
apply he - 0046
exact hi - 0047
exact ha_witness - 0048
exact hr_witness - 0049
rewrite hz at hr_witness - 0050
rewrite hz at hr_witness - 0051
exact hr_witness