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 x y. (x + y) * (x + y) = (x * x + y * y) + (x * y + y * x)Constructive proof overview
Generated structural guide
The square of two natural addends separates its diagonal squares from its symmetric cross correction.
The unchanged tactic script uses 4 declared prerequisites and contains 20 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
Proof neighborhood
Direct dependencies
FS0008 four_square_sum_expansion 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 (2)
01Fix variables and assumptionsL1–2
02Calculate and transport equalitiesL3–3
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L3
trans (x * x + x * y) + (y * x + y * y)
03Use earlier factsL4–4
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L4
apply four_square_sum_expansion
04Calculate and transport equalitiesL5–13
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
05Use earlier factsL14–15
Original exact command ledger · 20 lines
- 0001
intro x - 0002
intro y - 0003
trans (x * x + x * y) + (y * x + y * y) - 0004
apply four_square_sum_expansion - 0005
trans ((x * x) + ((x * y) + ((y * x) + (y * y)))) - 0006
simp [add_assoc] - 0007
trans ((x * x) + ((y * y) + ((x * y) + (y * x)))) - 0008
congr - 0009
refl - 0010
trans ((y * y) + ((x * y) + (y * x))) - 0011
trans ((x * y) + ((y * y) + (y * x))) - 0012
congr - 0013
refl - 0014
apply add_comm - 0015
apply four_square_add_swap_right_tail - 0016
congr - 0017
refl - 0018
refl - 0019
symm - 0020
simp [add_assoc]