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. ∀ z. ∀ w. HornerDerivativeOnly(b,c,t,l,z) → HornerDerivativeOnly(b,c,t,l,w) → z = w
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 21 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 (1)
01Fix variables and assumptionsL1–8
02Separate the logical casesL9–10
03Use earlier factsL11–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
specialize beta_horner_derivative_second_component_functional b - L12
specialize beta_horner_derivative_second_component_functional c - L13
specialize beta_horner_derivative_second_component_functional t - L14
specialize beta_horner_derivative_second_component_functional l - L15
specialize beta_horner_derivative_second_component_functional x - L16
specialize beta_horner_derivative_second_component_functional z - L17
specialize beta_horner_derivative_second_component_functional x1 - L18
specialize beta_horner_derivative_second_component_functional w - L19
apply beta_horner_derivative_second_component_functional - L20
exact hleft_witness
04Use earlier factsL21–21
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L21
exact hright_witness
Original defined command ledger · 21 lines
- 0001
intro b - 0002
intro c - 0003
intro t - 0004
intro l - 0005
intro z - 0006
intro w - 0007
intro hleft - 0008
intro hright - 0009
cases hleft - 0010
cases hright - 0011
specialize beta_horner_derivative_second_component_functional b - 0012
specialize beta_horner_derivative_second_component_functional c - 0013
specialize beta_horner_derivative_second_component_functional t - 0014
specialize beta_horner_derivative_second_component_functional l - 0015
specialize beta_horner_derivative_second_component_functional x - 0016
specialize beta_horner_derivative_second_component_functional z - 0017
specialize beta_horner_derivative_second_component_functional x1 - 0018
specialize beta_horner_derivative_second_component_functional w - 0019
apply beta_horner_derivative_second_component_functional - 0020
exact hleft_witness - 0021
exact hright_witness