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. ∀ t. ∀ d. ∀ e. ∀ M. FpPolynomialTrim(p,b,c,L,t,d,e,M) → (M = 0 → Repeat(b,c,0,L)) ∧ (Repeat(b,c,0,L) → M = 0)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 34 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–9
02Separate the logical casesL10–10
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L10
split
03Fix variables and assumptionsL11–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro hz
04Use earlier factsL12–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
specialize prime_field_polynomial_trim_zero_of_empty (p) - L13
specialize prime_field_polynomial_trim_zero_of_empty (b) - L14
specialize prime_field_polynomial_trim_zero_of_empty (c) - L15
specialize prime_field_polynomial_trim_zero_of_empty (L) - L16
specialize prime_field_polynomial_trim_zero_of_empty (t) - L17
specialize prime_field_polynomial_trim_zero_of_empty (d) - L18
specialize prime_field_polynomial_trim_zero_of_empty (e) - L19
specialize prime_field_polynomial_trim_zero_of_empty (M) - L20
apply prime_field_polynomial_trim_zero_of_empty - L21
exact h
05Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
exact hz
06Fix variables and assumptionsL23–23
Work with arbitrary variables or the premises of the current implication.
- L23
intro hz
07Use earlier factsL24–33
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L24
specialize prime_field_polynomial_trim_empty_of_zero (p) - L25
specialize prime_field_polynomial_trim_empty_of_zero (b) - L26
specialize prime_field_polynomial_trim_empty_of_zero (c) - L27
specialize prime_field_polynomial_trim_empty_of_zero (L) - L28
specialize prime_field_polynomial_trim_empty_of_zero (t) - L29
specialize prime_field_polynomial_trim_empty_of_zero (d) - L30
specialize prime_field_polynomial_trim_empty_of_zero (e) - L31
specialize prime_field_polynomial_trim_empty_of_zero (M) - L32
apply prime_field_polynomial_trim_empty_of_zero - L33
exact h
08Use earlier factsL34–34
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L34
exact hz
Original defined command ledger · 34 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro L - 0005
intro t - 0006
intro d - 0007
intro e - 0008
intro M - 0009
intro h - 0010
split - 0011
intro hz - 0012
specialize prime_field_polynomial_trim_zero_of_empty (p) - 0013
specialize prime_field_polynomial_trim_zero_of_empty (b) - 0014
specialize prime_field_polynomial_trim_zero_of_empty (c) - 0015
specialize prime_field_polynomial_trim_zero_of_empty (L) - 0016
specialize prime_field_polynomial_trim_zero_of_empty (t) - 0017
specialize prime_field_polynomial_trim_zero_of_empty (d) - 0018
specialize prime_field_polynomial_trim_zero_of_empty (e) - 0019
specialize prime_field_polynomial_trim_zero_of_empty (M) - 0020
apply prime_field_polynomial_trim_zero_of_empty - 0021
exact h - 0022
exact hz - 0023
intro hz - 0024
specialize prime_field_polynomial_trim_empty_of_zero (p) - 0025
specialize prime_field_polynomial_trim_empty_of_zero (b) - 0026
specialize prime_field_polynomial_trim_empty_of_zero (c) - 0027
specialize prime_field_polynomial_trim_empty_of_zero (L) - 0028
specialize prime_field_polynomial_trim_empty_of_zero (t) - 0029
specialize prime_field_polynomial_trim_empty_of_zero (d) - 0030
specialize prime_field_polynomial_trim_empty_of_zero (e) - 0031
specialize prime_field_polynomial_trim_empty_of_zero (M) - 0032
apply prime_field_polynomial_trim_empty_of_zero - 0033
exact h - 0034
exact hz