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. PolynomialPowerCoefficient(b,c,L,k,a)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 27 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.
01Fix variables and assumptionsL1–4
02Establish hoL5–8
03Separate the logical casesL9–9
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L9
cases ho
04Construct an explicit witnessL10–10
Supply the displayed value, then prove that it has the required property.
- L10
exists 0
05Separate the logical casesL11–12
06Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
exact ho_left
07Calculate and transport equalitiesL14–14
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L14
refl
08Separate the logical casesL15–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L15
cases ho_right
09Establish hvL16–20
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at exists.
- L16
have hv : ∃ a. BetaAt(b,c,x,a)Definitions: BetaAt(b,c,x,a)Original native command in the exact edition - L17
specialize beta_at_exists (b) - L18
specialize beta_at_exists (c) - L19
specialize beta_at_exists (x) - L20
apply beta_at_exists
10Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
cases hv
11Construct an explicit witnessL22–22
Supply the displayed value, then prove that it has the required property.
- L22
exists x1
12Separate the logical casesL23–23
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L23
left
13Construct an explicit witnessL24–24
Supply the displayed value, then prove that it has the required property.
- L24
exists x
14Separate the logical casesL25–25
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L25
split
Original defined command ledger · 27 lines
- 0001
intro b - 0002
intro c - 0003
intro L - 0004
intro k - 0005
have ho : Le(L,k) ∨ Lt(k,L) - 0006
specialize le_or_lt (L) - 0007
specialize le_or_lt (k) - 0008
apply le_or_lt - 0009
cases ho - 0010
exists 0 - 0011
right - 0012
split - 0013
exact ho_left - 0014
refl - 0015
cases ho_right - 0016
have hv : ∃ a. BetaAt(b,c,x,a) - 0017
specialize beta_at_exists (b) - 0018
specialize beta_at_exists (c) - 0019
specialize beta_at_exists (x) - 0020
apply beta_at_exists - 0021
cases hv - 0022
exists x1 - 0023
left - 0024
exists x - 0025
split - 0026
exact ho_right_witness - 0027
exact hv_witness