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.
The exact G101 milestone is fully proved, including the stronger checked bound k≤2·BitLen(b), a real beta-coded execution, and its actual terminal gcd. The independent T13 determinant/rank/integer-span substrate is now closed in the separate Alpha-v27 integer-linear-algebra branch. Full T13 proof · Alpha v27
Exact theorem in conservative defined notation
∀ p. ∀ b. PowTwo(0,p) → Lt(b,p) → b = 0
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 17 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–4
02Use earlier factsL5–5
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L5
specialize binary_power_two_zero_value p
03Establish hvalueL6–11
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply binary power two zero value.
Original defined command ledger · 17 lines
- 0001
intro p - 0002
intro b - 0003
intro hpower - 0004
intro hbelow - 0005
specialize binary_power_two_zero_value p - 0006
have hvalue : p = 1 - 0007
apply binary_power_two_zero_value - 0008
exact hpower - 0009
rewrite hvalue at hbelow - 0010
specialize le_of_succ_le_succ b - 0011
specialize le_of_succ_le_succ 0 - 0012
have hzero : exists gap. gap + b = 0 - 0013
apply le_of_succ_le_succ - 0014
exact hbelow - 0015
specialize le_zero b - 0016
apply le_zero - 0017
exact hzero