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. ∀ ab. ∀ ac. Prime(p) → FpRepresentedDegree(p,ab,ac,1,0) → ∃ x. ∃ y. ∃ z. FpMonicNormalization(p,x,ab,ac,y,z,1) ∧ Repeat(y,z,1,1)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 30 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–5
02Establish hL6–14
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field polynomial monic normalization exists.
- L6
have h : ∃ k. ∃ bb. ∃ bc. FpMonicNormalization(p,k,ab,ac,bb,bc,1)Definitions: FpMonicNormalization(p,k,ab,ac,bb,bc,1)Original native command in the exact edition - L7
specialize prime_field_polynomial_monic_normalization_exists (p) - L8
specialize prime_field_polynomial_monic_normalization_exists (ab) - L9
specialize prime_field_polynomial_monic_normalization_exists (ac) - L10
specialize prime_field_polynomial_monic_normalization_exists (1) - L11
specialize prime_field_polynomial_monic_normalization_exists (0) - L12
apply prime_field_polynomial_monic_normalization_exists - L13
exact hp - L14
exact hd
03Separate the logical casesL15–17
04Construct an explicit witnessL18–20
05Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
split
06Use earlier factsL22–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
exact h_witness_witness_witness - L23
specialize prime_field_polynomial_monic_normalization_constant (p) - L24
specialize prime_field_polynomial_monic_normalization_constant (x) - L25
specialize prime_field_polynomial_monic_normalization_constant (ab) - L26
specialize prime_field_polynomial_monic_normalization_constant (ac) - L27
specialize prime_field_polynomial_monic_normalization_constant (x1) - L28
specialize prime_field_polynomial_monic_normalization_constant (x2) - L29
apply prime_field_polynomial_monic_normalization_constant - L30
exact h_witness_witness_witness
Original defined command ledger · 30 lines
- 0001
intro p - 0002
intro ab - 0003
intro ac - 0004
intro hp - 0005
intro hd - 0006
have h : ∃ k. ∃ bb. ∃ bc. FpMonicNormalization(p,k,ab,ac,bb,bc,1) - 0007
specialize prime_field_polynomial_monic_normalization_exists (p) - 0008
specialize prime_field_polynomial_monic_normalization_exists (ab) - 0009
specialize prime_field_polynomial_monic_normalization_exists (ac) - 0010
specialize prime_field_polynomial_monic_normalization_exists (1) - 0011
specialize prime_field_polynomial_monic_normalization_exists (0) - 0012
apply prime_field_polynomial_monic_normalization_exists - 0013
exact hp - 0014
exact hd - 0015
cases h - 0016
cases h_witness - 0017
cases h_witness_witness - 0018
exists x - 0019
exists x1 - 0020
exists x2 - 0021
split - 0022
exact h_witness_witness_witness - 0023
specialize prime_field_polynomial_monic_normalization_constant (p) - 0024
specialize prime_field_polynomial_monic_normalization_constant (x) - 0025
specialize prime_field_polynomial_monic_normalization_constant (ab) - 0026
specialize prime_field_polynomial_monic_normalization_constant (ac) - 0027
specialize prime_field_polynomial_monic_normalization_constant (x1) - 0028
specialize prime_field_polynomial_monic_normalization_constant (x2) - 0029
apply prime_field_polynomial_monic_normalization_constant - 0030
exact h_witness_witness_witness