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. Prime(p) → FpSyntheticDivision(p,b,c,a,n,qb,qc,r) → (r = 0 → FpHorner(p,b,c,a,S n,0)) ∧ (FpHorner(p,b,c,a,S n,0) → r = 0)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 38 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
02Establish heL11–20
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field polynomial synthetic remainder execution.
- L11
have he : FpHorner(p,b,c,a,S n,r)Definitions: FpHorner(p,b,c,a,S n,r)Original native command in the exact edition - L12
specialize prime_field_polynomial_synthetic_remainder_execution (p) - L13
specialize prime_field_polynomial_synthetic_remainder_execution (b) - L14
specialize prime_field_polynomial_synthetic_remainder_execution (c) - L15
specialize prime_field_polynomial_synthetic_remainder_execution (a) - L16
specialize prime_field_polynomial_synthetic_remainder_execution (n) - L17
specialize prime_field_polynomial_synthetic_remainder_execution (qb) - L18
specialize prime_field_polynomial_synthetic_remainder_execution (qc) - L19
specialize prime_field_polynomial_synthetic_remainder_execution (r) - L20
apply prime_field_polynomial_synthetic_remainder_execution
03Use earlier factsL21–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact hs
04Separate the logical casesL22–22
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L22
split
05Fix variables and assumptionsL23–23
Work with arbitrary variables or the premises of the current implication.
- L23
intro hz
06Calculate and transport equalitiesL24–25
07Use earlier factsL26–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L26
exact he
08Fix variables and assumptionsL27–27
Work with arbitrary variables or the premises of the current implication.
- L27
intro hz
09Use earlier factsL28–37
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L28
specialize prime_field_polynomial_horner_functional (p) - L29
specialize prime_field_polynomial_horner_functional (b) - L30
specialize prime_field_polynomial_horner_functional (c) - L31
specialize prime_field_polynomial_horner_functional (a) - L32
specialize prime_field_polynomial_horner_functional (S n) - L33
specialize prime_field_polynomial_horner_functional (r) - L34
specialize prime_field_polynomial_horner_functional (0) - L35
apply prime_field_polynomial_horner_functional - L36
exact hp - L37
exact he
10Use earlier factsL38–38
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L38
exact hz
Original defined command ledger · 38 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 hp - 0010
intro hs - 0011
have he : FpHorner(p,b,c,a,S n,r) - 0012
specialize prime_field_polynomial_synthetic_remainder_execution (p) - 0013
specialize prime_field_polynomial_synthetic_remainder_execution (b) - 0014
specialize prime_field_polynomial_synthetic_remainder_execution (c) - 0015
specialize prime_field_polynomial_synthetic_remainder_execution (a) - 0016
specialize prime_field_polynomial_synthetic_remainder_execution (n) - 0017
specialize prime_field_polynomial_synthetic_remainder_execution (qb) - 0018
specialize prime_field_polynomial_synthetic_remainder_execution (qc) - 0019
specialize prime_field_polynomial_synthetic_remainder_execution (r) - 0020
apply prime_field_polynomial_synthetic_remainder_execution - 0021
exact hs - 0022
split - 0023
intro hz - 0024
rewrite hz at he - 0025
rewrite hz at he - 0026
exact he - 0027
intro hz - 0028
specialize prime_field_polynomial_horner_functional (p) - 0029
specialize prime_field_polynomial_horner_functional (b) - 0030
specialize prime_field_polynomial_horner_functional (c) - 0031
specialize prime_field_polynomial_horner_functional (a) - 0032
specialize prime_field_polynomial_horner_functional (S n) - 0033
specialize prime_field_polynomial_horner_functional (r) - 0034
specialize prime_field_polynomial_horner_functional (0) - 0035
apply prime_field_polynomial_horner_functional - 0036
exact hp - 0037
exact he - 0038
exact hz