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 expanded first-order arithmetic statement
forall b c t l. exists n. (exists ff_u_ph_root_value ff_v_ph_root_value. ((((exists fs_h_ph_root_value_body_start. fs_h_ph_root_value_body_start + S (0) = S ((S (0)) * ff_v_ph_root_value)) /\ exists fs_q_ph_root_value_body_start. ff_u_ph_root_value = fs_q_ph_root_value_body_start * S ((S (0)) * ff_v_ph_root_value) + (0))) /\ ((((exists fs_h_ph_root_value_body_terminal. fs_h_ph_root_value_body_terminal + S (n) = S ((S (l)) * ff_v_ph_root_value)) /\ exists fs_q_ph_root_value_body_terminal. ff_u_ph_root_value = fs_q_ph_root_value_body_terminal * S ((S (l)) * ff_v_ph_root_value) + (n))) /\ forall ff_i_ph_root_value_body_steps. (exists ph_bound_root_value_body_steps. ph_bound_root_value_body_steps + S ff_i_ph_root_value_body_steps = l) -> exists ff_coefficient_ph_root_value_body_steps ff_previous_ph_root_value_body_steps ff_current_ph_root_value_body_steps. ((((exists fs_h_ph_root_value_body_steps_coefficient. fs_h_ph_root_value_body_steps_coefficient + S (ff_coefficient_ph_root_value_body_steps) = S ((S (ff_i_ph_root_value_body_steps)) * c)) /\ exists fs_q_ph_root_value_body_steps_coefficient. b = fs_q_ph_root_value_body_steps_coefficient * S ((S (ff_i_ph_root_value_body_steps)) * c) + (ff_coefficient_ph_root_value_body_steps))) /\ ((((exists fs_h_ph_root_value_body_steps_before. fs_h_ph_root_value_body_steps_before + S (ff_previous_ph_root_value_body_steps) = S ((S (ff_i_ph_root_value_body_steps)) * ff_v_ph_root_value)) /\ exists fs_q_ph_root_value_body_steps_before. ff_u_ph_root_value = fs_q_ph_root_value_body_steps_before * S ((S (ff_i_ph_root_value_body_steps)) * ff_v_ph_root_value) + (ff_previous_ph_root_value_body_steps))) /\ ((((exists fs_h_ph_root_value_body_steps_after. fs_h_ph_root_value_body_steps_after + S (ff_current_ph_root_value_body_steps) = S ((S (S ff_i_ph_root_value_body_steps)) * ff_v_ph_root_value)) /\ exists fs_q_ph_root_value_body_steps_after. ff_u_ph_root_value = fs_q_ph_root_value_body_steps_after * S ((S (S ff_i_ph_root_value_body_steps)) * ff_v_ph_root_value) + (ff_current_ph_root_value_body_steps))) /\ ff_current_ph_root_value_body_steps = ff_previous_ph_root_value_body_steps * t + ff_coefficient_ph_root_value_body_steps))))))Constructive proof overview
Generated structural guide
Every coded natural polynomial has an actual witnessed Horner evaluation.
The unchanged tactic script uses 2 declared prerequisites and contains 27 exact native proof lines.
Alpha v34 checked-use · first admitted v20 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
PH0001 beta_prefix_horner_trace_exists beta_at_exists Stable theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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: BetaLt - 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 exact 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