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. ∀ l. Prime(p) → BetaPrefixInto(b,c,l,p) → FpPolyScale(p,1,b,c,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 29 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–6
02Separate the logical casesL7–7
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L7
split
03Use earlier factsL8–10
04Fix variables and assumptionsL11–12
05Establish haL13–16
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply hc.
- L13
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 - L14
specialize hc (i) - L15
apply hc - L16
exact hi
06Separate the logical casesL17–18
07Construct an explicit witnessL19–20
08Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
split
09Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
exact ha_witness_left
10Separate the logical casesL23–23
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L23
split
11Use earlier factsL24–29
Original defined command ledger · 29 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro l - 0005
intro hp - 0006
intro hc - 0007
split - 0008
specialize prime_two_le (p) - 0009
apply prime_two_le - 0010
exact hp - 0011
intro i - 0012
intro hi - 0013
have ha : ∃ a. BetaAt(b,c,i,a) ∧ Lt(a,p) - 0014
specialize hc (i) - 0015
apply hc - 0016
exact hi - 0017
cases ha - 0018
cases ha_witness - 0019
exists x - 0020
exists x - 0021
split - 0022
exact ha_witness_left - 0023
split - 0024
exact ha_witness_left - 0025
specialize prime_field_multiply_one_left (p) - 0026
specialize prime_field_multiply_one_left (x) - 0027
apply prime_field_multiply_one_left - 0028
exact hp - 0029
exact ha_witness_right