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
∀ e. ∀ p. ∀ q. PowTwo(e,p) → PowTwo(S e,q) → q = p + p
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 20 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.
01Fix variables and assumptionsL1–5
02Establish hproductL6–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply pow successor pair mul.
03Calculate and transport equalitiesL16–16
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L16
trans p * 2
04Use earlier factsL17–17
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L17
exact hproduct
05Calculate and transport equalitiesL18–18
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L18
trans 2 * p
Original defined command ledger · 20 lines
- 0001
intro e - 0002
intro p - 0003
intro q - 0004
intro hp - 0005
intro hq - 0006
have hproduct : q = p * 2 - 0007
specialize pow_successor_pair_mul 2 - 0008
specialize pow_successor_pair_mul e - 0009
specialize pow_successor_pair_mul (S e) - 0010
specialize pow_successor_pair_mul p - 0011
specialize pow_successor_pair_mul q - 0012
apply pow_successor_pair_mul - 0013
refl - 0014
exact hp - 0015
exact hq - 0016
trans p * 2 - 0017
exact hproduct - 0018
trans 2 * p - 0019
apply mul_comm - 0020
apply two_mul_eq_add_self