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) → BetaPrefixInto(qb,qc,n,p)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 43 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–12
03Establish heL13–17
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at exists.
- L13
have he : ∃ h. BetaAt(qb,qc,i,h)Definitions: BetaAt(qb,qc,i,h)Original native command in the exact edition - L14
specialize beta_at_exists (qb) - L15
specialize beta_at_exists (qc) - L16
specialize beta_at_exists (i) - L17
apply beta_at_exists
04Separate the logical casesL18–18
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L18
cases he
05Construct an explicit witnessL19–19
Supply the displayed value, then prove that it has the required property.
- L19
exists x
06Separate the logical casesL20–20
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L20
split
07Use earlier factsL21–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact he_witness - L22
specialize prime_field_polynomial_horner_result_bounded (p) - L23
specialize prime_field_polynomial_horner_result_bounded (b) - L24
specialize prime_field_polynomial_horner_result_bounded (c) - L25
specialize prime_field_polynomial_horner_result_bounded (a) - L26
specialize prime_field_polynomial_horner_result_bounded (S i) - L27
specialize prime_field_polynomial_horner_result_bounded (x) - L28
apply prime_field_polynomial_horner_result_bounded - L29
exact hp - L30
specialize prime_field_polynomial_synthetic_quotient_entry (p)
08Use earlier factsL31–40
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L31
specialize prime_field_polynomial_synthetic_quotient_entry (b) - L32
specialize prime_field_polynomial_synthetic_quotient_entry (c) - L33
specialize prime_field_polynomial_synthetic_quotient_entry (a) - L34
specialize prime_field_polynomial_synthetic_quotient_entry (n) - L35
specialize prime_field_polynomial_synthetic_quotient_entry (qb) - L36
specialize prime_field_polynomial_synthetic_quotient_entry (qc) - L37
specialize prime_field_polynomial_synthetic_quotient_entry (r) - L38
specialize prime_field_polynomial_synthetic_quotient_entry (i) - L39
specialize prime_field_polynomial_synthetic_quotient_entry (x) - L40
apply prime_field_polynomial_synthetic_quotient_entry
Original defined command ledger · 43 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
intro i - 0012
intro hi - 0013
have he : ∃ h. BetaAt(qb,qc,i,h) - 0014
specialize beta_at_exists (qb) - 0015
specialize beta_at_exists (qc) - 0016
specialize beta_at_exists (i) - 0017
apply beta_at_exists - 0018
cases he - 0019
exists x - 0020
split - 0021
exact he_witness - 0022
specialize prime_field_polynomial_horner_result_bounded (p) - 0023
specialize prime_field_polynomial_horner_result_bounded (b) - 0024
specialize prime_field_polynomial_horner_result_bounded (c) - 0025
specialize prime_field_polynomial_horner_result_bounded (a) - 0026
specialize prime_field_polynomial_horner_result_bounded (S i) - 0027
specialize prime_field_polynomial_horner_result_bounded (x) - 0028
apply prime_field_polynomial_horner_result_bounded - 0029
exact hp - 0030
specialize prime_field_polynomial_synthetic_quotient_entry (p) - 0031
specialize prime_field_polynomial_synthetic_quotient_entry (b) - 0032
specialize prime_field_polynomial_synthetic_quotient_entry (c) - 0033
specialize prime_field_polynomial_synthetic_quotient_entry (a) - 0034
specialize prime_field_polynomial_synthetic_quotient_entry (n) - 0035
specialize prime_field_polynomial_synthetic_quotient_entry (qb) - 0036
specialize prime_field_polynomial_synthetic_quotient_entry (qc) - 0037
specialize prime_field_polynomial_synthetic_quotient_entry (r) - 0038
specialize prime_field_polynomial_synthetic_quotient_entry (i) - 0039
specialize prime_field_polynomial_synthetic_quotient_entry (x) - 0040
apply prime_field_polynomial_synthetic_quotient_entry - 0041
exact hs - 0042
exact hi - 0043
exact he_witness