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. ∀ qb. ∀ qc. ∀ r. ∀ v. Prime(p) → FpSyntheticDivision(p,b,c,a,0,qb,qc,r) → BetaAt(b,c,0,v) → r = v
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 30 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 (2)
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro hv
03Use earlier factsL12–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
specialize prime_field_polynomial_horner_constant_value (p) - L13
specialize prime_field_polynomial_horner_constant_value (b) - L14
specialize prime_field_polynomial_horner_constant_value (c) - L15
specialize prime_field_polynomial_horner_constant_value (a) - L16
specialize prime_field_polynomial_horner_constant_value (r) - L17
specialize prime_field_polynomial_horner_constant_value (v) - L18
apply prime_field_polynomial_horner_constant_value - L19
exact hp - L20
specialize prime_field_polynomial_synthetic_remainder_execution (p) - L21
specialize prime_field_polynomial_synthetic_remainder_execution (b)
04Use earlier factsL22–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
specialize prime_field_polynomial_synthetic_remainder_execution (c) - L23
specialize prime_field_polynomial_synthetic_remainder_execution (a) - L24
specialize prime_field_polynomial_synthetic_remainder_execution (0) - L25
specialize prime_field_polynomial_synthetic_remainder_execution (qb) - L26
specialize prime_field_polynomial_synthetic_remainder_execution (qc) - L27
specialize prime_field_polynomial_synthetic_remainder_execution (r) - L28
apply prime_field_polynomial_synthetic_remainder_execution - L29
exact hs - L30
exact hv
Original defined command ledger · 30 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro a - 0005
intro qb - 0006
intro qc - 0007
intro r - 0008
intro v - 0009
intro hp - 0010
intro hs - 0011
intro hv - 0012
specialize prime_field_polynomial_horner_constant_value (p) - 0013
specialize prime_field_polynomial_horner_constant_value (b) - 0014
specialize prime_field_polynomial_horner_constant_value (c) - 0015
specialize prime_field_polynomial_horner_constant_value (a) - 0016
specialize prime_field_polynomial_horner_constant_value (r) - 0017
specialize prime_field_polynomial_horner_constant_value (v) - 0018
apply prime_field_polynomial_horner_constant_value - 0019
exact hp - 0020
specialize prime_field_polynomial_synthetic_remainder_execution (p) - 0021
specialize prime_field_polynomial_synthetic_remainder_execution (b) - 0022
specialize prime_field_polynomial_synthetic_remainder_execution (c) - 0023
specialize prime_field_polynomial_synthetic_remainder_execution (a) - 0024
specialize prime_field_polynomial_synthetic_remainder_execution (0) - 0025
specialize prime_field_polynomial_synthetic_remainder_execution (qb) - 0026
specialize prime_field_polynomial_synthetic_remainder_execution (qc) - 0027
specialize prime_field_polynomial_synthetic_remainder_execution (r) - 0028
apply prime_field_polynomial_synthetic_remainder_execution - 0029
exact hs - 0030
exact hv