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
∀ n. ∀ p. ∀ b. PowTwo(n,p) → b = 0 → Lt(b,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
02Use earlier factsL6–7
03Establish hnonzeroL8–13
04Establish hpositiveL14–16
05Separate the logical casesL17–17
Follow the explicit conjunction, disjunction, witness, or contradiction step recorded below.
- L17
cases hpositive
06Construct an explicit witnessL18–18
Supply the displayed value, then prove that it has the required property.
- L18
exists x
07Calculate and transport equalitiesL19–19
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L19
rewrite hzero
08Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
exact hpositive_witness
Original defined command ledger · 20 lines
- 0001
intro n - 0002
intro p - 0003
intro b - 0004
intro hpower - 0005
intro hzero - 0006
specialize binary_power_two_nonzero n - 0007
specialize binary_power_two_nonzero p - 0008
have hnonzero : ~(p = 0) - 0009
intro hpzero - 0010
apply binary_power_two_nonzero - 0011
exact hpower - 0012
exact hpzero - 0013
specialize one_le_of_ne_zero p - 0014
have hpositive : exists gap. gap + 1 = p - 0015
apply one_le_of_ne_zero - 0016
exact hnonzero - 0017
cases hpositive - 0018
exists x - 0019
rewrite hzero - 0020
exact hpositive_witness