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. ∀ k. ∀ ab. ∀ ac. ∀ bb. ∀ bc. ∀ M. ∀ qb. ∀ qc. ∀ N. FpPolynomialQuotientPrefix(p,k,ab,ac,bb,bc,M,qb,qc,N) → BetaPrefixInto(qb,qc,N,p)
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.
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–13
03Establish hvL14–17
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply h.
- L14
have hv : ∃ q. BetaAt(qb,qc,i,q) ∧ FpPolynomialQuotientStep(p,k,ab,ac,bb,bc,M,qb,qc,i,q)Definitions: BetaAt(qb,qc,i,q)FpPolynomialQuotientStep(p,k,ab,ac,bb,bc,M,qb,qc,i,q)Original native command in the exact edition - L15
specialize h (i) - L16
apply h - L17
exact hi
04Separate the logical casesL18–19
05Construct an explicit witnessL20–20
Supply the displayed value, then prove that it has the required property.
- L20
exists x
06Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
split
07Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
exact hv_witness_left
08Separate the logical casesL23–31
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L23
cases hv_witness_right - L24
cases hv_witness_right_witness - L25
cases hv_witness_right_witness_witness - L26
cases hv_witness_right_witness_witness_witness - L27
cases hv_witness_right_witness_witness_witness_right - L28
cases hv_witness_right_witness_witness_witness_right_right - L29
cases hv_witness_right_witness_witness_witness_right_right_right - L30
cases hv_witness_right_witness_witness_witness_right_right_right_right - L31
cases hv_witness_right_witness_witness_witness_right_right_right_right_right
09Use earlier factsL32–32
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L32
exact hv_witness_right_witness_witness_witness_right_right_right_right_right_left
Original defined command ledger · 32 lines
- 0001
intro p - 0002
intro k - 0003
intro ab - 0004
intro ac - 0005
intro bb - 0006
intro bc - 0007
intro M - 0008
intro qb - 0009
intro qc - 0010
intro N - 0011
intro h - 0012
intro i - 0013
intro hi - 0014
have hv : ∃ q. BetaAt(qb,qc,i,q) ∧ FpPolynomialQuotientStep(p,k,ab,ac,bb,bc,M,qb,qc,i,q) - 0015
specialize h (i) - 0016
apply h - 0017
exact hi - 0018
cases hv - 0019
cases hv_witness - 0020
exists x - 0021
split - 0022
exact hv_witness_left - 0023
cases hv_witness_right - 0024
cases hv_witness_right_witness - 0025
cases hv_witness_right_witness_witness - 0026
cases hv_witness_right_witness_witness_witness - 0027
cases hv_witness_right_witness_witness_witness_right - 0028
cases hv_witness_right_witness_witness_witness_right_right - 0029
cases hv_witness_right_witness_witness_witness_right_right_right - 0030
cases hv_witness_right_witness_witness_witness_right_right_right_right - 0031
cases hv_witness_right_witness_witness_witness_right_right_right_right_right - 0032
exact hv_witness_right_witness_witness_witness_right_right_right_right_right_left