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. ∀ k. ∀ ab. ∀ ac. ∀ bb. ∀ bc. ∀ L. FpMonicNormalization(p,k,ab,ac,bb,bc,L) → FpMonic(p,bb,bc,L)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 37 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–8
02Establish hcL9–10
Establish this local claim before using it. It is not an additional assumption.
- L9
have hc : FpMonicNormalization(p,k,ab,ac,bb,bc,L)Definitions: FpMonicNormalization(p,k,ab,ac,bb,bc,L)Original native command in the exact edition - L10
exact h
03Separate the logical casesL11–13
04Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact hc_left
05Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
split
06Establish hbL16–25
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field polynomial monic normalization bounded.
- L16
have hb : Lt(k,p) ∧ (BetaPrefixInto(ab,ac,L,p) ∧ BetaPrefixInto(bb,bc,L,p))Definitions: Lt(k,p)BetaPrefixInto(ab,ac,L,p)BetaPrefixInto(bb,bc,L,p)Original native command in the exact edition - L17
specialize prime_field_polynomial_monic_normalization_bounded (p) - L18
specialize prime_field_polynomial_monic_normalization_bounded (k) - L19
specialize prime_field_polynomial_monic_normalization_bounded (ab) - L20
specialize prime_field_polynomial_monic_normalization_bounded (ac) - L21
specialize prime_field_polynomial_monic_normalization_bounded (bb) - L22
specialize prime_field_polynomial_monic_normalization_bounded (bc) - L23
specialize prime_field_polynomial_monic_normalization_bounded (L) - L24
apply prime_field_polynomial_monic_normalization_bounded - L25
exact h
07Separate the logical casesL26–27
08Use earlier factsL28–37
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L28
exact hb_right_right - L29
specialize prime_field_polynomial_monic_normalization_leading (p) - L30
specialize prime_field_polynomial_monic_normalization_leading (k) - L31
specialize prime_field_polynomial_monic_normalization_leading (ab) - L32
specialize prime_field_polynomial_monic_normalization_leading (ac) - L33
specialize prime_field_polynomial_monic_normalization_leading (bb) - L34
specialize prime_field_polynomial_monic_normalization_leading (bc) - L35
specialize prime_field_polynomial_monic_normalization_leading (L) - L36
apply prime_field_polynomial_monic_normalization_leading - L37
exact h
Original defined command ledger · 37 lines
- 0001
intro p - 0002
intro k - 0003
intro ab - 0004
intro ac - 0005
intro bb - 0006
intro bc - 0007
intro L - 0008
intro h - 0009
have hc : FpMonicNormalization(p,k,ab,ac,bb,bc,L) - 0010
exact h - 0011
cases hc - 0012
cases hc_right - 0013
split - 0014
exact hc_left - 0015
split - 0016
have hb : Lt(k,p) ∧ (BetaPrefixInto(ab,ac,L,p) ∧ BetaPrefixInto(bb,bc,L,p)) - 0017
specialize prime_field_polynomial_monic_normalization_bounded (p) - 0018
specialize prime_field_polynomial_monic_normalization_bounded (k) - 0019
specialize prime_field_polynomial_monic_normalization_bounded (ab) - 0020
specialize prime_field_polynomial_monic_normalization_bounded (ac) - 0021
specialize prime_field_polynomial_monic_normalization_bounded (bb) - 0022
specialize prime_field_polynomial_monic_normalization_bounded (bc) - 0023
specialize prime_field_polynomial_monic_normalization_bounded (L) - 0024
apply prime_field_polynomial_monic_normalization_bounded - 0025
exact h - 0026
cases hb - 0027
cases hb_right - 0028
exact hb_right_right - 0029
specialize prime_field_polynomial_monic_normalization_leading (p) - 0030
specialize prime_field_polynomial_monic_normalization_leading (k) - 0031
specialize prime_field_polynomial_monic_normalization_leading (ab) - 0032
specialize prime_field_polynomial_monic_normalization_leading (ac) - 0033
specialize prime_field_polynomial_monic_normalization_leading (bb) - 0034
specialize prime_field_polynomial_monic_normalization_leading (bc) - 0035
specialize prime_field_polynomial_monic_normalization_leading (L) - 0036
apply prime_field_polynomial_monic_normalization_leading - 0037
exact h