Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
Coefficients are highest-degree-first. The divisor has a nonzero decoded head; primality supplies its actual inverse. Empty quotients and remainders are included. Functionality compares the constructed execution lengths and decoded coefficients, never arbitrary beta codes. Formal polynomial equivalence compares every coefficient, not evaluations on a finite field. The formal identity and remainder-degree bound are proved separately, not assumed by the execution graph. Arbitrary quotient/remainder-pair uniqueness from a formal identity, multiplication associativity, gcd/Bezout, irreducible-polynomial existence, and the full G091 prime-power-field goal remain open. The seven displayed new names are conservative first-order notation, not new kernel primitives.
Exact theorem in conservative defined notation
∀ b. ∀ c. ∀ L. ∀ d. ∀ e. ∀ M. ∀ f. ∀ g. ∀ N. PolynomialEquivalent(b,c,L,d,e,M) → PolynomialEquivalent(d,e,M,f,g,N) → PolynomialEquivalent(b,c,L,f,g,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 (1)
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–16
03Establish hvL17–22
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field polynomial power coefficient exists.
- L17
have hv : ∃ z. PolynomialPowerCoefficient(d,e,M,k,z)Definitions: PolynomialPowerCoefficient(d,e,M,k,z)Original native command in the exact edition - L18
specialize prime_field_polynomial_power_coefficient_exists (d) - L19
specialize prime_field_polynomial_power_coefficient_exists (e) - L20
specialize prime_field_polynomial_power_coefficient_exists (M) - L21
specialize prime_field_polynomial_power_coefficient_exists (k) - L22
apply prime_field_polynomial_power_coefficient_exists
04Separate the logical casesL23–23
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L23
cases hv
05Calculate and transport equalitiesL24–24
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L24
trans x
06Use earlier factsL25–34
Original defined command ledger · 36 lines
- 0001
intro b - 0002
intro c - 0003
intro L - 0004
intro d - 0005
intro e - 0006
intro M - 0007
intro f - 0008
intro g - 0009
intro N - 0010
intro he - 0011
intro hf - 0012
intro k - 0013
intro a - 0014
intro r - 0015
intro ha - 0016
intro hr - 0017
have hv : ∃ z. PolynomialPowerCoefficient(d,e,M,k,z) - 0018
specialize prime_field_polynomial_power_coefficient_exists (d) - 0019
specialize prime_field_polynomial_power_coefficient_exists (e) - 0020
specialize prime_field_polynomial_power_coefficient_exists (M) - 0021
specialize prime_field_polynomial_power_coefficient_exists (k) - 0022
apply prime_field_polynomial_power_coefficient_exists - 0023
cases hv - 0024
trans x - 0025
specialize he (k) - 0026
specialize he (a) - 0027
specialize he (x) - 0028
apply he - 0029
exact ha - 0030
exact hv_witness - 0031
specialize hf (k) - 0032
specialize hf (x) - 0033
specialize hf (r) - 0034
apply hf - 0035
exact hv_witness - 0036
exact hr