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. ∀ a. ∀ r. Prime(p) → FpAdd(p,a,r,a) → r = 0
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 18 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–5
02Use earlier factsL6–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L6
specialize prime_field_add_cancel_left (p) - L7
specialize prime_field_add_cancel_left (a) - L8
specialize prime_field_add_cancel_left (r) - L9
specialize prime_field_add_cancel_left (0) - L10
specialize prime_field_add_cancel_left (a) - L11
apply prime_field_add_cancel_left - L12
exact h - L13
specialize prime_field_add_zero_right (p) - L14
specialize prime_field_add_zero_right (a) - L15
apply prime_field_add_zero_right
03Use earlier factsL16–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
exact hp
04Separate the logical casesL17–17
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L17
cases h
05Use earlier factsL18–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
exact h_left
Original defined command ledger · 18 lines
- 0001
intro p - 0002
intro a - 0003
intro r - 0004
intro hp - 0005
intro h - 0006
specialize prime_field_add_cancel_left (p) - 0007
specialize prime_field_add_cancel_left (a) - 0008
specialize prime_field_add_cancel_left (r) - 0009
specialize prime_field_add_cancel_left (0) - 0010
specialize prime_field_add_cancel_left (a) - 0011
apply prime_field_add_cancel_left - 0012
exact h - 0013
specialize prime_field_add_zero_right (p) - 0014
specialize prime_field_add_zero_right (a) - 0015
apply prime_field_add_zero_right - 0016
exact hp - 0017
cases h - 0018
exact h_left