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
∀ b. ∀ t. ∀ p. EuclideanHalving(b,t) → Lt(b,p + p) → Lt(t,p)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 14 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 (1)
01Fix variables and assumptionsL1–5
02Use earlier factsL6–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
Original defined command ledger · 14 lines
- 0001
intro b - 0002
intro t - 0003
intro p - 0004
intro hhalf - 0005
intro hupper - 0006
specialize euclidean_log_strict_half_cancel t - 0007
specialize euclidean_log_strict_half_cancel p - 0008
apply euclidean_log_strict_half_cancel - 0009
specialize lt_trans (t + t) - 0010
specialize lt_trans b - 0011
specialize lt_trans (p + p) - 0012
apply lt_trans - 0013
exact hhalf - 0014
exact hupper