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)) + a = d + ((a + c) + (a + b))Every purple notation token opens its conservative definition. This reading surface never changes the unchanged intuitionistic kernel or confers checked-use authority.
Definitions used by this theorem
In the theorem statement
In local proof propositions
Exact expanded first-order statement
forall a b c d. ((a + b) + (c + d)) + a = d + ((a + c) + (a + b))Proof neighborhood
Direct theorem prerequisites
FS0006 four_square_add_swap_right_tailDirect theorem dependents
Definition-aware tactic body
Only propositions whose conservative expansion has been checked for exact first-order equivalence are compacted. Every changed line retains its immutable exact replay command.
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–4
02Calculate and transport equalitiesL5–6
03Use earlier factsL7–7
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L7
apply add_shuffle_middle
04Calculate and transport equalitiesL8–9
05Use earlier factsL10–10
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L10
apply add_assoc
06Calculate and transport equalitiesL11–13
07Use earlier factsL14–14
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L14
apply add_assoc
08Calculate and transport equalitiesL15–17
09Use earlier factsL18–18
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L18
apply four_square_add_swap_right_tail
10Calculate and transport equalitiesL19–23
Original defined command ledger · 25 lines
- 0001
intro a - 0002
intro b - 0003
intro c - 0004
intro d - 0005
trans ((a + c) + (b + d)) + a - 0006
congr - 0007
apply add_shuffle_middle - 0008
refl - 0009
trans (a + c) + ((b + d) + a) - 0010
apply add_assoc - 0011
trans (a + c) + (b + (d + a)) - 0012
congr - 0013
refl - 0014
apply add_assoc - 0015
trans (a + c) + (d + (b + a)) - 0016
congr - 0017
refl - 0018
apply four_square_add_swap_right_tail - 0019
trans (a + c) + (d + (a + b)) - 0020
congr - 0021
refl - 0022
congr - 0023
refl - 0024
apply add_comm - 0025
apply four_square_add_swap_right_tail