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.
Historical partial components only: this chapter proves arbitrary natural polynomial values and unique formal derivatives. G095 is now closed in the separate Alpha-v27 hensel-lifting branch for integer polynomials, unrestricted input roots, unique canonical lifts, and every positive prime power. Full G095 proof · Alpha v27
Exact theorem in conservative defined notation
∀ b. ∀ c. ∀ t. ∀ l. ∃ n. ∃ z. HornerDerivative(b,c,t,l,n,z) ∧ (∀ x. ∀ y. HornerDerivative(b,c,t,l,x,y) → n = x ∧ z = y)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 28 lines are the exact independently kernel-checked original 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–4
02Use earlier factsL5–8
03Separate the logical casesL9–10
04Construct an explicit witnessL11–12
05Separate the logical casesL13–13
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L13
split
06Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
exact beta_horner_derivative_value_exists_witness_witness
07Fix variables and assumptionsL15–17
08Use earlier factsL18–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
specialize beta_horner_derivative_functional b - L19
specialize beta_horner_derivative_functional c - L20
specialize beta_horner_derivative_functional t - L21
specialize beta_horner_derivative_functional l - L22
specialize beta_horner_derivative_functional x - L23
specialize beta_horner_derivative_functional x1 - L24
specialize beta_horner_derivative_functional m - L25
specialize beta_horner_derivative_functional w - L26
apply beta_horner_derivative_functional - L27
exact beta_horner_derivative_value_exists_witness_witness
09Use earlier factsL28–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L28
exact hother
Original defined command ledger · 28 lines
- 0001
intro b - 0002
intro c - 0003
intro t - 0004
intro l - 0005
specialize beta_horner_derivative_value_exists b - 0006
specialize beta_horner_derivative_value_exists c - 0007
specialize beta_horner_derivative_value_exists t - 0008
specialize beta_horner_derivative_value_exists l - 0009
cases beta_horner_derivative_value_exists - 0010
cases beta_horner_derivative_value_exists_witness - 0011
exists x - 0012
exists x1 - 0013
split - 0014
exact beta_horner_derivative_value_exists_witness_witness - 0015
intro m - 0016
intro w - 0017
intro hother - 0018
specialize beta_horner_derivative_functional b - 0019
specialize beta_horner_derivative_functional c - 0020
specialize beta_horner_derivative_functional t - 0021
specialize beta_horner_derivative_functional l - 0022
specialize beta_horner_derivative_functional x - 0023
specialize beta_horner_derivative_functional x1 - 0024
specialize beta_horner_derivative_functional m - 0025
specialize beta_horner_derivative_functional w - 0026
apply beta_horner_derivative_functional - 0027
exact beta_horner_derivative_value_exists_witness_witness - 0028
exact hother