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 a b c d. ((a + b) + (c + d)) + a = d + ((a + c) + (a + b))Constructive proof overview
Generated structural guide
The five additive square-gap contributions reorder without subtraction or a polynomial normalizer.
The unchanged tactic script uses 4 declared prerequisites and contains 25 exact native proof lines.
dependency-curried kernel-checked theorem body; Alpha enrollment and checked-use authority follow separately sealed release evidence; Stable membership remains unchanged
Historical empty-context replay experiment only; that experiment persisted no certificate and granted no release authority. Current checked use follows separately sealed, independently verified proof bundles; there is no Stable promotion.
Proof neighborhood
Direct dependencies
add_shuffle_middle Alpha theorem; checked-use authorized add_assoc Stable theorem; checked-use authorized add_comm Stable theorem; checked-use authorized FS0006 four_square_add_swap_right_tailDirect 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.
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 exact 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