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
∀ a. ∀ b. Le(a,b) → Le(a + a,b + b)
Every linked abbreviation expands hygienically to the identical original native formula.
Definition DAG
Actual proof prerequisites
Complete unchanged native tactic proof
All 21 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–3
02Establish hfirstL4–9
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add le add right.
03Establish hsecondL10–19
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add le add left.
Original defined command ledger · 21 lines
- 0001
intro a - 0002
intro b - 0003
intro hle - 0004
have hfirst : exists gap. gap + (a + a) = b + a - 0005
specialize add_le_add_right a - 0006
specialize add_le_add_right b - 0007
specialize add_le_add_right a - 0008
apply add_le_add_right - 0009
exact hle - 0010
have hsecond : exists gap. gap + (b + a) = b + b - 0011
specialize add_le_add_left a - 0012
specialize add_le_add_left b - 0013
specialize add_le_add_left b - 0014
apply add_le_add_left - 0015
exact hle - 0016
specialize le_trans (a + a) - 0017
specialize le_trans (b + a) - 0018
specialize le_trans (b + b) - 0019
apply le_trans - 0020
exact hfirst - 0021
exact hsecond