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. ∀ n. ∀ z. HornerDerivative(b,c,t,0,n,z) → n = 0 ∧ z = 0
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.
01Fix variables and assumptionsL1–6
02Separate the logical casesL7–12
03Use earlier factsL13–17
04Construct an explicit witnessL18–19
05Use earlier factsL20–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
06Construct an explicit witnessL26–27
07Use earlier factsL28–28
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L28
exact hpair_witness_witness_witness_witness_right
Original defined command ledger · 28 lines
- 0001
intro b - 0002
intro c - 0003
intro t - 0004
intro n - 0005
intro z - 0006
intro hpair - 0007
cases hpair - 0008
cases hpair_witness - 0009
cases hpair_witness_witness - 0010
cases hpair_witness_witness_witness - 0011
cases hpair_witness_witness_witness_witness - 0012
split - 0013
specialize beta_horner_eval_empty b - 0014
specialize beta_horner_eval_empty c - 0015
specialize beta_horner_eval_empty t - 0016
specialize beta_horner_eval_empty n - 0017
apply beta_horner_eval_empty - 0018
exists x - 0019
exists x1 - 0020
exact hpair_witness_witness_witness_witness_left - 0021
specialize beta_horner_eval_empty x - 0022
specialize beta_horner_eval_empty x1 - 0023
specialize beta_horner_eval_empty t - 0024
specialize beta_horner_eval_empty z - 0025
apply beta_horner_eval_empty - 0026
exists x2 - 0027
exists x3 - 0028
exact hpair_witness_witness_witness_witness_right