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.
G101 and G102 were OPEN when these BitLen foundations were first admitted in Alpha v22. Both are now CLOSED in Alpha v23: complete canonical exponent digits and both exact logarithmic execution bounds are proved.
Exact theorem in conservative defined notation
∀ n. ∃ h. ∃ b. BinaryExponentSplit(n,h,b) ∧ (∀ x. ∀ y. BinaryExponentSplit(n,x,y) → h = x ∧ b = y)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 19 lines are the exact independently kernel-checked original 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 (2)
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 binary_length_digit_split_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 binary_length_digit_split_exists_witness_witness
07Fix variables and assumptionsL9–11
08Use earlier factsL12–19
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L12
specialize binary_length_digit_split_functional n - L13
specialize binary_length_digit_split_functional x - L14
specialize binary_length_digit_split_functional x1 - L15
specialize binary_length_digit_split_functional k - L16
specialize binary_length_digit_split_functional c - L17
apply binary_length_digit_split_functional - L18
exact binary_length_digit_split_exists_witness_witness - L19
exact hother
Original defined command ledger · 19 lines
- 0001
intro n - 0002
specialize binary_length_digit_split_exists n - 0003
cases binary_length_digit_split_exists - 0004
cases binary_length_digit_split_exists_witness - 0005
exists x - 0006
exists x1 - 0007
split - 0008
exact binary_length_digit_split_exists_witness_witness - 0009
intro k - 0010
intro c - 0011
intro hother - 0012
specialize binary_length_digit_split_functional n - 0013
specialize binary_length_digit_split_functional x - 0014
specialize binary_length_digit_split_functional x1 - 0015
specialize binary_length_digit_split_functional k - 0016
specialize binary_length_digit_split_functional c - 0017
apply binary_length_digit_split_functional - 0018
exact binary_length_digit_split_exists_witness_witness - 0019
exact hother