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. ∀ l. FpCoefficientReduction(p,b,c,d,e,l) → BetaPrefixInto(d,e,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 22 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–9
02Establish hpointL10–13
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply h.
- L10
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 - L11
specialize h (i) - L12
apply h - L13
exact hi
03Separate the logical casesL14–18
04Construct an explicit witnessL19–19
Supply the displayed value, then prove that it has the required property.
- L19
exists x1
05Separate the logical casesL20–20
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L20
split
Original defined command ledger · 22 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro d - 0005
intro e - 0006
intro l - 0007
intro h - 0008
intro i - 0009
intro hi - 0010
have hpoint : ∃ a. ∃ r. BetaAt(b,c,i,a) ∧ (BetaAt(d,e,i,r) ∧ CanonicalModularResidue(p,a,r)) - 0011
specialize h (i) - 0012
apply h - 0013
exact hi - 0014
cases hpoint - 0015
cases hpoint_witness - 0016
cases hpoint_witness_witness - 0017
cases hpoint_witness_witness_right - 0018
cases hpoint_witness_witness_right_right - 0019
exists x1 - 0020
split - 0021
exact hpoint_witness_witness_right_left - 0022
exact hpoint_witness_witness_right_right_left