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. ∀ n. ∀ d. ∀ p. ∀ M. ¬p = 0 → HornerDerivative(b,c,a,l,n,d) → Coprime(d,p) → ModEq(p,a,r) → HornerRootModulo(b,c,r,l,M) → SimpleHornerRoot(b,c,r,l,M,p)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 73 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 (1)
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–14
03Establish hnewpairL15–20
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta horner derivative value exists.
- L15
have hnewpair : ∃ v. ∃ e. HornerDerivative(b,c,r,l,v,e)Definitions: HornerDerivative(b,c,r,l,v,e)Original native command in the exact edition - L16
specialize beta_horner_derivative_value_exists b - L17
specialize beta_horner_derivative_value_exists c - L18
specialize beta_horner_derivative_value_exists r - L19
specialize beta_horner_derivative_value_exists l - L20
apply beta_horner_derivative_value_exists
04Separate the logical casesL21–22
05Establish hbothL23–32
Establish this local claim before using it. It is not an additional assumption.
- L23
have hboth : ModEq(p,n,x) ∧ ModEq(p,d,x1)Definitions: ModEq(p,n,x)ModEq(p,d,x1)Original native command in the exact edition - L24
specialize beta_horner_derivative_mod_congruence b - L25
specialize beta_horner_derivative_mod_congruence c - L26
specialize beta_horner_derivative_mod_congruence p - L27
specialize beta_horner_derivative_mod_congruence a - L28
specialize beta_horner_derivative_mod_congruence r - L29
specialize beta_horner_derivative_mod_congruence l - L30
specialize beta_horner_derivative_mod_congruence n - L31
specialize beta_horner_derivative_mod_congruence d - L32
specialize beta_horner_derivative_mod_congruence x
06Use earlier factsL33–37
07Separate the logical casesL38–38
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L38
cases hboth
08Establish hvalueL39–47
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta horner derivative value projection.
- L39
have hvalue : Horner(b,c,r,l,x)Definitions: Horner(b,c,r,l,x)Original native command in the exact edition - L40
specialize beta_horner_derivative_value_projection b - L41
specialize beta_horner_derivative_value_projection c - L42
specialize beta_horner_derivative_value_projection r - L43
specialize beta_horner_derivative_value_projection l - L44
specialize beta_horner_derivative_value_projection x - L45
specialize beta_horner_derivative_value_projection x1 - L46
apply beta_horner_derivative_value_projection - L47
exact hnewpair_witness_witness
09Separate the logical casesL48–49
10Establish heqL50–59
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta horner eval functional.
- L50
have heq : x = x2 - L51
specialize beta_horner_eval_functional b - L52
specialize beta_horner_eval_functional c - L53
specialize beta_horner_eval_functional r - L54
specialize beta_horner_eval_functional l - L55
specialize beta_horner_eval_functional x - L56
specialize beta_horner_eval_functional x2 - L57
apply beta_horner_eval_functional - L58
exact hvalue - L59
exact hroot_witness_left
11Construct an explicit witnessL60–61
12Separate the logical casesL62–62
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L62
split
13Use earlier factsL63–63
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L63
exact hnewpair_witness_witness
14Separate the logical casesL64–64
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L64
split
15Calculate and transport equalitiesL65–65
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L65
rewrite heq
16Use earlier factsL66–73
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 73 lines
- 0001
intro b - 0002
intro c - 0003
intro a - 0004
intro r - 0005
intro l - 0006
intro n - 0007
intro d - 0008
intro p - 0009
intro M - 0010
intro hp - 0011
intro hpair - 0012
intro hcop - 0013
intro hmod - 0014
intro hroot - 0015
have hnewpair : ∃ v. ∃ e. HornerDerivative(b,c,r,l,v,e) - 0016
specialize beta_horner_derivative_value_exists b - 0017
specialize beta_horner_derivative_value_exists c - 0018
specialize beta_horner_derivative_value_exists r - 0019
specialize beta_horner_derivative_value_exists l - 0020
apply beta_horner_derivative_value_exists - 0021
cases hnewpair - 0022
cases hnewpair_witness - 0023
have hboth : ModEq(p,n,x) ∧ ModEq(p,d,x1) - 0024
specialize beta_horner_derivative_mod_congruence b - 0025
specialize beta_horner_derivative_mod_congruence c - 0026
specialize beta_horner_derivative_mod_congruence p - 0027
specialize beta_horner_derivative_mod_congruence a - 0028
specialize beta_horner_derivative_mod_congruence r - 0029
specialize beta_horner_derivative_mod_congruence l - 0030
specialize beta_horner_derivative_mod_congruence n - 0031
specialize beta_horner_derivative_mod_congruence d - 0032
specialize beta_horner_derivative_mod_congruence x - 0033
specialize beta_horner_derivative_mod_congruence x1 - 0034
apply beta_horner_derivative_mod_congruence - 0035
exact hmod - 0036
exact hpair - 0037
exact hnewpair_witness_witness - 0038
cases hboth - 0039
have hvalue : Horner(b,c,r,l,x) - 0040
specialize beta_horner_derivative_value_projection b - 0041
specialize beta_horner_derivative_value_projection c - 0042
specialize beta_horner_derivative_value_projection r - 0043
specialize beta_horner_derivative_value_projection l - 0044
specialize beta_horner_derivative_value_projection x - 0045
specialize beta_horner_derivative_value_projection x1 - 0046
apply beta_horner_derivative_value_projection - 0047
exact hnewpair_witness_witness - 0048
cases hroot - 0049
cases hroot_witness - 0050
have heq : x = x2 - 0051
specialize beta_horner_eval_functional b - 0052
specialize beta_horner_eval_functional c - 0053
specialize beta_horner_eval_functional r - 0054
specialize beta_horner_eval_functional l - 0055
specialize beta_horner_eval_functional x - 0056
specialize beta_horner_eval_functional x2 - 0057
apply beta_horner_eval_functional - 0058
exact hvalue - 0059
exact hroot_witness_left - 0060
exists x - 0061
exists x1 - 0062
split - 0063
exact hnewpair_witness_witness - 0064
split - 0065
rewrite heq - 0066
exact hroot_witness_right - 0067
specialize hensel_coprime_mod_transport p - 0068
specialize hensel_coprime_mod_transport d - 0069
specialize hensel_coprime_mod_transport x1 - 0070
apply hensel_coprime_mod_transport - 0071
exact hp - 0072
exact hcop - 0073
exact hboth_right