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. ∀ n. ∀ qb. ∀ qc. ∀ r. ∀ i. ∀ h. FpSyntheticDivision(p,b,c,a,n,qb,qc,r) → Lt(i,n) → BetaAt(qb,qc,i,h) → FpHorner(p,b,c,a,S i,h)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 60 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
03Separate the logical casesL14–16
04Establish heL17–21
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at exists.
- L17
have he : ∃ z. BetaAt(x,x1,S i,z)Definitions: BetaAt(x,x1,S i,z)Original native command in the exact edition - L18
specialize beta_at_exists (x) - L19
specialize beta_at_exists (x1) - L20
specialize beta_at_exists (S i) - L21
apply beta_at_exists
05Separate the logical casesL22–22
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L22
cases he
06Establish hindexL23–24
07Establish hshiftL25–28
Establish this local claim before using it. It is not an additional assumption.
- L25
have hshift : BetaAt(x,x1,1 + 1 · i,x2)Definitions: BetaAt(x,x1,1 + 1 · i,x2)Original native command in the exact edition - L26
rewrite hindex - L27
rewrite hindex - L28
exact he_witness
08Establish heqL29–36
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hs witness witness right.
09Establish hexL37–46
Establish this local claim before using it. It is not an additional assumption.
- L37
have hex : FpHorner(p,b,c,a,S i,x2)Definitions: FpHorner(p,b,c,a,S i,x2)Original native command in the exact edition - L38
specialize prime_field_polynomial_horner_trace_prefix (p) - L39
specialize prime_field_polynomial_horner_trace_prefix (b) - L40
specialize prime_field_polynomial_horner_trace_prefix (c) - L41
specialize prime_field_polynomial_horner_trace_prefix (a) - L42
specialize prime_field_polynomial_horner_trace_prefix (S n) - L43
specialize prime_field_polynomial_horner_trace_prefix (r) - L44
specialize prime_field_polynomial_horner_trace_prefix (x) - L45
specialize prime_field_polynomial_horner_trace_prefix (x1) - L46
specialize prime_field_polynomial_horner_trace_prefix (S i)
10Use earlier factsL47–54
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 60 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro a - 0005
intro n - 0006
intro qb - 0007
intro qc - 0008
intro r - 0009
intro i - 0010
intro h - 0011
intro hs - 0012
intro hi - 0013
intro hh - 0014
cases hs - 0015
cases hs_witness - 0016
cases hs_witness_witness - 0017
have he : ∃ z. BetaAt(x,x1,S i,z) - 0018
specialize beta_at_exists (x) - 0019
specialize beta_at_exists (x1) - 0020
specialize beta_at_exists (S i) - 0021
apply beta_at_exists - 0022
cases he - 0023
have hindex : 1+1*i=S i - 0024
simp [one_mul,add_succ_left,zero_add] - 0025
have hshift : BetaAt(x,x1,1 + 1 · i,x2) - 0026
rewrite hindex - 0027
rewrite hindex - 0028
exact he_witness - 0029
have heq : h=x2 - 0030
specialize hs_witness_witness_right (i) - 0031
specialize hs_witness_witness_right (x2) - 0032
specialize hs_witness_witness_right (h) - 0033
apply hs_witness_witness_right - 0034
exact hi - 0035
exact hshift - 0036
exact hh - 0037
have hex : FpHorner(p,b,c,a,S i,x2) - 0038
specialize prime_field_polynomial_horner_trace_prefix (p) - 0039
specialize prime_field_polynomial_horner_trace_prefix (b) - 0040
specialize prime_field_polynomial_horner_trace_prefix (c) - 0041
specialize prime_field_polynomial_horner_trace_prefix (a) - 0042
specialize prime_field_polynomial_horner_trace_prefix (S n) - 0043
specialize prime_field_polynomial_horner_trace_prefix (r) - 0044
specialize prime_field_polynomial_horner_trace_prefix (x) - 0045
specialize prime_field_polynomial_horner_trace_prefix (x1) - 0046
specialize prime_field_polynomial_horner_trace_prefix (S i) - 0047
specialize prime_field_polynomial_horner_trace_prefix (x2) - 0048
apply prime_field_polynomial_horner_trace_prefix - 0049
exact hs_witness_witness_left - 0050
specialize le_succ (S i) - 0051
specialize le_succ (n) - 0052
apply le_succ - 0053
exact hi - 0054
exact he_witness - 0055
have hback : x2=h - 0056
symm - 0057
exact heq - 0058
rewrite hback at hex - 0059
rewrite hback at hex - 0060
exact hex