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 i a. (forall bpr_index_pc_prim_entry_source. (exists bpr_gap_pc_prim_entry_source_bound. bpr_gap_pc_prim_entry_source_bound + S (bpr_index_pc_prim_entry_source) = l) -> exists bpr_value_pc_prim_entry_source. ((((exists bpr_height_pc_prim_entry_source_decoded. bpr_height_pc_prim_entry_source_decoded + S (bpr_value_pc_prim_entry_source) = S ((S (bpr_index_pc_prim_entry_source)) * c)) /\ exists bpr_quotient_pc_prim_entry_source_decoded. b = bpr_quotient_pc_prim_entry_source_decoded * S ((S (bpr_index_pc_prim_entry_source)) * c) + (bpr_value_pc_prim_entry_source))) /\ (((((~(S (bpr_index_pc_prim_entry_source) = 1) /\ forall bpr_left_pc_prim_entry_source_choice_prime bpr_right_pc_prim_entry_source_choice_prime. S (bpr_index_pc_prim_entry_source) = bpr_left_pc_prim_entry_source_choice_prime * bpr_right_pc_prim_entry_source_choice_prime -> bpr_left_pc_prim_entry_source_choice_prime = 1 \/ bpr_right_pc_prim_entry_source_choice_prime = 1)) /\ bpr_value_pc_prim_entry_source = S (bpr_index_pc_prim_entry_source)) \/ (~((~(S (bpr_index_pc_prim_entry_source) = 1) /\ forall bpr_left_pc_prim_entry_source_choice_prime bpr_right_pc_prim_entry_source_choice_prime. S (bpr_index_pc_prim_entry_source) = bpr_left_pc_prim_entry_source_choice_prime * bpr_right_pc_prim_entry_source_choice_prime -> bpr_left_pc_prim_entry_source_choice_prime = 1 \/ bpr_right_pc_prim_entry_source_choice_prime = 1)) /\ bpr_value_pc_prim_entry_source = 1))))) -> (exists pc_lt_prim_entry_bound. pc_lt_prim_entry_bound + S (i) = (l)) -> (((exists fs_h_pc_prim_entry_given. fs_h_pc_prim_entry_given + S (a) = S ((S (i)) * c)) /\ exists fs_q_pc_prim_entry_given. b = fs_q_pc_prim_entry_given * S ((S (i)) * c) + (a))) -> (((((~(S (i) = 1) /\ forall bpr_left_pc_prim_entry_result_prime bpr_right_pc_prim_entry_result_prime. S (i) = bpr_left_pc_prim_entry_result_prime * bpr_right_pc_prim_entry_result_prime -> bpr_left_pc_prim_entry_result_prime = 1 \/ bpr_right_pc_prim_entry_result_prime = 1)) /\ a = S (i)) \/ (~((~(S (i) = 1) /\ forall bpr_left_pc_prim_entry_result_prime bpr_right_pc_prim_entry_result_prime. S (i) = bpr_left_pc_prim_entry_result_prime * bpr_right_pc_prim_entry_result_prime -> bpr_left_pc_prim_entry_result_prime = 1 \/ bpr_right_pc_prim_entry_result_prime = 1)) /\ a = 1)))Constructive proof overview
Generated structural guide
Every actually decoded dense primorial factor has its exact prime-or-one choice.
The unchanged tactic script uses 1 declared prerequisite and contains 26 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–8
02Establish hpL9–12
03Separate the logical casesL13–14
04Establish heqL15–24
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply beta at unique.
05Calculate and transport equalitiesL25–25
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L25
rewrite heq at hp_witness_right
06Use earlier factsL26–26
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L26
exact hp_witness_right
Original exact command ledger · 26 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro i - 0005
intro a - 0006
intro h - 0007
intro hi - 0008
intro ha - 0009
have hp : exists v. (((exists fs_h_pc_prim_entry_actual. fs_h_pc_prim_entry_actual + S (v) = S ((S (i)) * c)) /\ exists fs_q_pc_prim_entry_actual. b = fs_q_pc_prim_entry_actual * S ((S (i)) * c) + (v))) /\ (((((~(S (i) = 1) /\ forall bpr_left_pc_prim_entry_choice_prime bpr_right_pc_prim_entry_choice_prime. S (i) = bpr_left_pc_prim_entry_choice_prime * bpr_right_pc_prim_entry_choice_prime -> bpr_left_pc_prim_entry_choice_prime = 1 \/ bpr_right_pc_prim_entry_choice_prime = 1)) /\ v = S (i)) \/ (~((~(S (i) = 1) /\ forall bpr_left_pc_prim_entry_choice_prime bpr_right_pc_prim_entry_choice_prime. S (i) = bpr_left_pc_prim_entry_choice_prime * bpr_right_pc_prim_entry_choice_prime -> bpr_left_pc_prim_entry_choice_prime = 1 \/ bpr_right_pc_prim_entry_choice_prime = 1)) /\ v = 1))) - 0010
specialize h i - 0011
apply h - 0012
exact hi - 0013
cases hp - 0014
cases hp_witness - 0015
have heq : x = a - 0016
specialize beta_at_unique b - 0017
specialize beta_at_unique c - 0018
specialize beta_at_unique i - 0019
specialize beta_at_unique x - 0020
specialize beta_at_unique a - 0021
apply beta_at_unique - 0022
exact hp_witness_left - 0023
exact ha - 0024
rewrite heq at hp_witness_right - 0025
rewrite heq at hp_witness_right - 0026
exact hp_witness_right