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.
Sets are complete characteristic-bit codes with actual finite cardinality witnesses. The proof constructs translations and the sumset; no finite-choice oracle, supplied cardinality conclusion, or unproved polynomial-method premise is used.
Exact theorem in conservative defined notation
∀ b. ∀ c. ∀ l. ∀ i. AllBits(b,c,l) → Lt(i,l) → ¬BetaAt(b,c,i,1) → BetaAt(b,c,i,0)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete tactic proof in conservative notation
All 30 original proof lines are preserved. Only local proposition formulas are abbreviated; every abbreviation has an exact binder-safe expansion check. The linked exact edition contains the unchanged replay script.
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 defined 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