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. Prime(p) → BetaPrefixInto(b,c,l,p) → Lt(t,p) → ∃ x. FpHorner(p,b,c,t,l,x) ∧ (∀ y. FpHorner(p,b,c,t,l,y) → y = x)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 35 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.
Named ingredients (2)
01Fix variables and assumptionsL1–8
02Establish heL9–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field polynomial horner exists.
- L9
have he : ∃ r. FpHorner(p,b,c,t,l,r)Definitions: FpHorner(p,b,c,t,l,r)Original native command in the exact edition - L10
specialize prime_field_polynomial_horner_exists (p) - L11
specialize prime_field_polynomial_horner_exists (b) - L12
specialize prime_field_polynomial_horner_exists (c) - L13
specialize prime_field_polynomial_horner_exists (t) - L14
specialize prime_field_polynomial_horner_exists (l) - L15
apply prime_field_polynomial_horner_exists - L16
exact hp - L17
exact hc - L18
exact ht
03Separate the logical casesL19–19
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L19
cases he
04Construct an explicit witnessL20–20
Supply the displayed value, then prove that it has the required property.
- L20
exists x
05Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
split
06Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
exact he_witness
07Fix variables and assumptionsL23–24
08Use earlier factsL25–34
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L25
specialize prime_field_polynomial_horner_functional (p) - L26
specialize prime_field_polynomial_horner_functional (b) - L27
specialize prime_field_polynomial_horner_functional (c) - L28
specialize prime_field_polynomial_horner_functional (t) - L29
specialize prime_field_polynomial_horner_functional (l) - L30
specialize prime_field_polynomial_horner_functional (s) - L31
specialize prime_field_polynomial_horner_functional (x) - L32
apply prime_field_polynomial_horner_functional - L33
exact hp - L34
exact hs
09Use earlier factsL35–35
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L35
exact he_witness
Original defined command ledger · 35 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro t - 0005
intro l - 0006
intro hp - 0007
intro hc - 0008
intro ht - 0009
have he : ∃ r. FpHorner(p,b,c,t,l,r) - 0010
specialize prime_field_polynomial_horner_exists (p) - 0011
specialize prime_field_polynomial_horner_exists (b) - 0012
specialize prime_field_polynomial_horner_exists (c) - 0013
specialize prime_field_polynomial_horner_exists (t) - 0014
specialize prime_field_polynomial_horner_exists (l) - 0015
apply prime_field_polynomial_horner_exists - 0016
exact hp - 0017
exact hc - 0018
exact ht - 0019
cases he - 0020
exists x - 0021
split - 0022
exact he_witness - 0023
intro s - 0024
intro hs - 0025
specialize prime_field_polynomial_horner_functional (p) - 0026
specialize prime_field_polynomial_horner_functional (b) - 0027
specialize prime_field_polynomial_horner_functional (c) - 0028
specialize prime_field_polynomial_horner_functional (t) - 0029
specialize prime_field_polynomial_horner_functional (l) - 0030
specialize prime_field_polynomial_horner_functional (s) - 0031
specialize prime_field_polynomial_horner_functional (x) - 0032
apply prime_field_polynomial_horner_functional - 0033
exact hp - 0034
exact hs - 0035
exact he_witness