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. ∀ v. Prime(p) → FpSyntheticDivision(p,b,c,a,S n,qb,qc,r) → BetaAt(b,c,0,v) → BetaAt(qb,qc,0,v)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 46 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–12
03Establish hqL13–17
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at exists.
- L13
have hq : ∃ h. BetaAt(qb,qc,0,h)Definitions: BetaAt(qb,qc,0,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 (0) - L17
apply beta_at_exists
04Separate the logical casesL18–18
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L18
cases hq
05Establish heqL19–28
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field polynomial horner constant value.
- L19
have heq : x=v - L20
specialize prime_field_polynomial_horner_constant_value (p) - L21
specialize prime_field_polynomial_horner_constant_value (b) - L22
specialize prime_field_polynomial_horner_constant_value (c) - L23
specialize prime_field_polynomial_horner_constant_value (a) - L24
specialize prime_field_polynomial_horner_constant_value (x) - L25
specialize prime_field_polynomial_horner_constant_value (v) - L26
apply prime_field_polynomial_horner_constant_value - L27
exact hp - L28
specialize prime_field_polynomial_synthetic_quotient_entry (p)
06Use earlier factsL29–38
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L29
specialize prime_field_polynomial_synthetic_quotient_entry (b) - L30
specialize prime_field_polynomial_synthetic_quotient_entry (c) - L31
specialize prime_field_polynomial_synthetic_quotient_entry (a) - L32
specialize prime_field_polynomial_synthetic_quotient_entry (S n) - L33
specialize prime_field_polynomial_synthetic_quotient_entry (qb) - L34
specialize prime_field_polynomial_synthetic_quotient_entry (qc) - L35
specialize prime_field_polynomial_synthetic_quotient_entry (r) - L36
specialize prime_field_polynomial_synthetic_quotient_entry (0) - L37
specialize prime_field_polynomial_synthetic_quotient_entry (x) - L38
apply prime_field_polynomial_synthetic_quotient_entry
07Use earlier factsL39–39
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L39
exact hs
08Construct an explicit witnessL40–40
Supply the displayed value, then prove that it has the required property.
- L40
exists n
09Calculate and transport equalitiesL41–41
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L41
simp
10Use earlier factsL42–43
11Calculate and transport equalitiesL44–45
12Use earlier factsL46–46
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L46
exact hq_witness
Original defined command ledger · 46 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 v - 0010
intro hp - 0011
intro hs - 0012
intro hv - 0013
have hq : ∃ h. BetaAt(qb,qc,0,h) - 0014
specialize beta_at_exists (qb) - 0015
specialize beta_at_exists (qc) - 0016
specialize beta_at_exists (0) - 0017
apply beta_at_exists - 0018
cases hq - 0019
have heq : x=v - 0020
specialize prime_field_polynomial_horner_constant_value (p) - 0021
specialize prime_field_polynomial_horner_constant_value (b) - 0022
specialize prime_field_polynomial_horner_constant_value (c) - 0023
specialize prime_field_polynomial_horner_constant_value (a) - 0024
specialize prime_field_polynomial_horner_constant_value (x) - 0025
specialize prime_field_polynomial_horner_constant_value (v) - 0026
apply prime_field_polynomial_horner_constant_value - 0027
exact hp - 0028
specialize prime_field_polynomial_synthetic_quotient_entry (p) - 0029
specialize prime_field_polynomial_synthetic_quotient_entry (b) - 0030
specialize prime_field_polynomial_synthetic_quotient_entry (c) - 0031
specialize prime_field_polynomial_synthetic_quotient_entry (a) - 0032
specialize prime_field_polynomial_synthetic_quotient_entry (S n) - 0033
specialize prime_field_polynomial_synthetic_quotient_entry (qb) - 0034
specialize prime_field_polynomial_synthetic_quotient_entry (qc) - 0035
specialize prime_field_polynomial_synthetic_quotient_entry (r) - 0036
specialize prime_field_polynomial_synthetic_quotient_entry (0) - 0037
specialize prime_field_polynomial_synthetic_quotient_entry (x) - 0038
apply prime_field_polynomial_synthetic_quotient_entry - 0039
exact hs - 0040
exists n - 0041
simp - 0042
exact hq_witness - 0043
exact hv - 0044
rewrite heq at hq_witness - 0045
rewrite heq at hq_witness - 0046
exact hq_witness