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. Prime(p) → Lt(t,p) → FpHorner(p,b,c,t,0,0)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 31 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–6
02Establish heL7–16
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field polynomial horner exists.
- L7
have he : ∃ r. FpHorner(p,b,c,t,0,r)Definitions: FpHorner(p,b,c,t,0,r)Original native command in the exact edition - L8
specialize prime_field_polynomial_horner_exists (p) - L9
specialize prime_field_polynomial_horner_exists (b) - L10
specialize prime_field_polynomial_horner_exists (c) - L11
specialize prime_field_polynomial_horner_exists (t) - L12
specialize prime_field_polynomial_horner_exists (0) - L13
apply prime_field_polynomial_horner_exists - L14
exact hp - L15
specialize matrix_rank_bounded_prefix_empty (b) - L16
specialize matrix_rank_bounded_prefix_empty (c)
03Use earlier factsL17–19
04Separate the logical casesL20–20
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L20
cases he
05Establish hzL21–30
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field polynomial horner empty.
- L21
have hz : x=0 - L22
specialize prime_field_polynomial_horner_empty (p) - L23
specialize prime_field_polynomial_horner_empty (b) - L24
specialize prime_field_polynomial_horner_empty (c) - L25
specialize prime_field_polynomial_horner_empty (t) - L26
specialize prime_field_polynomial_horner_empty (x) - L27
apply prime_field_polynomial_horner_empty - L28
exact he_witness - L29
rewrite hz at he_witness - L30
rewrite hz at he_witness
06Use earlier factsL31–31
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L31
exact he_witness
Original defined command ledger · 31 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro t - 0005
intro hp - 0006
intro ht - 0007
have he : ∃ r. FpHorner(p,b,c,t,0,r) - 0008
specialize prime_field_polynomial_horner_exists (p) - 0009
specialize prime_field_polynomial_horner_exists (b) - 0010
specialize prime_field_polynomial_horner_exists (c) - 0011
specialize prime_field_polynomial_horner_exists (t) - 0012
specialize prime_field_polynomial_horner_exists (0) - 0013
apply prime_field_polynomial_horner_exists - 0014
exact hp - 0015
specialize matrix_rank_bounded_prefix_empty (b) - 0016
specialize matrix_rank_bounded_prefix_empty (c) - 0017
specialize matrix_rank_bounded_prefix_empty (p) - 0018
apply matrix_rank_bounded_prefix_empty - 0019
exact ht - 0020
cases he - 0021
have hz : x=0 - 0022
specialize prime_field_polynomial_horner_empty (p) - 0023
specialize prime_field_polynomial_horner_empty (b) - 0024
specialize prime_field_polynomial_horner_empty (c) - 0025
specialize prime_field_polynomial_horner_empty (t) - 0026
specialize prime_field_polynomial_horner_empty (x) - 0027
apply prime_field_polynomial_horner_empty - 0028
exact he_witness - 0029
rewrite hz at he_witness - 0030
rewrite hz at he_witness - 0031
exact he_witness