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. ∃ u. ∃ v. ∃ d. ∃ e. HornerDerivativeTrace(b,c,t,l,u,v,d,e)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 27 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–4
02Establish hvalueL5–10
Establish this local claim before using it. It is not an additional assumption.
- L5
have hvalue : ∃ u. ∃ v. Beta(u,v,0,0) ∧ (∀ x. Lt(x,l) → ∃ y. ∃ z. ∃ n. Beta(b,c,x,y) ∧ (Beta(u,v,x,z) ∧ (Beta(u,v,S x,n) ∧ n = z · t + y)))Definitions: BetaLtOriginal native command in the exact edition - L6
specialize beta_prefix_horner_trace_exists b - L7
specialize beta_prefix_horner_trace_exists c - L8
specialize beta_prefix_horner_trace_exists t - L9
specialize beta_prefix_horner_trace_exists l - L10
exact beta_prefix_horner_trace_exists
03Separate the logical casesL11–12
04Establish hderivativeL13–18
Establish this local claim before using it. It is not an additional assumption.
- L13
have hderivative : ∃ d. ∃ e. Beta(d,e,0,0) ∧ (∀ y. Lt(y,l) → ∃ z. ∃ n. ∃ m. Beta(x,x1,y,z) ∧ (Beta(d,e,y,n) ∧ (Beta(d,e,S y,m) ∧ m = n · t + z)))Definitions: BetaLtOriginal native command in the exact edition - L14
specialize beta_prefix_horner_trace_exists x - L15
specialize beta_prefix_horner_trace_exists x1 - L16
specialize beta_prefix_horner_trace_exists t - L17
specialize beta_prefix_horner_trace_exists l - L18
exact beta_prefix_horner_trace_exists
05Separate the logical casesL19–20
06Construct an explicit witnessL21–24
07Separate the logical casesL25–25
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L25
split
Original defined command ledger · 27 lines
- 0001
intro b - 0002
intro c - 0003
intro t - 0004
intro l - 0005
have hvalue : exists u v. (((((exists fs_h_hd_trace_value_exists_start. fs_h_hd_trace_value_exists_start + S (0) = S ((S (0)) * v)) /\ exists fs_q_hd_trace_value_exists_start. u = fs_q_hd_trace_value_exists_start * S ((S (0)) * v) + (0))) /\ (forall ff_i_ph_hd_trace_value_exists_steps. (exists ph_bound_hd_trace_value_exists_steps. ph_bound_hd_trace_value_exists_steps + S ff_i_ph_hd_trace_value_exists_steps = l) -> exists ff_coefficient_ph_hd_trace_value_exists_steps ff_previous_ph_hd_trace_value_exists_steps ff_current_ph_hd_trace_value_exists_steps. ((((exists fs_h_ph_hd_trace_value_exists_steps_coefficient. fs_h_ph_hd_trace_value_exists_steps_coefficient + S (ff_coefficient_ph_hd_trace_value_exists_steps) = S ((S (ff_i_ph_hd_trace_value_exists_steps)) * c)) /\ exists fs_q_ph_hd_trace_value_exists_steps_coefficient. b = fs_q_ph_hd_trace_value_exists_steps_coefficient * S ((S (ff_i_ph_hd_trace_value_exists_steps)) * c) + (ff_coefficient_ph_hd_trace_value_exists_steps))) /\ ((((exists fs_h_ph_hd_trace_value_exists_steps_before. fs_h_ph_hd_trace_value_exists_steps_before + S (ff_previous_ph_hd_trace_value_exists_steps) = S ((S (ff_i_ph_hd_trace_value_exists_steps)) * v)) /\ exists fs_q_ph_hd_trace_value_exists_steps_before. u = fs_q_ph_hd_trace_value_exists_steps_before * S ((S (ff_i_ph_hd_trace_value_exists_steps)) * v) + (ff_previous_ph_hd_trace_value_exists_steps))) /\ ((((exists fs_h_ph_hd_trace_value_exists_steps_after. fs_h_ph_hd_trace_value_exists_steps_after + S (ff_current_ph_hd_trace_value_exists_steps) = S ((S (S ff_i_ph_hd_trace_value_exists_steps)) * v)) /\ exists fs_q_ph_hd_trace_value_exists_steps_after. u = fs_q_ph_hd_trace_value_exists_steps_after * S ((S (S ff_i_ph_hd_trace_value_exists_steps)) * v) + (ff_current_ph_hd_trace_value_exists_steps))) /\ ff_current_ph_hd_trace_value_exists_steps = ff_previous_ph_hd_trace_value_exists_steps * t + ff_coefficient_ph_hd_trace_value_exists_steps)))))) - 0006
specialize beta_prefix_horner_trace_exists b - 0007
specialize beta_prefix_horner_trace_exists c - 0008
specialize beta_prefix_horner_trace_exists t - 0009
specialize beta_prefix_horner_trace_exists l - 0010
exact beta_prefix_horner_trace_exists - 0011
cases hvalue - 0012
cases hvalue_witness - 0013
have hderivative : exists d e. (((((exists fs_h_hd_trace_derivative_exists_start. fs_h_hd_trace_derivative_exists_start + S (0) = S ((S (0)) * e)) /\ exists fs_q_hd_trace_derivative_exists_start. d = fs_q_hd_trace_derivative_exists_start * S ((S (0)) * e) + (0))) /\ (forall ff_i_ph_hd_trace_derivative_exists_steps. (exists ph_bound_hd_trace_derivative_exists_steps. ph_bound_hd_trace_derivative_exists_steps + S ff_i_ph_hd_trace_derivative_exists_steps = l) -> exists ff_coefficient_ph_hd_trace_derivative_exists_steps ff_previous_ph_hd_trace_derivative_exists_steps ff_current_ph_hd_trace_derivative_exists_steps. ((((exists fs_h_ph_hd_trace_derivative_exists_steps_coefficient. fs_h_ph_hd_trace_derivative_exists_steps_coefficient + S (ff_coefficient_ph_hd_trace_derivative_exists_steps) = S ((S (ff_i_ph_hd_trace_derivative_exists_steps)) * x1)) /\ exists fs_q_ph_hd_trace_derivative_exists_steps_coefficient. x = fs_q_ph_hd_trace_derivative_exists_steps_coefficient * S ((S (ff_i_ph_hd_trace_derivative_exists_steps)) * x1) + (ff_coefficient_ph_hd_trace_derivative_exists_steps))) /\ ((((exists fs_h_ph_hd_trace_derivative_exists_steps_before. fs_h_ph_hd_trace_derivative_exists_steps_before + S (ff_previous_ph_hd_trace_derivative_exists_steps) = S ((S (ff_i_ph_hd_trace_derivative_exists_steps)) * e)) /\ exists fs_q_ph_hd_trace_derivative_exists_steps_before. d = fs_q_ph_hd_trace_derivative_exists_steps_before * S ((S (ff_i_ph_hd_trace_derivative_exists_steps)) * e) + (ff_previous_ph_hd_trace_derivative_exists_steps))) /\ ((((exists fs_h_ph_hd_trace_derivative_exists_steps_after. fs_h_ph_hd_trace_derivative_exists_steps_after + S (ff_current_ph_hd_trace_derivative_exists_steps) = S ((S (S ff_i_ph_hd_trace_derivative_exists_steps)) * e)) /\ exists fs_q_ph_hd_trace_derivative_exists_steps_after. d = fs_q_ph_hd_trace_derivative_exists_steps_after * S ((S (S ff_i_ph_hd_trace_derivative_exists_steps)) * e) + (ff_current_ph_hd_trace_derivative_exists_steps))) /\ ff_current_ph_hd_trace_derivative_exists_steps = ff_previous_ph_hd_trace_derivative_exists_steps * t + ff_coefficient_ph_hd_trace_derivative_exists_steps)))))) - 0014
specialize beta_prefix_horner_trace_exists x - 0015
specialize beta_prefix_horner_trace_exists x1 - 0016
specialize beta_prefix_horner_trace_exists t - 0017
specialize beta_prefix_horner_trace_exists l - 0018
exact beta_prefix_horner_trace_exists - 0019
cases hderivative - 0020
cases hderivative_witness - 0021
exists x - 0022
exists x1 - 0023
exists x2 - 0024
exists x3 - 0025
split - 0026
exact hvalue_witness_witness - 0027
exact hderivative_witness_witness