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 u b c d f l i e. (forall pc_index_cut_entry_source. (exists pc_lt_cut_entry_source_bound. pc_lt_cut_entry_source_bound + S (pc_index_cut_entry_source) = (l)) -> exists pc_bit_cut_entry_source. (((exists fs_h_pc_cut_entry_source_entry. fs_h_pc_cut_entry_source_entry + S (pc_bit_cut_entry_source) = S ((S (pc_index_cut_entry_source)) * f)) /\ exists fs_q_pc_cut_entry_source_entry. d = fs_q_pc_cut_entry_source_entry * S ((S (pc_index_cut_entry_source)) * f) + (pc_bit_cut_entry_source))) /\ ((((exists pc_lt_cut_entry_source_choice_below. pc_lt_cut_entry_source_choice_below + S (pc_index_cut_entry_source) = (u)) /\ pc_bit_cut_entry_source = 0) \/ ((exists pc_le_cut_entry_source_choice_above. pc_le_cut_entry_source_choice_above + (u) = (pc_index_cut_entry_source)) /\ (((exists fs_h_pc_cut_entry_source_choice_source. fs_h_pc_cut_entry_source_choice_source + S (pc_bit_cut_entry_source) = S ((S (pc_index_cut_entry_source)) * c)) /\ exists fs_q_pc_cut_entry_source_choice_source. b = fs_q_pc_cut_entry_source_choice_source * S ((S (pc_index_cut_entry_source)) * c) + (pc_bit_cut_entry_source))))))) -> (exists pc_lt_cut_entry_bound. pc_lt_cut_entry_bound + S (i) = (l)) -> (((exists fs_h_pc_cut_entry_given. fs_h_pc_cut_entry_given + S (e) = S ((S (i)) * f)) /\ exists fs_q_pc_cut_entry_given. d = fs_q_pc_cut_entry_given * S ((S (i)) * f) + (e))) -> ((((exists pc_lt_cut_entry_choice_below. pc_lt_cut_entry_choice_below + S (i) = (u)) /\ e = 0) \/ ((exists pc_le_cut_entry_choice_above. pc_le_cut_entry_choice_above + (u) = (i)) /\ (((exists fs_h_pc_cut_entry_choice_source. fs_h_pc_cut_entry_choice_source + S (e) = S ((S (i)) * c)) /\ exists fs_q_pc_cut_entry_choice_source. b = fs_q_pc_cut_entry_choice_source * S ((S (i)) * c) + (e))))))Constructive proof overview
Generated structural guide
Every decoded cutoff entry obeys its actual below/above-threshold choice.
The unchanged tactic script uses 1 declared prerequisite and contains 30 exact native proof lines.
Alpha v34 checked-use · first admitted v27 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
beta_at_unique 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.
01Fix variables and assumptionsL1–10
02Fix variables and assumptionsL11–11
Work with arbitrary variables or the premises of the current implication.
- L11
intro he
03Establish hpL12–15
04Separate the logical casesL16–17
05Establish heqL18–27
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
06Calculate and transport equalitiesL28–29
07Use earlier factsL30–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
exact hp_witness_right
Original exact command ledger · 30 lines
- 0001
intro u - 0002
intro b - 0003
intro c - 0004
intro d - 0005
intro f - 0006
intro l - 0007
intro i - 0008
intro e - 0009
intro h - 0010
intro hi - 0011
intro he - 0012
have hp : exists a. (((exists fs_h_pc_cut_entry_actual. fs_h_pc_cut_entry_actual + S (a) = S ((S (i)) * f)) /\ exists fs_q_pc_cut_entry_actual. d = fs_q_pc_cut_entry_actual * S ((S (i)) * f) + (a))) /\ ((((exists pc_lt_cut_entry_actual_choice_below. pc_lt_cut_entry_actual_choice_below + S (i) = (u)) /\ a = 0) \/ ((exists pc_le_cut_entry_actual_choice_above. pc_le_cut_entry_actual_choice_above + (u) = (i)) /\ (((exists fs_h_pc_cut_entry_actual_choice_source. fs_h_pc_cut_entry_actual_choice_source + S (a) = S ((S (i)) * c)) /\ exists fs_q_pc_cut_entry_actual_choice_source. b = fs_q_pc_cut_entry_actual_choice_source * S ((S (i)) * c) + (a)))))) - 0013
specialize h i - 0014
apply h - 0015
exact hi - 0016
cases hp - 0017
cases hp_witness - 0018
have heq : x = e - 0019
specialize beta_at_unique d - 0020
specialize beta_at_unique f - 0021
specialize beta_at_unique i - 0022
specialize beta_at_unique x - 0023
specialize beta_at_unique e - 0024
apply beta_at_unique - 0025
exact hp_witness_left - 0026
exact he - 0027
rewrite heq at hp_witness_right - 0028
rewrite heq at hp_witness_right - 0029
rewrite heq at hp_witness_right - 0030
exact hp_witness_right