Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved.
All coefficients retain the established highest-degree-first order. Trimming handles empty and all-zero prefixes; monic normalization requires a nonzero leading coefficient. Synthetic division has a nonempty input of length S n and a quotient of length n, unique in decoded values. Its coefficient recurrence, actual evaluation remainder and positive-degree drop are checked. General polynomial Euclidean division, gcd/Bezout, an arbitrary-convolution factor theorem, irreducible-polynomial existence and the full G091 prime-power-field endpoint remain open. These exact theorems are first admitted to Alpha v32; Stable remains unchanged.
Exact theorem in conservative defined notation
∀ p. ∀ b. ∀ c. ∀ a. ∀ r. ∀ v. Prime(p) → FpHorner(p,b,c,a,1,r) → BetaAt(b,c,0,v) → r = v
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 49 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–9
02Establish hbL10–18
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply prime field polynomial horner input bounds.
- L10
have hb : Lt(a,p) ∧ BetaPrefixInto(b,c,1,p)Definitions: Lt(a,p)BetaPrefixInto(b,c,1,p)Original native command in the exact edition - L11
specialize prime_field_polynomial_horner_input_bounds (p) - L12
specialize prime_field_polynomial_horner_input_bounds (b) - L13
specialize prime_field_polynomial_horner_input_bounds (c) - L14
specialize prime_field_polynomial_horner_input_bounds (a) - L15
specialize prime_field_polynomial_horner_input_bounds (1) - L16
specialize prime_field_polynomial_horner_input_bounds (r) - L17
apply prime_field_polynomial_horner_input_bounds - L18
exact he
03Separate the logical casesL19–19
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L19
cases hb
04Use earlier factsL20–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
specialize prime_field_polynomial_horner_functional (p) - L21
specialize prime_field_polynomial_horner_functional (b) - L22
specialize prime_field_polynomial_horner_functional (c) - L23
specialize prime_field_polynomial_horner_functional (a) - L24
specialize prime_field_polynomial_horner_functional (1) - L25
specialize prime_field_polynomial_horner_functional (r) - L26
specialize prime_field_polynomial_horner_functional (v) - L27
apply prime_field_polynomial_horner_functional - L28
exact hp - L29
exact he
05Use earlier factsL30–39
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
specialize prime_field_polynomial_horner_constant (p) - L31
specialize prime_field_polynomial_horner_constant (b) - L32
specialize prime_field_polynomial_horner_constant (c) - L33
specialize prime_field_polynomial_horner_constant (a) - L34
specialize prime_field_polynomial_horner_constant (v) - L35
apply prime_field_polynomial_horner_constant - L36
exact hp - L37
exact hb_left - L38
specialize matrix_rank_bounded_prefix_value (b) - L39
specialize matrix_rank_bounded_prefix_value (c)
06Use earlier factsL40–45
Instantiate or apply named facts and discharge the corresponding proof obligations.
07Construct an explicit witnessL46–46
Supply the displayed value, then prove that it has the required property.
- L46
exists 0
08Calculate and transport equalitiesL47–47
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L47
simp
Original defined command ledger · 49 lines
- 0001
intro p - 0002
intro b - 0003
intro c - 0004
intro a - 0005
intro r - 0006
intro v - 0007
intro hp - 0008
intro he - 0009
intro hv - 0010
have hb : Lt(a,p) ∧ BetaPrefixInto(b,c,1,p) - 0011
specialize prime_field_polynomial_horner_input_bounds (p) - 0012
specialize prime_field_polynomial_horner_input_bounds (b) - 0013
specialize prime_field_polynomial_horner_input_bounds (c) - 0014
specialize prime_field_polynomial_horner_input_bounds (a) - 0015
specialize prime_field_polynomial_horner_input_bounds (1) - 0016
specialize prime_field_polynomial_horner_input_bounds (r) - 0017
apply prime_field_polynomial_horner_input_bounds - 0018
exact he - 0019
cases hb - 0020
specialize prime_field_polynomial_horner_functional (p) - 0021
specialize prime_field_polynomial_horner_functional (b) - 0022
specialize prime_field_polynomial_horner_functional (c) - 0023
specialize prime_field_polynomial_horner_functional (a) - 0024
specialize prime_field_polynomial_horner_functional (1) - 0025
specialize prime_field_polynomial_horner_functional (r) - 0026
specialize prime_field_polynomial_horner_functional (v) - 0027
apply prime_field_polynomial_horner_functional - 0028
exact hp - 0029
exact he - 0030
specialize prime_field_polynomial_horner_constant (p) - 0031
specialize prime_field_polynomial_horner_constant (b) - 0032
specialize prime_field_polynomial_horner_constant (c) - 0033
specialize prime_field_polynomial_horner_constant (a) - 0034
specialize prime_field_polynomial_horner_constant (v) - 0035
apply prime_field_polynomial_horner_constant - 0036
exact hp - 0037
exact hb_left - 0038
specialize matrix_rank_bounded_prefix_value (b) - 0039
specialize matrix_rank_bounded_prefix_value (c) - 0040
specialize matrix_rank_bounded_prefix_value (1) - 0041
specialize matrix_rank_bounded_prefix_value (p) - 0042
specialize matrix_rank_bounded_prefix_value (0) - 0043
specialize matrix_rank_bounded_prefix_value (v) - 0044
apply matrix_rank_bounded_prefix_value - 0045
exact hb_right - 0046
exists 0 - 0047
simp - 0048
exact hv - 0049
exact hv