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 → ∃ x. FpRepresentedDegree(p,d,e,M,x)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 28 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 (1)
01Fix variables and assumptionsL1–10
02Establish hqL11–14
03Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
cases hq
04Construct an explicit witnessL16–16
Supply the displayed value, then prove that it has the required property.
- L16
exists x
05Use earlier factsL17–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
specialize prime_field_polynomial_trim_represented_degree (p) - L18
specialize prime_field_polynomial_trim_represented_degree (b) - L19
specialize prime_field_polynomial_trim_represented_degree (c) - L20
specialize prime_field_polynomial_trim_represented_degree (L) - L21
specialize prime_field_polynomial_trim_represented_degree (t) - L22
specialize prime_field_polynomial_trim_represented_degree (d) - L23
specialize prime_field_polynomial_trim_represented_degree (e) - L24
specialize prime_field_polynomial_trim_represented_degree (M) - L25
specialize prime_field_polynomial_trim_represented_degree (x) - L26
apply prime_field_polynomial_trim_represented_degree
Original defined command ledger · 28 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
intro hM - 0011
have hq : exists q. M=S q - 0012
specialize nonzero_is_succ (M) - 0013
apply nonzero_is_succ - 0014
exact hM - 0015
cases hq - 0016
exists x - 0017
specialize prime_field_polynomial_trim_represented_degree (p) - 0018
specialize prime_field_polynomial_trim_represented_degree (b) - 0019
specialize prime_field_polynomial_trim_represented_degree (c) - 0020
specialize prime_field_polynomial_trim_represented_degree (L) - 0021
specialize prime_field_polynomial_trim_represented_degree (t) - 0022
specialize prime_field_polynomial_trim_represented_degree (d) - 0023
specialize prime_field_polynomial_trim_represented_degree (e) - 0024
specialize prime_field_polynomial_trim_represented_degree (M) - 0025
specialize prime_field_polynomial_trim_represented_degree (x) - 0026
apply prime_field_polynomial_trim_represented_degree - 0027
exact h - 0028
exact hq_witness