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. (forall ff_i_fms_bits. (exists ff_lt_fms_bits_bound. ff_lt_fms_bits_bound + S ff_i_fms_bits = (l)) -> exists ff_bit_fms_bits. ((((exists ff_h_fms_bits_decoded. ff_h_fms_bits_decoded + S (ff_bit_fms_bits) = S ((S (ff_i_fms_bits)) * (c))) /\ exists ff_q_fms_bits_decoded. (b) = ff_q_fms_bits_decoded * S ((S (ff_i_fms_bits)) * (c)) + (ff_bit_fms_bits))) /\ (ff_bit_fms_bits = 0 \/ ff_bit_fms_bits = 1))) -> (exists fms_gap_lt. fms_gap_lt + S (i) = (l)) -> ~(((exists fs_h_fms_not_member. fs_h_fms_not_member + S (1) = S ((S (i)) * c)) /\ exists fs_q_fms_not_member. b = fs_q_fms_not_member * S ((S (i)) * c) + (1))) -> (((exists fs_h_fms_zero_member. fs_h_fms_zero_member + S (0) = S ((S (i)) * c)) /\ exists fs_q_fms_zero_member. b = fs_q_fms_zero_member * S ((S (i)) * c) + (0)))Constructive proof overview
Generated structural guide
Constructive nonmembership at a bounded index exposes its actual zero bit.
The unchanged tactic script uses 2 declared prerequisites 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_exists Stable theorem; checked-use authorized CD0001 finite_bit_entry_casesDirect 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–7
02Use earlier factsL8–10
03Separate the logical casesL11–11
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L11
cases beta_at_exists
04Establish hcL12–21
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply finite bit entry cases.
- L12
have hc : x=0 \/ x=1 - L13
specialize finite_bit_entry_cases b - L14
specialize finite_bit_entry_cases c - L15
specialize finite_bit_entry_cases l - L16
specialize finite_bit_entry_cases i - L17
specialize finite_bit_entry_cases x - L18
apply finite_bit_entry_cases - L19
exact hbits - L20
exact hi - L21
exact beta_at_exists_witness
05Separate the logical casesL22–22
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L22
cases hc
06Calculate and transport equalitiesL23–24
07Use earlier factsL25–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L25
exact beta_at_exists_witness
08Separate the logical casesL26–26
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L26
exfalso
09Use earlier factsL27–27
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L27
apply hnot
10Calculate and transport equalitiesL28–29
11Use earlier factsL30–30
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L30
exact beta_at_exists_witness
Original exact command ledger · 30 lines
- 0001
intro b - 0002
intro c - 0003
intro l - 0004
intro i - 0005
intro hbits - 0006
intro hi - 0007
intro hnot - 0008
specialize beta_at_exists b - 0009
specialize beta_at_exists c - 0010
specialize beta_at_exists i - 0011
cases beta_at_exists - 0012
have hc : x=0 \/ x=1 - 0013
specialize finite_bit_entry_cases b - 0014
specialize finite_bit_entry_cases c - 0015
specialize finite_bit_entry_cases l - 0016
specialize finite_bit_entry_cases i - 0017
specialize finite_bit_entry_cases x - 0018
apply finite_bit_entry_cases - 0019
exact hbits - 0020
exact hi - 0021
exact beta_at_exists_witness - 0022
cases hc - 0023
rewrite hc_left at beta_at_exists_witness - 0024
rewrite hc_left at beta_at_exists_witness - 0025
exact beta_at_exists_witness - 0026
exfalso - 0027
apply hnot - 0028
rewrite hc_right at beta_at_exists_witness - 0029
rewrite hc_right at beta_at_exists_witness - 0030
exact beta_at_exists_witness