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. ∀ b. ∀ c. ∀ a. ∀ i. ∀ h. ∀ v. ∀ r. Prime(p) → FpHorner(p,b,c,a,i,h) → FpHorner(p,b,c,a,S i,r) → BetaAt(b,c,i,v) → ∃ x. FpMul(p,h,a,x) ∧ FpAdd(p,x,v,r)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 56 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–12
03Establish hdL13–21
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field polynomial horner successor decompose.
- L13
have hd : ∃ v. ∃ h. ∃ k. BetaAt(b,c,i,v) ∧ (FpHorner(p,b,c,a,i,h) ∧ (FpMul(p,h,a,k) ∧ FpAdd(p,k,v,r)))Definitions: BetaAt(b,c,i,v)FpHorner(p,b,c,a,i,h)FpMul(p,h,a,k)FpAdd(p,k,v,r)Original native command in the exact edition - L14
specialize prime_field_polynomial_horner_successor_decompose (p) - L15
specialize prime_field_polynomial_horner_successor_decompose (b) - L16
specialize prime_field_polynomial_horner_successor_decompose (c) - L17
specialize prime_field_polynomial_horner_successor_decompose (a) - L18
specialize prime_field_polynomial_horner_successor_decompose (i) - L19
specialize prime_field_polynomial_horner_successor_decompose (r) - L20
apply prime_field_polynomial_horner_successor_decompose - L21
exact hn
04Separate the logical casesL22–27
05Establish hveL28–36
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
06Establish hheL37–46
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field polynomial horner functional.
- L37
have hhe : x1=h - L38
specialize prime_field_polynomial_horner_functional (p) - L39
specialize prime_field_polynomial_horner_functional (b) - L40
specialize prime_field_polynomial_horner_functional (c) - L41
specialize prime_field_polynomial_horner_functional (a) - L42
specialize prime_field_polynomial_horner_functional (i) - L43
specialize prime_field_polynomial_horner_functional (x1) - L44
specialize prime_field_polynomial_horner_functional (h) - L45
apply prime_field_polynomial_horner_functional - L46
exact hp
07Use earlier factsL47–48
08Calculate and transport equalitiesL49–52
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
09Construct an explicit witnessL53–53
Supply the displayed value, then prove that it has the required property.
- L53
exists x2
10Separate the logical casesL54–54
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L54
split
Original defined command ledger · 56 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro a - 0005
intro i - 0006
intro h - 0007
intro v - 0008
intro r - 0009
intro hp - 0010
intro he - 0011
intro hn - 0012
intro hv - 0013
have hd : ∃ v. ∃ h. ∃ k. BetaAt(b,c,i,v) ∧ (FpHorner(p,b,c,a,i,h) ∧ (FpMul(p,h,a,k) ∧ FpAdd(p,k,v,r))) - 0014
specialize prime_field_polynomial_horner_successor_decompose (p) - 0015
specialize prime_field_polynomial_horner_successor_decompose (b) - 0016
specialize prime_field_polynomial_horner_successor_decompose (c) - 0017
specialize prime_field_polynomial_horner_successor_decompose (a) - 0018
specialize prime_field_polynomial_horner_successor_decompose (i) - 0019
specialize prime_field_polynomial_horner_successor_decompose (r) - 0020
apply prime_field_polynomial_horner_successor_decompose - 0021
exact hn - 0022
cases hd - 0023
cases hd_witness - 0024
cases hd_witness_witness - 0025
cases hd_witness_witness_witness - 0026
cases hd_witness_witness_witness_right - 0027
cases hd_witness_witness_witness_right_right - 0028
have hve : x=v - 0029
specialize beta_at_unique (b) - 0030
specialize beta_at_unique (c) - 0031
specialize beta_at_unique (i) - 0032
specialize beta_at_unique (x) - 0033
specialize beta_at_unique (v) - 0034
apply beta_at_unique - 0035
exact hd_witness_witness_witness_left - 0036
exact hv - 0037
have hhe : x1=h - 0038
specialize prime_field_polynomial_horner_functional (p) - 0039
specialize prime_field_polynomial_horner_functional (b) - 0040
specialize prime_field_polynomial_horner_functional (c) - 0041
specialize prime_field_polynomial_horner_functional (a) - 0042
specialize prime_field_polynomial_horner_functional (i) - 0043
specialize prime_field_polynomial_horner_functional (x1) - 0044
specialize prime_field_polynomial_horner_functional (h) - 0045
apply prime_field_polynomial_horner_functional - 0046
exact hp - 0047
exact hd_witness_witness_witness_right_left - 0048
exact he - 0049
rewrite hhe at hd_witness_witness_witness_right_right_left - 0050
rewrite hhe at hd_witness_witness_witness_right_right_left - 0051
rewrite hve at hd_witness_witness_witness_right_right_right - 0052
rewrite hve at hd_witness_witness_witness_right_right_right - 0053
exists x2 - 0054
split - 0055
exact hd_witness_witness_witness_right_right_left - 0056
exact hd_witness_witness_witness_right_right_right