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. ∀ zb. ∀ zc. ∀ l. Prime(p) → BetaPrefixInto(b,c,l,p) → Repeat(zb,zc,0,l) → FpPolyAdd(p,b,c,zb,zc,b,c,l)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 33 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–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro hi
03Establish haL12–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hc.
- L12
have ha : ∃ a. BetaAt(b,c,i,a) ∧ Lt(a,p)Definitions: BetaAt(b,c,i,a)Lt(a,p)Original native command in the exact edition - L13
specialize hc (i) - L14
apply hc - L15
exact hi
04Separate the logical casesL16–17
05Construct an explicit witnessL18–20
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 ha_witness_left
08Separate the logical casesL23–23
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L23
split
09Use earlier factsL24–26
10Separate the logical casesL27–27
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L27
split
Original defined command ledger · 33 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro zb - 0005
intro zc - 0006
intro l - 0007
intro hp - 0008
intro hc - 0009
intro hz - 0010
intro i - 0011
intro hi - 0012
have ha : ∃ a. BetaAt(b,c,i,a) ∧ Lt(a,p) - 0013
specialize hc (i) - 0014
apply hc - 0015
exact hi - 0016
cases ha - 0017
cases ha_witness - 0018
exists x - 0019
exists 0 - 0020
exists x - 0021
split - 0022
exact ha_witness_left - 0023
split - 0024
specialize hz (i) - 0025
apply hz - 0026
exact hi - 0027
split - 0028
exact ha_witness_left - 0029
specialize prime_field_add_zero_right (p) - 0030
specialize prime_field_add_zero_right (x) - 0031
apply prime_field_add_zero_right - 0032
exact hp - 0033
exact ha_witness_right