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. ∃ l. BitLen(n,l)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 8 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)
01Induction on nL1–1
Split the argument into the base and successor obligations. The induction hypothesis is available only in the successor branch.
- L1
induction n
02Construct an explicit witnessL2–2
Supply the displayed value, then prove that it has the required property.
- L2
exists 1
03Use earlier factsL3–3
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L3
exact binary_length_zero
04Separate the logical casesL4–4
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L4
cases IH
Original defined command ledger · 8 lines
- 0001
induction n - 0002
exists 1 - 0003
exact binary_length_zero - 0004
cases IH - 0005
specialize binary_length_successor_step n - 0006
specialize binary_length_successor_step x - 0007
apply binary_length_successor_step - 0008
exact IH_witness