Current library: Alpha v34, 4,223 checked-use theorems; Stable remains 432. Historical first admissions, original proof editions, and non-admitted aliases are preserved. Exact original first-admission records.
The derivative-nonzero criterion supplies no inverse or power witness: both are constructed. Roots may be arbitrary natural representatives of signed integer polynomials. Singular-root classification and p-adic completion are separate milestones.
Exact theorem in conservative defined notation
∀ b. ∀ c. ∀ a. ∀ r. ∀ l. ∀ m. ModEq(m,a,r) → HornerRootModulo(b,c,a,l,m) → HornerRootModulo(b,c,r,l,m)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 42 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–8
02Separate the logical casesL9–10
03Establish hvalueL11–16
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta horner eval exists.
- L11
have hvalue : ∃ v. Horner(b,c,r,l,v)Definitions: Horner(b,c,r,l,v)Original native command in the exact edition - L12
specialize beta_horner_eval_exists b - L13
specialize beta_horner_eval_exists c - L14
specialize beta_horner_eval_exists r - L15
specialize beta_horner_eval_exists l - L16
apply beta_horner_eval_exists
04Separate the logical casesL17–17
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L17
cases hvalue
05Construct an explicit witnessL18–18
Supply the displayed value, then prove that it has the required property.
- L18
exists x1
06Separate the logical casesL19–19
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L19
split
07Use earlier factsL20–29
Instantiate or apply named facts and discharge the corresponding proof obligations.
08Use earlier factsL30–39
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
specialize beta_horner_eval_mod_congruence b - L31
specialize beta_horner_eval_mod_congruence c - L32
specialize beta_horner_eval_mod_congruence m - L33
specialize beta_horner_eval_mod_congruence a - L34
specialize beta_horner_eval_mod_congruence r - L35
specialize beta_horner_eval_mod_congruence l - L36
specialize beta_horner_eval_mod_congruence x - L37
specialize beta_horner_eval_mod_congruence x1 - L38
apply beta_horner_eval_mod_congruence - L39
exact hmod
Original defined command ledger · 42 lines
- 0001
intro b - 0002
intro c - 0003
intro a - 0004
intro r - 0005
intro l - 0006
intro m - 0007
intro hmod - 0008
intro hroot - 0009
cases hroot - 0010
cases hroot_witness - 0011
have hvalue : ∃ v. Horner(b,c,r,l,v) - 0012
specialize beta_horner_eval_exists b - 0013
specialize beta_horner_eval_exists c - 0014
specialize beta_horner_eval_exists r - 0015
specialize beta_horner_eval_exists l - 0016
apply beta_horner_eval_exists - 0017
cases hvalue - 0018
exists x1 - 0019
split - 0020
exact hvalue_witness - 0021
specialize mod_eq_trans m - 0022
specialize mod_eq_trans x1 - 0023
specialize mod_eq_trans x - 0024
specialize mod_eq_trans 0 - 0025
apply mod_eq_trans - 0026
specialize mod_eq_symm m - 0027
specialize mod_eq_symm x - 0028
specialize mod_eq_symm x1 - 0029
apply mod_eq_symm - 0030
specialize beta_horner_eval_mod_congruence b - 0031
specialize beta_horner_eval_mod_congruence c - 0032
specialize beta_horner_eval_mod_congruence m - 0033
specialize beta_horner_eval_mod_congruence a - 0034
specialize beta_horner_eval_mod_congruence r - 0035
specialize beta_horner_eval_mod_congruence l - 0036
specialize beta_horner_eval_mod_congruence x - 0037
specialize beta_horner_eval_mod_congruence x1 - 0038
apply beta_horner_eval_mod_congruence - 0039
exact hmod - 0040
exact hroot_witness_left - 0041
exact hvalue_witness - 0042
exact hroot_witness_right