Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
Length is representation length, not polynomial degree. Leading zeros and the empty zero polynomial are allowed; the canonical argument guard x<p also applies to the empty case. Evaluation is defined by actual field-operation steps, not an assumed residue invariant. Polynomial division, gcd, irreducibles and general prime-power extension fields remain open; this does not close G091.
Exact theorem in conservative defined notation
∀ p. ∀ b. ∀ c. ∀ d. ∀ e. ∀ B. ∀ C. ∀ D. ∀ E. ∀ l. BetaPrefixEqual(b,c,B,C,l) → BetaPrefixEqual(d,e,D,E,l) → FpCoefficientReduction(p,b,c,d,e,l) → FpCoefficientReduction(p,B,C,D,E,l)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 38 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–15
03Establish hpointL16–19
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply h.
- L16
have hpoint : ∃ a. ∃ r. BetaAt(b,c,i,a) ∧ (BetaAt(d,e,i,r) ∧ CanonicalModularResidue(p,a,r))Definitions: BetaAt(b,c,i,a)BetaAt(d,e,i,r)CanonicalModularResidue(p,a,r)Original native command in the exact edition - L17
specialize h (i) - L18
apply h - L19
exact hi
04Separate the logical casesL20–23
05Construct an explicit witnessL24–25
06Separate the logical casesL26–26
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L26
split
07Use earlier factsL27–31
08Separate the logical casesL32–32
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L32
split
Original defined command ledger · 38 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro d - 0005
intro e - 0006
intro B - 0007
intro C - 0008
intro D - 0009
intro E - 0010
intro l - 0011
intro hs - 0012
intro ht - 0013
intro h - 0014
intro i - 0015
intro hi - 0016
have hpoint : ∃ a. ∃ r. BetaAt(b,c,i,a) ∧ (BetaAt(d,e,i,r) ∧ CanonicalModularResidue(p,a,r)) - 0017
specialize h (i) - 0018
apply h - 0019
exact hi - 0020
cases hpoint - 0021
cases hpoint_witness - 0022
cases hpoint_witness_witness - 0023
cases hpoint_witness_witness_right - 0024
exists x - 0025
exists x1 - 0026
split - 0027
specialize hs (i) - 0028
specialize hs (x) - 0029
apply hs - 0030
exact hi - 0031
exact hpoint_witness_witness_left - 0032
split - 0033
specialize ht (i) - 0034
specialize ht (x1) - 0035
apply ht - 0036
exact hi - 0037
exact hpoint_witness_witness_right_left - 0038
exact hpoint_witness_witness_right_right