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. HornerDerivativeOnly(b,c,t,l,z)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 13 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–4
02Use earlier factsL5–8
03Separate the logical casesL9–10
04Construct an explicit witnessL11–12
05Use earlier factsL13–13
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L13
exact beta_horner_derivative_value_exists_witness_witness
Original defined command ledger · 13 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 x1 - 0012
exists x - 0013
exact beta_horner_derivative_value_exists_witness_witness