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 G102 milestone is fully proved for every natural exponent and every modulus greater than one, including actual canonical digits, a beta-coded accumulator execution, modular-power correctness, and the formal bound k≤3·BitLen(e)+2. 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
∀ l. 2 + (l + l) + l = 3 · l + 2
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–1
Work with arbitrary variables or the premises of the current implication.
- L1
intro l
02Establish hthreeL2–11
Establish this local claim before using it. It is not an additional assumption.
03Use earlier factsL12–15
04Calculate and transport equalitiesL16–16
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L16
trans ((l + l) + l) + 2
05Use earlier factsL17–19
Original defined command ledger · 21 lines
- 0001
intro l - 0002
have hthree : 3 * l = (l + l) + l - 0003
trans 2 * l + l - 0004
specialize mul_succ_left 2 - 0005
specialize mul_succ_left l - 0006
exact mul_succ_left - 0007
congr - 0008
specialize two_mul_eq_add_self l - 0009
exact two_mul_eq_add_self - 0010
refl - 0011
trans 2 + ((l + l) + l) - 0012
specialize add_assoc 2 - 0013
specialize add_assoc (l + l) - 0014
specialize add_assoc l - 0015
exact add_assoc - 0016
trans ((l + l) + l) + 2 - 0017
specialize add_comm 2 - 0018
specialize add_comm ((l + l) + l) - 0019
exact add_comm - 0020
rewrite hthree - 0021
refl