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)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 44 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–15
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L9
cases beta_horner_derivative_trace_exists - L10
cases beta_horner_derivative_trace_exists_witness - L11
cases beta_horner_derivative_trace_exists_witness_witness - L12
cases beta_horner_derivative_trace_exists_witness_witness_witness - L13
cases beta_horner_derivative_trace_exists_witness_witness_witness_witness - L14
cases beta_horner_derivative_trace_exists_witness_witness_witness_witness_left - L15
cases beta_horner_derivative_trace_exists_witness_witness_witness_witness_right
04Establish hvalueL16–20
Establish this local claim before using it. It is not an additional assumption.
- L16
have hvalue : exists n. (((exists fs_h_hd_value_terminal. fs_h_hd_value_terminal + S (n) = S ((S (l)) * x1)) /\ exists fs_q_hd_value_terminal. x = fs_q_hd_value_terminal * S ((S (l)) * x1) + (n))) - L17
specialize beta_at_exists x - L18
specialize beta_at_exists x1 - L19
specialize beta_at_exists l - L20
exact beta_at_exists
05Separate the logical casesL21–21
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L21
cases hvalue
06Establish hderivativeL22–26
Establish this local claim before using it. It is not an additional assumption.
- L22
have hderivative : exists z. (((exists fs_h_hd_derivative_terminal. fs_h_hd_derivative_terminal + S (z) = S ((S (l)) * x3)) /\ exists fs_q_hd_derivative_terminal. x2 = fs_q_hd_derivative_terminal * S ((S (l)) * x3) + (z))) - L23
specialize beta_at_exists x2 - L24
specialize beta_at_exists x3 - L25
specialize beta_at_exists l - L26
exact beta_at_exists
07Separate the logical casesL27–27
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L27
cases hderivative
08Construct an explicit witnessL28–33
09Separate the logical casesL34–35
10Use earlier factsL36–36
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L36
exact beta_horner_derivative_trace_exists_witness_witness_witness_witness_left_left
11Separate the logical casesL37–37
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L37
split
12Use earlier factsL38–39
13Separate the logical casesL40–40
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L40
split
14Use earlier factsL41–41
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L41
exact beta_horner_derivative_trace_exists_witness_witness_witness_witness_right_left
15Separate the logical casesL42–42
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L42
split
Original defined command ledger · 44 lines
- 0001
intro b - 0002
intro c - 0003
intro t - 0004
intro l - 0005
specialize beta_horner_derivative_trace_exists b - 0006
specialize beta_horner_derivative_trace_exists c - 0007
specialize beta_horner_derivative_trace_exists t - 0008
specialize beta_horner_derivative_trace_exists l - 0009
cases beta_horner_derivative_trace_exists - 0010
cases beta_horner_derivative_trace_exists_witness - 0011
cases beta_horner_derivative_trace_exists_witness_witness - 0012
cases beta_horner_derivative_trace_exists_witness_witness_witness - 0013
cases beta_horner_derivative_trace_exists_witness_witness_witness_witness - 0014
cases beta_horner_derivative_trace_exists_witness_witness_witness_witness_left - 0015
cases beta_horner_derivative_trace_exists_witness_witness_witness_witness_right - 0016
have hvalue : exists n. (((exists fs_h_hd_value_terminal. fs_h_hd_value_terminal + S (n) = S ((S (l)) * x1)) /\ exists fs_q_hd_value_terminal. x = fs_q_hd_value_terminal * S ((S (l)) * x1) + (n))) - 0017
specialize beta_at_exists x - 0018
specialize beta_at_exists x1 - 0019
specialize beta_at_exists l - 0020
exact beta_at_exists - 0021
cases hvalue - 0022
have hderivative : exists z. (((exists fs_h_hd_derivative_terminal. fs_h_hd_derivative_terminal + S (z) = S ((S (l)) * x3)) /\ exists fs_q_hd_derivative_terminal. x2 = fs_q_hd_derivative_terminal * S ((S (l)) * x3) + (z))) - 0023
specialize beta_at_exists x2 - 0024
specialize beta_at_exists x3 - 0025
specialize beta_at_exists l - 0026
exact beta_at_exists - 0027
cases hderivative - 0028
exists x4 - 0029
exists x5 - 0030
exists x - 0031
exists x1 - 0032
exists x2 - 0033
exists x3 - 0034
split - 0035
split - 0036
exact beta_horner_derivative_trace_exists_witness_witness_witness_witness_left_left - 0037
split - 0038
exact hvalue_witness - 0039
exact beta_horner_derivative_trace_exists_witness_witness_witness_witness_left_right - 0040
split - 0041
exact beta_horner_derivative_trace_exists_witness_witness_witness_witness_right_left - 0042
split - 0043
exact hderivative_witness - 0044
exact beta_horner_derivative_trace_exists_witness_witness_witness_witness_right_right