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. ∀ m. ∀ w. HornerDerivative(b,c,t,l,n,z) → HornerDerivative(b,c,t,l,m,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 24 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–10
02Establish hequalL11–20
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta horner derivative functional.
- L11
have hequal : (n = m /\ z = w) - L12
specialize beta_horner_derivative_functional b - L13
specialize beta_horner_derivative_functional c - L14
specialize beta_horner_derivative_functional t - L15
specialize beta_horner_derivative_functional l - L16
specialize beta_horner_derivative_functional n - L17
specialize beta_horner_derivative_functional z - L18
specialize beta_horner_derivative_functional m - L19
specialize beta_horner_derivative_functional w - L20
apply beta_horner_derivative_functional
03Use earlier factsL21–22
04Separate the logical casesL23–23
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L23
cases hequal
05Use earlier factsL24–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L24
exact hequal_right
Original defined command ledger · 24 lines
- 0001
intro b - 0002
intro c - 0003
intro t - 0004
intro l - 0005
intro n - 0006
intro z - 0007
intro m - 0008
intro w - 0009
intro hleft - 0010
intro hright - 0011
have hequal : (n = m /\ z = w) - 0012
specialize beta_horner_derivative_functional b - 0013
specialize beta_horner_derivative_functional c - 0014
specialize beta_horner_derivative_functional t - 0015
specialize beta_horner_derivative_functional l - 0016
specialize beta_horner_derivative_functional n - 0017
specialize beta_horner_derivative_functional z - 0018
specialize beta_horner_derivative_functional m - 0019
specialize beta_horner_derivative_functional w - 0020
apply beta_horner_derivative_functional - 0021
exact hleft - 0022
exact hright - 0023
cases hequal - 0024
exact hequal_right