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 n. exists b c. (((((exists bcf_height_bpc_singleton_start. bcf_height_bpc_singleton_start + S (n) = S ((S (0)) * c)) /\ exists bcf_quotient_bpc_singleton_start. b = bcf_quotient_bpc_singleton_start * S ((S (0)) * c) + (n))) /\ forall bcf_index_bpc_singleton_chain. (exists bcf_lt_gap_bpc_singleton_index. bcf_lt_gap_bpc_singleton_index + S (bcf_index_bpc_singleton_chain) = 0) -> exists bcf_previous_bpc_singleton_chain bcf_following_bpc_singleton_chain. ((((exists bcf_height_bpc_singleton_previous. bcf_height_bpc_singleton_previous + S (bcf_previous_bpc_singleton_chain) = S ((S (bcf_index_bpc_singleton_chain)) * c)) /\ exists bcf_quotient_bpc_singleton_previous. b = bcf_quotient_bpc_singleton_previous * S ((S (bcf_index_bpc_singleton_chain)) * c) + (bcf_previous_bpc_singleton_chain))) /\ ((((exists bcf_height_bpc_singleton_following. bcf_height_bpc_singleton_following + S (bcf_following_bpc_singleton_chain) = S ((S (S bcf_index_bpc_singleton_chain)) * c)) /\ exists bcf_quotient_bpc_singleton_following. b = bcf_quotient_bpc_singleton_following * S ((S (S bcf_index_bpc_singleton_chain)) * c) + (bcf_following_bpc_singleton_chain))) /\ ((((~(bcf_following_bpc_singleton_chain = 1) /\ forall frm_prime_left_bpc_singleton_successor_prime frm_prime_right_bpc_singleton_successor_prime. bcf_following_bpc_singleton_chain = frm_prime_left_bpc_singleton_successor_prime * frm_prime_right_bpc_singleton_successor_prime -> frm_prime_left_bpc_singleton_successor_prime = 1 \/ frm_prime_right_bpc_singleton_successor_prime = 1)) /\ ((exists bcf_lt_gap_bpc_singleton_successor_lower. bcf_lt_gap_bpc_singleton_successor_lower + S (bcf_previous_bpc_singleton_chain) = bcf_following_bpc_singleton_chain) /\ (exists bcf_lt_gap_bpc_singleton_successor_upper. bcf_lt_gap_bpc_singleton_successor_upper + S (bcf_following_bpc_singleton_chain) = bcf_previous_bpc_singleton_chain + bcf_previous_bpc_singleton_chain))))))))Constructive proof overview
Generated structural guide
A singleton beta code is a valid strict-Bertrand chain of zero steps.
The unchanged tactic script uses 2 declared prerequisites and contains 19 exact native proof lines.
Alpha v34 checked-use · first admitted v20 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
BP0008 bertrand_chain_singleton_code_exists add_eq_zero_right 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–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro n
02Use earlier factsL2–2
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L2
specialize bertrand_chain_singleton_code_exists n
03Separate the logical casesL3–4
04Construct an explicit witnessL5–6
05Separate the logical casesL7–7
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L7
split
06Use earlier factsL8–8
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L8
exact bertrand_chain_singleton_code_exists_witness_witness
07Fix variables and assumptionsL9–10
08Separate the logical casesL11–12
09Establish hsuccessor_zeroL13–19
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add eq zero right.
Original exact command ledger · 19 lines
- 0001
intro n - 0002
specialize bertrand_chain_singleton_code_exists n - 0003
cases bertrand_chain_singleton_code_exists - 0004
cases bertrand_chain_singleton_code_exists_witness - 0005
exists x - 0006
exists x1 - 0007
split - 0008
exact bertrand_chain_singleton_code_exists_witness_witness - 0009
intro i - 0010
intro hbound - 0011
exfalso - 0012
cases hbound - 0013
have hsuccessor_zero : S i = 0 - 0014
specialize add_eq_zero_right x2 - 0015
specialize add_eq_zero_right (S i) - 0016
apply add_eq_zero_right - 0017
exact hbound_witness - 0018
apply PA1 - 0019
exact hsuccessor_zero