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
∀ p. ∀ b. ∀ c. ∀ L. ∀ t. ∀ d. ∀ e. Prime(p) → BetaPrefixInto(b,c,L,p) → PolynomialLeftPad(b,c,L,t,d,e) → BetaPrefixInto(d,e,t + L,p)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 46 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–12
03Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
cases h
04Establish hoL14–19
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.
- L14
have ho : Lt(i,t) ∨ (∃ x. Lt(x,L) ∧ i = t + x)Definitions: Lt(i,t)Lt(x,L)Original native command in the exact edition - L15
specialize prime_field_polynomial_left_pad_index_cases (t) - L16
specialize prime_field_polynomial_left_pad_index_cases (L) - L17
specialize prime_field_polynomial_left_pad_index_cases (i) - L18
apply prime_field_polynomial_left_pad_index_cases - L19
exact hi
05Separate the logical casesL20–20
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L20
cases ho
06Construct an explicit witnessL21–21
Supply the displayed value, then prove that it has the required property.
- L21
exists 0
07Separate the logical casesL22–22
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L22
split
08Use earlier factsL23–28
09Separate the logical casesL29–30
10Establish hvL31–34
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hc.
- L31
have hv : ∃ a. BetaAt(b,c,x,a) ∧ Lt(a,p)Definitions: BetaAt(b,c,x,a)Lt(a,p)Original native command in the exact edition - L32
specialize hc (x) - L33
apply hc - L34
exact ho_right_witness_left
11Separate the logical casesL35–36
12Construct an explicit witnessL37–37
Supply the displayed value, then prove that it has the required property.
- L37
exists x1
13Separate the logical casesL38–38
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L38
split
14Calculate and transport equalitiesL39–40
Original defined command ledger · 46 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro L - 0005
intro t - 0006
intro d - 0007
intro e - 0008
intro hp - 0009
intro hc - 0010
intro h - 0011
intro i - 0012
intro hi - 0013
cases h - 0014
have ho : Lt(i,t) ∨ (∃ x. Lt(x,L) ∧ i = t + x) - 0015
specialize prime_field_polynomial_left_pad_index_cases (t) - 0016
specialize prime_field_polynomial_left_pad_index_cases (L) - 0017
specialize prime_field_polynomial_left_pad_index_cases (i) - 0018
apply prime_field_polynomial_left_pad_index_cases - 0019
exact hi - 0020
cases ho - 0021
exists 0 - 0022
split - 0023
specialize h_left (i) - 0024
apply h_left - 0025
exact ho_left - 0026
specialize prime_field_zero_below_prime (p) - 0027
apply prime_field_zero_below_prime - 0028
exact hp - 0029
cases ho_right - 0030
cases ho_right_witness - 0031
have hv : ∃ a. BetaAt(b,c,x,a) ∧ Lt(a,p) - 0032
specialize hc (x) - 0033
apply hc - 0034
exact ho_right_witness_left - 0035
cases hv - 0036
cases hv_witness - 0037
exists x1 - 0038
split - 0039
rewrite ho_right_witness_right - 0040
rewrite ho_right_witness_right - 0041
specialize h_right (x) - 0042
specialize h_right (x1) - 0043
apply h_right - 0044
exact ho_right_witness_left - 0045
exact hv_witness_left - 0046
exact hv_witness_right