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.
Exact theorem in conservative defined notation
∀ b. ∀ c. ∀ t. ∀ l. ∃ n. Horner(b,c,t,l,n)
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.
Named ingredients (1)
01Fix variables and assumptionsL1–4
02Establish htraceL5–10
Establish this local claim before using it. It is not an additional assumption.
- L5
have htrace : ∃ ff_u_ph_exists_trace. ∃ ff_v_ph_exists_trace. Beta(ff_u_ph_exists_trace,ff_v_ph_exists_trace,0,0) ∧ (∀ x. Lt(x,l) → ∃ y. ∃ z. ∃ n. Beta(b,c,x,y) ∧ (Beta(ff_u_ph_exists_trace,ff_v_ph_exists_trace,x,z) ∧ (Beta(ff_u_ph_exists_trace,ff_v_ph_exists_trace,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–13
04Establish hterminalL14–18
Establish this local claim before using it. It is not an additional assumption.
05Separate the logical casesL19–19
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L19
cases hterminal
06Construct an explicit witnessL20–22
07Separate the logical casesL23–23
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L23
split
08Use earlier factsL24–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L24
exact htrace_witness_witness_left
09Separate 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 htrace : exists ff_u_ph_exists_trace ff_v_ph_exists_trace. ((((exists fs_h_ph_exists_trace_start. fs_h_ph_exists_trace_start + S (0) = S ((S (0)) * ff_v_ph_exists_trace)) /\ exists fs_q_ph_exists_trace_start. ff_u_ph_exists_trace = fs_q_ph_exists_trace_start * S ((S (0)) * ff_v_ph_exists_trace) + (0))) /\ forall ff_i_ph_exists_trace_steps. (exists ph_bound_exists_trace_steps. ph_bound_exists_trace_steps + S ff_i_ph_exists_trace_steps = l) -> exists ff_coefficient_ph_exists_trace_steps ff_previous_ph_exists_trace_steps ff_current_ph_exists_trace_steps. ((((exists fs_h_ph_exists_trace_steps_coefficient. fs_h_ph_exists_trace_steps_coefficient + S (ff_coefficient_ph_exists_trace_steps) = S ((S (ff_i_ph_exists_trace_steps)) * c)) /\ exists fs_q_ph_exists_trace_steps_coefficient. b = fs_q_ph_exists_trace_steps_coefficient * S ((S (ff_i_ph_exists_trace_steps)) * c) + (ff_coefficient_ph_exists_trace_steps))) /\ ((((exists fs_h_ph_exists_trace_steps_before. fs_h_ph_exists_trace_steps_before + S (ff_previous_ph_exists_trace_steps) = S ((S (ff_i_ph_exists_trace_steps)) * ff_v_ph_exists_trace)) /\ exists fs_q_ph_exists_trace_steps_before. ff_u_ph_exists_trace = fs_q_ph_exists_trace_steps_before * S ((S (ff_i_ph_exists_trace_steps)) * ff_v_ph_exists_trace) + (ff_previous_ph_exists_trace_steps))) /\ ((((exists fs_h_ph_exists_trace_steps_after. fs_h_ph_exists_trace_steps_after + S (ff_current_ph_exists_trace_steps) = S ((S (S ff_i_ph_exists_trace_steps)) * ff_v_ph_exists_trace)) /\ exists fs_q_ph_exists_trace_steps_after. ff_u_ph_exists_trace = fs_q_ph_exists_trace_steps_after * S ((S (S ff_i_ph_exists_trace_steps)) * ff_v_ph_exists_trace) + (ff_current_ph_exists_trace_steps))) /\ ff_current_ph_exists_trace_steps = ff_previous_ph_exists_trace_steps * t + ff_coefficient_ph_exists_trace_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 htrace - 0012
cases htrace_witness - 0013
cases htrace_witness_witness - 0014
have hterminal : exists n. ((exists fs_h_sum_terminal. fs_h_sum_terminal + S (n) = S ((S (l)) * x1)) /\ exists fs_q_sum_terminal. x = fs_q_sum_terminal * S ((S (l)) * x1) + (n)) - 0015
specialize beta_at_exists x - 0016
specialize beta_at_exists x1 - 0017
specialize beta_at_exists l - 0018
exact beta_at_exists - 0019
cases hterminal - 0020
exists x2 - 0021
exists x - 0022
exists x1 - 0023
split - 0024
exact htrace_witness_witness_left - 0025
split - 0026
exact hterminal_witness - 0027
exact htrace_witness_witness_right