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. Repeat(b,c,0,L) → PolynomialEquivalent(b,c,L,0,0,0)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 34 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–9
02Calculate and transport equalitiesL10–10
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L10
trans 0
03Use earlier factsL11–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
specialize prime_field_polynomial_zero_power_coefficient (b) - L12
specialize prime_field_polynomial_zero_power_coefficient (c) - L13
specialize prime_field_polynomial_zero_power_coefficient (L) - L14
specialize prime_field_polynomial_zero_power_coefficient (k) - L15
specialize prime_field_polynomial_zero_power_coefficient (a) - L16
apply prime_field_polynomial_zero_power_coefficient - L17
exact hz - L18
exact ha
04Establish heqL19–28
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field polynomial zero power coefficient.
- L19
have heq : r=0 - L20
specialize prime_field_polynomial_zero_power_coefficient (0) - L21
specialize prime_field_polynomial_zero_power_coefficient (0) - L22
specialize prime_field_polynomial_zero_power_coefficient (0) - L23
specialize prime_field_polynomial_zero_power_coefficient (k) - L24
specialize prime_field_polynomial_zero_power_coefficient (r) - L25
apply prime_field_polynomial_zero_power_coefficient - L26
specialize beta_repeat_empty (0) - L27
specialize beta_repeat_empty (0) - L28
specialize beta_repeat_empty (0)
05Use earlier factsL29–30
06Calculate and transport equalitiesL31–31
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L31
refl
07Use earlier factsL32–32
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L32
exact hr
08Calculate and transport equalitiesL33–33
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L33
symm
09Use earlier factsL34–34
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L34
exact heq
Original defined command ledger · 34 lines
- 0001
intro b - 0002
intro c - 0003
intro L - 0004
intro hz - 0005
intro k - 0006
intro a - 0007
intro r - 0008
intro ha - 0009
intro hr - 0010
trans 0 - 0011
specialize prime_field_polynomial_zero_power_coefficient (b) - 0012
specialize prime_field_polynomial_zero_power_coefficient (c) - 0013
specialize prime_field_polynomial_zero_power_coefficient (L) - 0014
specialize prime_field_polynomial_zero_power_coefficient (k) - 0015
specialize prime_field_polynomial_zero_power_coefficient (a) - 0016
apply prime_field_polynomial_zero_power_coefficient - 0017
exact hz - 0018
exact ha - 0019
have heq : r=0 - 0020
specialize prime_field_polynomial_zero_power_coefficient (0) - 0021
specialize prime_field_polynomial_zero_power_coefficient (0) - 0022
specialize prime_field_polynomial_zero_power_coefficient (0) - 0023
specialize prime_field_polynomial_zero_power_coefficient (k) - 0024
specialize prime_field_polynomial_zero_power_coefficient (r) - 0025
apply prime_field_polynomial_zero_power_coefficient - 0026
specialize beta_repeat_empty (0) - 0027
specialize beta_repeat_empty (0) - 0028
specialize beta_repeat_empty (0) - 0029
specialize beta_repeat_empty (0) - 0030
apply beta_repeat_empty - 0031
refl - 0032
exact hr - 0033
symm - 0034
exact heq