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. ∀ qb. ∀ qc. ∀ bb. ∀ bc. ∀ M. ∀ pb. ∀ pc. ∀ L. ¬p = 0 → FpConvolutionPrefix(p,qb,qc,0,bb,bc,M,pb,pc,L) → Repeat(pb,pc,0,L)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 44 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 : ∃ r. BetaAt(pb,pc,i,r) ∧ FpConvolutionCoefficient(p,qb,qc,0,bb,bc,M,i,r)Definitions: BetaAt(pb,pc,i,r)FpConvolutionCoefficient(p,qb,qc,0,bb,bc,M,i,r)Original native command in the exact edition - L15
specialize h (i) - L16
apply h - L17
exact hi
04Separate the logical casesL18–19
05Establish hzL20–29
Establish this local claim before using it. It is not an additional assumption.
- L20
have hz : x=0 - L21
specialize prime_field_convolution_coefficient_zero_left (p) - L22
specialize prime_field_convolution_coefficient_zero_left (qb) - L23
specialize prime_field_convolution_coefficient_zero_left (qc) - L24
specialize prime_field_convolution_coefficient_zero_left (0) - L25
specialize prime_field_convolution_coefficient_zero_left (bb) - L26
specialize prime_field_convolution_coefficient_zero_left (bc) - L27
specialize prime_field_convolution_coefficient_zero_left (M) - L28
specialize prime_field_convolution_coefficient_zero_left (i) - L29
specialize prime_field_convolution_coefficient_zero_left (x)
06Use earlier factsL30–31
07Fix variables and assumptionsL32–33
08Separate the logical casesL34–34
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L34
exfalso
09Use earlier factsL35–41
10Calculate and transport equalitiesL42–43
11Use earlier factsL44–44
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L44
exact hv_witness_left
Original defined command ledger · 44 lines
- 0001
intro p - 0002
intro qb - 0003
intro qc - 0004
intro bb - 0005
intro bc - 0006
intro M - 0007
intro pb - 0008
intro pc - 0009
intro L - 0010
intro hp - 0011
intro h - 0012
intro i - 0013
intro hi - 0014
have hv : ∃ r. BetaAt(pb,pc,i,r) ∧ FpConvolutionCoefficient(p,qb,qc,0,bb,bc,M,i,r) - 0015
specialize h (i) - 0016
apply h - 0017
exact hi - 0018
cases hv - 0019
cases hv_witness - 0020
have hz : x=0 - 0021
specialize prime_field_convolution_coefficient_zero_left (p) - 0022
specialize prime_field_convolution_coefficient_zero_left (qb) - 0023
specialize prime_field_convolution_coefficient_zero_left (qc) - 0024
specialize prime_field_convolution_coefficient_zero_left (0) - 0025
specialize prime_field_convolution_coefficient_zero_left (bb) - 0026
specialize prime_field_convolution_coefficient_zero_left (bc) - 0027
specialize prime_field_convolution_coefficient_zero_left (M) - 0028
specialize prime_field_convolution_coefficient_zero_left (i) - 0029
specialize prime_field_convolution_coefficient_zero_left (x) - 0030
apply prime_field_convolution_coefficient_zero_left - 0031
exact hp - 0032
intro j - 0033
intro hj - 0034
exfalso - 0035
specialize lt_not_le (j) - 0036
specialize lt_not_le (0) - 0037
apply lt_not_le - 0038
exact hj - 0039
specialize zero_le (j) - 0040
apply zero_le - 0041
exact hv_witness_right - 0042
rewrite hz at hv_witness_left - 0043
rewrite hz at hv_witness_left - 0044
exact hv_witness_left