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. ∀ t. ∀ l. ∀ r. FpHorner(p,b,c,t,l,r) → Lt(t,p) ∧ BetaPrefixInto(b,c,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 34 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–7
02Separate the logical casesL8–13
03Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact h_witness_witness_left
04Fix variables and assumptionsL15–16
05Establish hsL17–20
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply h witness witness right right right.
- L17
have hs : FpHornerStep(p,b,c,t,x,x1,i)Definitions: FpHornerStep(p,b,c,t,x,x1,i)Original native command in the exact edition - L18
specialize h_witness_witness_right_right_right (i) - L19
apply h_witness_witness_right_right_right - L20
exact hi
06Separate the logical casesL21–30
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
cases hs - L22
cases hs_witness - L23
cases hs_witness_witness - L24
cases hs_witness_witness_witness - L25
cases hs_witness_witness_witness_witness - L26
cases hs_witness_witness_witness_witness_right - L27
cases hs_witness_witness_witness_witness_right_right - L28
cases hs_witness_witness_witness_witness_right_right_right - L29
cases hs_witness_witness_witness_witness_right_right_right_right - L30
cases hs_witness_witness_witness_witness_right_right_right_right_right
07Construct an explicit witnessL31–31
Supply the displayed value, then prove that it has the required property.
- L31
exists x2
08Separate the logical casesL32–32
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L32
split
Original defined command ledger · 34 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro t - 0005
intro l - 0006
intro r - 0007
intro h - 0008
cases h - 0009
cases h_witness - 0010
cases h_witness_witness - 0011
cases h_witness_witness_right - 0012
cases h_witness_witness_right_right - 0013
split - 0014
exact h_witness_witness_left - 0015
intro i - 0016
intro hi - 0017
have hs : FpHornerStep(p,b,c,t,x,x1,i) - 0018
specialize h_witness_witness_right_right_right (i) - 0019
apply h_witness_witness_right_right_right - 0020
exact hi - 0021
cases hs - 0022
cases hs_witness - 0023
cases hs_witness_witness - 0024
cases hs_witness_witness_witness - 0025
cases hs_witness_witness_witness_witness - 0026
cases hs_witness_witness_witness_witness_right - 0027
cases hs_witness_witness_witness_witness_right_right - 0028
cases hs_witness_witness_witness_witness_right_right_right - 0029
cases hs_witness_witness_witness_witness_right_right_right_right - 0030
cases hs_witness_witness_witness_witness_right_right_right_right_right - 0031
exists x2 - 0032
split - 0033
exact hs_witness_witness_witness_witness_left - 0034
exact hs_witness_witness_witness_witness_right_right_right_right_right_left