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. ∀ L. Prime(p) → FpMonic(p,b,c,L) → FpMonicNormalization(p,1,b,c,b,c,L)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 33 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.
01Fix variables and assumptionsL1–6
02Separate the logical casesL7–9
03Use earlier factsL10–10
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L10
exact h_left
04Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
split
05Construct an explicit witnessL12–12
Supply the displayed value, then prove that it has the required property.
- L12
exists 1
06Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
split
07Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact h_right_right
08Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
split
09Fix variables and assumptionsL16–16
Work with arbitrary variables or the premises of the current implication.
- L16
intro hz
10Use earlier factsL17–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
11Use earlier factsL27–33
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 33 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro L - 0005
intro hp - 0006
intro h - 0007
cases h - 0008
cases h_right - 0009
split - 0010
exact h_left - 0011
split - 0012
exists 1 - 0013
split - 0014
exact h_right_right - 0015
split - 0016
intro hz - 0017
specialize succ_ne_zero (0) - 0018
apply succ_ne_zero - 0019
exact hz - 0020
specialize prime_field_multiply_one_left (p) - 0021
specialize prime_field_multiply_one_left (1) - 0022
apply prime_field_multiply_one_left - 0023
exact hp - 0024
specialize prime_two_le (p) - 0025
apply prime_two_le - 0026
exact hp - 0027
specialize prime_field_polynomial_scale_one (p) - 0028
specialize prime_field_polynomial_scale_one (b) - 0029
specialize prime_field_polynomial_scale_one (c) - 0030
specialize prime_field_polynomial_scale_one (L) - 0031
apply prime_field_polynomial_scale_one - 0032
exact hp - 0033
exact h_right_left