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. BetaPrefixInto(b,c,L,p) → ∃ x. ∃ y. ∃ z. ∃ n. FpPolynomialTrim(p,b,c,L,x,y,z,n)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 36 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 (3)
01Fix variables and assumptionsL1–5
02Establish hcutL6–10
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field polynomial leading zero cut exists.
- L6
have hcut : ∃ t. ∃ M. L = t + M ∧ (Repeat(b,c,0,t) ∧ (M = 0 ∨ ¬M = 0 ∧ (∃ x. BetaAt(b,c,t,x) ∧ ¬x = 0)))Definitions: Repeat(b,c,0,t)BetaAt(b,c,t,x)Original native command in the exact edition - L7
specialize prime_field_polynomial_leading_zero_cut_exists (b) - L8
specialize prime_field_polynomial_leading_zero_cut_exists (c) - L9
specialize prime_field_polynomial_leading_zero_cut_exists (L) - L10
apply prime_field_polynomial_leading_zero_cut_exists
03Separate the logical casesL11–12
04Establish hsL13–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field polynomial suffix exists.
- L13
have hs : ∃ d. ∃ e. PolynomialSuffix(b,c,x,d,e,x1)Definitions: PolynomialSuffix(b,c,x,d,e,x1)Original native command in the exact edition - L14
specialize prime_field_polynomial_suffix_exists (b) - L15
specialize prime_field_polynomial_suffix_exists (c) - L16
specialize prime_field_polynomial_suffix_exists (x) - L17
specialize prime_field_polynomial_suffix_exists (x1) - L18
apply prime_field_polynomial_suffix_exists
05Separate the logical casesL19–20
06Construct an explicit witnessL21–24
07Use earlier factsL25–34
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L25
specialize prime_field_polynomial_trim_from_cut (p) - L26
specialize prime_field_polynomial_trim_from_cut (b) - L27
specialize prime_field_polynomial_trim_from_cut (c) - L28
specialize prime_field_polynomial_trim_from_cut (L) - L29
specialize prime_field_polynomial_trim_from_cut (x) - L30
specialize prime_field_polynomial_trim_from_cut (x2) - L31
specialize prime_field_polynomial_trim_from_cut (x3) - L32
specialize prime_field_polynomial_trim_from_cut (x1) - L33
apply prime_field_polynomial_trim_from_cut - L34
exact hc
Original defined command ledger · 36 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro L - 0005
intro hc - 0006
have hcut : ∃ t. ∃ M. L = t + M ∧ (Repeat(b,c,0,t) ∧ (M = 0 ∨ ¬M = 0 ∧ (∃ x. BetaAt(b,c,t,x) ∧ ¬x = 0))) - 0007
specialize prime_field_polynomial_leading_zero_cut_exists (b) - 0008
specialize prime_field_polynomial_leading_zero_cut_exists (c) - 0009
specialize prime_field_polynomial_leading_zero_cut_exists (L) - 0010
apply prime_field_polynomial_leading_zero_cut_exists - 0011
cases hcut - 0012
cases hcut_witness - 0013
have hs : ∃ d. ∃ e. PolynomialSuffix(b,c,x,d,e,x1) - 0014
specialize prime_field_polynomial_suffix_exists (b) - 0015
specialize prime_field_polynomial_suffix_exists (c) - 0016
specialize prime_field_polynomial_suffix_exists (x) - 0017
specialize prime_field_polynomial_suffix_exists (x1) - 0018
apply prime_field_polynomial_suffix_exists - 0019
cases hs - 0020
cases hs_witness - 0021
exists x - 0022
exists x2 - 0023
exists x3 - 0024
exists x1 - 0025
specialize prime_field_polynomial_trim_from_cut (p) - 0026
specialize prime_field_polynomial_trim_from_cut (b) - 0027
specialize prime_field_polynomial_trim_from_cut (c) - 0028
specialize prime_field_polynomial_trim_from_cut (L) - 0029
specialize prime_field_polynomial_trim_from_cut (x) - 0030
specialize prime_field_polynomial_trim_from_cut (x2) - 0031
specialize prime_field_polynomial_trim_from_cut (x3) - 0032
specialize prime_field_polynomial_trim_from_cut (x1) - 0033
apply prime_field_polynomial_trim_from_cut - 0034
exact hc - 0035
exact hcut_witness_witness - 0036
exact hs_witness_witness