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. ∀ k. ∀ a. Repeat(b,c,0,L) → PolynomialPowerCoefficient(b,c,L,k,a) → a = 0
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 26 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–7
02Separate the logical casesL8–10
03Use earlier factsL11–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
specialize beta_repeat_entry_eq (b) - L12
specialize beta_repeat_entry_eq (c) - L13
specialize beta_repeat_entry_eq (0) - L14
specialize beta_repeat_entry_eq (L) - L15
specialize beta_repeat_entry_eq (x) - L16
specialize beta_repeat_entry_eq (a) - L17
apply beta_repeat_entry_eq - L18
exact hz - L19
specialize prime_field_polynomial_power_index_bound (x) - L20
specialize prime_field_polynomial_power_index_bound (k)
04Use earlier factsL21–24
05Separate the logical casesL25–25
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L25
cases ha_right
06Use earlier factsL26–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L26
exact ha_right_right
Original defined command ledger · 26 lines
- 0001
intro b - 0002
intro c - 0003
intro L - 0004
intro k - 0005
intro a - 0006
intro hz - 0007
intro ha - 0008
cases ha - 0009
cases ha_left - 0010
cases ha_left_witness - 0011
specialize beta_repeat_entry_eq (b) - 0012
specialize beta_repeat_entry_eq (c) - 0013
specialize beta_repeat_entry_eq (0) - 0014
specialize beta_repeat_entry_eq (L) - 0015
specialize beta_repeat_entry_eq (x) - 0016
specialize beta_repeat_entry_eq (a) - 0017
apply beta_repeat_entry_eq - 0018
exact hz - 0019
specialize prime_field_polynomial_power_index_bound (x) - 0020
specialize prime_field_polynomial_power_index_bound (k) - 0021
specialize prime_field_polynomial_power_index_bound (L) - 0022
apply prime_field_polynomial_power_index_bound - 0023
exact ha_left_witness_left - 0024
exact ha_left_witness_right - 0025
cases ha_right - 0026
exact ha_right_right