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) → FpRepresentedDegree(p,b,c,S S n,S n) → FpSyntheticDivision(p,b,c,a,S n,qb,qc,r) → FpRepresentedDegree(p,qb,qc,S n,n)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 45 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 hs
03Separate the logical casesL12–14
04Calculate and transport equalitiesL15–15
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L15
refl
05Separate the logical casesL16–16
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L16
split
06Use earlier factsL17–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
specialize prime_field_polynomial_synthetic_quotient_bounded (p) - L18
specialize prime_field_polynomial_synthetic_quotient_bounded (b) - L19
specialize prime_field_polynomial_synthetic_quotient_bounded (c) - L20
specialize prime_field_polynomial_synthetic_quotient_bounded (a) - L21
specialize prime_field_polynomial_synthetic_quotient_bounded (S n) - L22
specialize prime_field_polynomial_synthetic_quotient_bounded (qb) - L23
specialize prime_field_polynomial_synthetic_quotient_bounded (qc) - L24
specialize prime_field_polynomial_synthetic_quotient_bounded (r) - L25
apply prime_field_polynomial_synthetic_quotient_bounded - L26
exact hp
07Use earlier factsL27–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L27
exact hs
08Separate the logical casesL28–29
09Construct an explicit witnessL30–30
Supply the displayed value, then prove that it has the required property.
- L30
exists x
10Separate the logical casesL31–31
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L31
split
11Use earlier factsL32–41
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L32
specialize prime_field_polynomial_synthetic_leading_coefficient (p) - L33
specialize prime_field_polynomial_synthetic_leading_coefficient (b) - L34
specialize prime_field_polynomial_synthetic_leading_coefficient (c) - L35
specialize prime_field_polynomial_synthetic_leading_coefficient (a) - L36
specialize prime_field_polynomial_synthetic_leading_coefficient (n) - L37
specialize prime_field_polynomial_synthetic_leading_coefficient (qb) - L38
specialize prime_field_polynomial_synthetic_leading_coefficient (qc) - L39
specialize prime_field_polynomial_synthetic_leading_coefficient (r) - L40
specialize prime_field_polynomial_synthetic_leading_coefficient (x) - L41
apply prime_field_polynomial_synthetic_leading_coefficient
Original defined command ledger · 45 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 hd - 0011
intro hs - 0012
cases hd - 0013
cases hd_right - 0014
split - 0015
refl - 0016
split - 0017
specialize prime_field_polynomial_synthetic_quotient_bounded (p) - 0018
specialize prime_field_polynomial_synthetic_quotient_bounded (b) - 0019
specialize prime_field_polynomial_synthetic_quotient_bounded (c) - 0020
specialize prime_field_polynomial_synthetic_quotient_bounded (a) - 0021
specialize prime_field_polynomial_synthetic_quotient_bounded (S n) - 0022
specialize prime_field_polynomial_synthetic_quotient_bounded (qb) - 0023
specialize prime_field_polynomial_synthetic_quotient_bounded (qc) - 0024
specialize prime_field_polynomial_synthetic_quotient_bounded (r) - 0025
apply prime_field_polynomial_synthetic_quotient_bounded - 0026
exact hp - 0027
exact hs - 0028
cases hd_right_right - 0029
cases hd_right_right_witness - 0030
exists x - 0031
split - 0032
specialize prime_field_polynomial_synthetic_leading_coefficient (p) - 0033
specialize prime_field_polynomial_synthetic_leading_coefficient (b) - 0034
specialize prime_field_polynomial_synthetic_leading_coefficient (c) - 0035
specialize prime_field_polynomial_synthetic_leading_coefficient (a) - 0036
specialize prime_field_polynomial_synthetic_leading_coefficient (n) - 0037
specialize prime_field_polynomial_synthetic_leading_coefficient (qb) - 0038
specialize prime_field_polynomial_synthetic_leading_coefficient (qc) - 0039
specialize prime_field_polynomial_synthetic_leading_coefficient (r) - 0040
specialize prime_field_polynomial_synthetic_leading_coefficient (x) - 0041
apply prime_field_polynomial_synthetic_leading_coefficient - 0042
exact hp - 0043
exact hs - 0044
exact hd_right_right_witness_left - 0045
exact hd_right_right_witness_right