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. ∀ h. ∀ v. Prime(p) → FpSyntheticDivision(p,b,c,a,S n,qb,qc,r) → BetaAt(qb,qc,n,h) → BetaAt(b,c,S n,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 50 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 (3)
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–14
03Use earlier factsL15–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
specialize prime_field_polynomial_horner_transition_values (p) - L16
specialize prime_field_polynomial_horner_transition_values (b) - L17
specialize prime_field_polynomial_horner_transition_values (c) - L18
specialize prime_field_polynomial_horner_transition_values (a) - L19
specialize prime_field_polynomial_horner_transition_values (S n) - L20
specialize prime_field_polynomial_horner_transition_values (h) - L21
specialize prime_field_polynomial_horner_transition_values (v) - L22
specialize prime_field_polynomial_horner_transition_values (r) - L23
apply prime_field_polynomial_horner_transition_values - L24
exact hp
04Use earlier factsL25–34
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L25
specialize prime_field_polynomial_synthetic_quotient_entry (p) - L26
specialize prime_field_polynomial_synthetic_quotient_entry (b) - L27
specialize prime_field_polynomial_synthetic_quotient_entry (c) - L28
specialize prime_field_polynomial_synthetic_quotient_entry (a) - L29
specialize prime_field_polynomial_synthetic_quotient_entry (S n) - L30
specialize prime_field_polynomial_synthetic_quotient_entry (qb) - L31
specialize prime_field_polynomial_synthetic_quotient_entry (qc) - L32
specialize prime_field_polynomial_synthetic_quotient_entry (r) - L33
specialize prime_field_polynomial_synthetic_quotient_entry (n) - L34
specialize prime_field_polynomial_synthetic_quotient_entry (h)
05Use earlier factsL35–36
06Construct an explicit witnessL37–37
Supply the displayed value, then prove that it has the required property.
- L37
exists 0
07Use earlier factsL38–47
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L38
apply zero_add - L39
exact hh - L40
specialize prime_field_polynomial_synthetic_remainder_execution (p) - L41
specialize prime_field_polynomial_synthetic_remainder_execution (b) - L42
specialize prime_field_polynomial_synthetic_remainder_execution (c) - L43
specialize prime_field_polynomial_synthetic_remainder_execution (a) - L44
specialize prime_field_polynomial_synthetic_remainder_execution (S n) - L45
specialize prime_field_polynomial_synthetic_remainder_execution (qb) - L46
specialize prime_field_polynomial_synthetic_remainder_execution (qc) - L47
specialize prime_field_polynomial_synthetic_remainder_execution (r)
Original defined command ledger · 50 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 h - 0010
intro v - 0011
intro hp - 0012
intro hs - 0013
intro hh - 0014
intro hv - 0015
specialize prime_field_polynomial_horner_transition_values (p) - 0016
specialize prime_field_polynomial_horner_transition_values (b) - 0017
specialize prime_field_polynomial_horner_transition_values (c) - 0018
specialize prime_field_polynomial_horner_transition_values (a) - 0019
specialize prime_field_polynomial_horner_transition_values (S n) - 0020
specialize prime_field_polynomial_horner_transition_values (h) - 0021
specialize prime_field_polynomial_horner_transition_values (v) - 0022
specialize prime_field_polynomial_horner_transition_values (r) - 0023
apply prime_field_polynomial_horner_transition_values - 0024
exact hp - 0025
specialize prime_field_polynomial_synthetic_quotient_entry (p) - 0026
specialize prime_field_polynomial_synthetic_quotient_entry (b) - 0027
specialize prime_field_polynomial_synthetic_quotient_entry (c) - 0028
specialize prime_field_polynomial_synthetic_quotient_entry (a) - 0029
specialize prime_field_polynomial_synthetic_quotient_entry (S n) - 0030
specialize prime_field_polynomial_synthetic_quotient_entry (qb) - 0031
specialize prime_field_polynomial_synthetic_quotient_entry (qc) - 0032
specialize prime_field_polynomial_synthetic_quotient_entry (r) - 0033
specialize prime_field_polynomial_synthetic_quotient_entry (n) - 0034
specialize prime_field_polynomial_synthetic_quotient_entry (h) - 0035
apply prime_field_polynomial_synthetic_quotient_entry - 0036
exact hs - 0037
exists 0 - 0038
apply zero_add - 0039
exact hh - 0040
specialize prime_field_polynomial_synthetic_remainder_execution (p) - 0041
specialize prime_field_polynomial_synthetic_remainder_execution (b) - 0042
specialize prime_field_polynomial_synthetic_remainder_execution (c) - 0043
specialize prime_field_polynomial_synthetic_remainder_execution (a) - 0044
specialize prime_field_polynomial_synthetic_remainder_execution (S n) - 0045
specialize prime_field_polynomial_synthetic_remainder_execution (qb) - 0046
specialize prime_field_polynomial_synthetic_remainder_execution (qc) - 0047
specialize prime_field_polynomial_synthetic_remainder_execution (r) - 0048
apply prime_field_polynomial_synthetic_remainder_execution - 0049
exact hs - 0050
exact hv