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.
Exact expanded first-order arithmetic statement
forall l. (2 + (l + l)) + l = 3 * l + 2Constructive proof overview
Generated structural guide
The initialization-plus-three-per-digit arithmetic expression is exactly 3*l+2 in the unchanged Peano kernel.
The unchanged tactic script uses 4 declared prerequisites and contains 21 exact native proof lines.
Alpha v34 checked-use · first admitted v23 · independently kernel and Lean verified; not Stable
Proof neighborhood
Direct dependencies
mul_succ_left Stable theorem; checked-use authorized two_mul_eq_add_self Alpha theorem; checked-use authorized add_assoc Stable theorem; checked-use authorized add_comm Stable theorem; checked-use authorizedDirect dependents
Formal native tactic body
Dependencies are introduced as named hypotheses before line 1. Local theorem links identify exact declared prerequisites. This exact body belongs to a complete independently kernel-checked constructive proof bundle and has Alpha checked-use authority; it does not imply Stable membership.
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 exact 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
Separate complete second-wave branches: Full T13 proof · Alpha v27.