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. ∀ t. ∀ B. ∀ C. Repeat(b,c,0,L) → PolynomialLeftPad(b,c,L,t,B,C) → Repeat(B,C,0,t + L)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 32 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
02Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
cases hpad
03Establish hcL12–17
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field polynomial left pad index cases.
- L12
have hc : Lt(i,t) ∨ (∃ x. Lt(x,L) ∧ i = t + x)Definitions: Lt(i,t)Lt(x,L)Original native command in the exact edition - L13
specialize prime_field_polynomial_left_pad_index_cases (t) - L14
specialize prime_field_polynomial_left_pad_index_cases (L) - L15
specialize prime_field_polynomial_left_pad_index_cases (i) - L16
apply prime_field_polynomial_left_pad_index_cases - L17
exact hi
04Separate the logical casesL18–18
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L18
cases hc
05Use earlier factsL19–21
06Separate the logical casesL22–23
07Calculate and transport equalitiesL24–25
Original defined command ledger · 32 lines
- 0001
intro b - 0002
intro c - 0003
intro L - 0004
intro t - 0005
intro B - 0006
intro C - 0007
intro hz - 0008
intro hpad - 0009
intro i - 0010
intro hi - 0011
cases hpad - 0012
have hc : Lt(i,t) ∨ (∃ x. Lt(x,L) ∧ i = t + x) - 0013
specialize prime_field_polynomial_left_pad_index_cases (t) - 0014
specialize prime_field_polynomial_left_pad_index_cases (L) - 0015
specialize prime_field_polynomial_left_pad_index_cases (i) - 0016
apply prime_field_polynomial_left_pad_index_cases - 0017
exact hi - 0018
cases hc - 0019
specialize hpad_left (i) - 0020
apply hpad_left - 0021
exact hc_left - 0022
cases hc_right - 0023
cases hc_right_witness - 0024
rewrite hc_right_witness_right - 0025
rewrite hc_right_witness_right - 0026
specialize hpad_right (x) - 0027
specialize hpad_right (0) - 0028
apply hpad_right - 0029
exact hc_right_witness_left - 0030
specialize hz (x) - 0031
apply hz - 0032
exact hc_right_witness_left