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 l. (forall pc_index_mask_bits_source. (exists pc_lt_mask_bits_source_bound. pc_lt_mask_bits_source_bound + S (pc_index_mask_bits_source) = (l)) -> exists pc_bit_mask_bits_source. (((exists fs_h_pc_mask_bits_source_entry. fs_h_pc_mask_bits_source_entry + S (pc_bit_mask_bits_source) = S ((S (pc_index_mask_bits_source)) * c)) /\ exists fs_q_pc_mask_bits_source_entry. b = fs_q_pc_mask_bits_source_entry * S ((S (pc_index_mask_bits_source)) * c) + (pc_bit_mask_bits_source))) /\ (((((~(S (pc_index_mask_bits_source) = 1) /\ forall bpr_left_pc_mask_bits_source_choice_prime bpr_right_pc_mask_bits_source_choice_prime. S (pc_index_mask_bits_source) = bpr_left_pc_mask_bits_source_choice_prime * bpr_right_pc_mask_bits_source_choice_prime -> bpr_left_pc_mask_bits_source_choice_prime = 1 \/ bpr_right_pc_mask_bits_source_choice_prime = 1)) /\ pc_bit_mask_bits_source = 1) \/ (~((~(S (pc_index_mask_bits_source) = 1) /\ forall bpr_left_pc_mask_bits_source_choice_prime bpr_right_pc_mask_bits_source_choice_prime. S (pc_index_mask_bits_source) = bpr_left_pc_mask_bits_source_choice_prime * bpr_right_pc_mask_bits_source_choice_prime -> bpr_left_pc_mask_bits_source_choice_prime = 1 \/ bpr_right_pc_mask_bits_source_choice_prime = 1)) /\ pc_bit_mask_bits_source = 0)))) -> (forall pc_index_mask_bits_target. (exists pc_lt_mask_bits_target_bound. pc_lt_mask_bits_target_bound + S (pc_index_mask_bits_target) = (l)) -> exists pc_bit_mask_bits_target. (((exists fs_h_pc_mask_bits_target_entry. fs_h_pc_mask_bits_target_entry + S (pc_bit_mask_bits_target) = S ((S (pc_index_mask_bits_target)) * c)) /\ exists fs_q_pc_mask_bits_target_entry. b = fs_q_pc_mask_bits_target_entry * S ((S (pc_index_mask_bits_target)) * c) + (pc_bit_mask_bits_target))) /\ (pc_bit_mask_bits_target = 0 \/ pc_bit_mask_bits_target = 1))Constructive proof overview
Generated structural guide
A primality mask consists of actual zero/one entries.
The unchanged tactic script uses 0 declared prerequisites and contains 22 exact native proof lines.
Alpha v34 checked-use · first admitted v27 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
Direct 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–6
02Establish hpL7–10
03Separate the logical casesL11–12
04Construct an explicit witnessL13–13
Supply the displayed value, then prove that it has the required property.
- L13
exists x
05Separate the logical casesL14–14
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L14
split
06Use earlier factsL15–15
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L15
exact hp_witness_left
07Separate the logical casesL16–18
08Use earlier factsL19–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L19
exact hp_witness_right_left_right
09Separate the logical casesL20–21
10Use earlier factsL22–22
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L22
exact hp_witness_right_right_right
Original exact command ledger · 22 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro h - 0005
intro i - 0006
intro hi - 0007
have hp : exists e. (((exists fs_h_pc_mask_bits_entry. fs_h_pc_mask_bits_entry + S (e) = S ((S (i)) * c)) /\ exists fs_q_pc_mask_bits_entry. b = fs_q_pc_mask_bits_entry * S ((S (i)) * c) + (e))) /\ (((((~(S (i) = 1) /\ forall bpr_left_pc_mask_bits_choice_prime bpr_right_pc_mask_bits_choice_prime. S (i) = bpr_left_pc_mask_bits_choice_prime * bpr_right_pc_mask_bits_choice_prime -> bpr_left_pc_mask_bits_choice_prime = 1 \/ bpr_right_pc_mask_bits_choice_prime = 1)) /\ e = 1) \/ (~((~(S (i) = 1) /\ forall bpr_left_pc_mask_bits_choice_prime bpr_right_pc_mask_bits_choice_prime. S (i) = bpr_left_pc_mask_bits_choice_prime * bpr_right_pc_mask_bits_choice_prime -> bpr_left_pc_mask_bits_choice_prime = 1 \/ bpr_right_pc_mask_bits_choice_prime = 1)) /\ e = 0))) - 0008
specialize h i - 0009
apply h - 0010
exact hi - 0011
cases hp - 0012
cases hp_witness - 0013
exists x - 0014
split - 0015
exact hp_witness_left - 0016
cases hp_witness_right - 0017
cases hp_witness_right_left - 0018
right - 0019
exact hp_witness_right_left_right - 0020
cases hp_witness_right_right - 0021
left - 0022
exact hp_witness_right_right_right