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.
Statement with defined notation
forall a b c d. (a + b) + (c + d) = (c + b) + (a + d)Every purple notation token opens its conservative definition. Expanding the displayed statement recovers the exact first-order Peano-arithmetic formula checked by the unchanged kernel.
Definitions used by this theorem
In the theorem statement
0 occurrences
In local proof propositions
0 occurrences
Exact expanded native-PA statement
forall a b c d. (a + b) + (c + d) = (c + b) + (a + d)Proof neighborhood
Direct theorem prerequisites
Direct theorem dependents
Definition-aware tactic body
Only local propositions introduced by have or suffices are compacted. Every changed line has an exact-AST conservative-expansion receipt; the kernel still receives the immutable original tactic 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–4
02Calculate and transport equalitiesL5–5
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L5
trans a + (b + (c + d))
03Use earlier factsL6–6
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L6
apply add_assoc
04Calculate and transport equalitiesL7–10
05Use earlier factsL11–11
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L11
apply add_assoc
06Calculate and transport equalitiesL12–15
07Use earlier factsL16–16
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L16
apply add_comm
08Calculate and transport equalitiesL17–19
09Use earlier factsL20–20
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L20
apply add_assoc
10Calculate and transport equalitiesL21–22
11Use earlier factsL23–23
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L23
apply add_comm
12Calculate and transport equalitiesL24–24
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L24
refl
13Use earlier factsL25–25
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L25
apply add_assoc
Original defined command ledger · 25 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro d - 0005
trans a + (b + (c + d)) - 0006
apply add_assoc - 0007
trans a + ((b + c) + d) - 0008
congr - 0009
refl - 0010
symm - 0011
apply add_assoc - 0012
trans a + ((c + b) + d) - 0013
congr - 0014
refl - 0015
congr - 0016
apply add_comm - 0017
refl - 0018
trans (a + (c + b)) + d - 0019
symm - 0020
apply add_assoc - 0021
trans ((c + b) + a) + d - 0022
congr - 0023
apply add_comm - 0024
refl - 0025
apply add_assoc