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 z w. (x + y) * (x + y) + (z + w) * (z + w) = ((x * x + y * y) + (z * z + w * w)) + ((x * y + y * x) + (z * w + w * z))Constructive proof overview
Generated structural guide
A pair-versus-pair signed coordinate square decomposes into four diagonal squares and two symmetric cross pairs.
The unchanged tactic script uses 2 declared prerequisites and contains 15 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
FS005F four_square_signed_sum_two_decomposition add_shuffle_middle Alpha 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.
Named ingredients (1)
01Fix variables and assumptionsL1–4
02Establish hfirstL5–8
Establish this local claim before using it. It is not an additional assumption.
03Establish hsecondL9–15
Establish this local claim before using it. It is not an additional assumption. The following proof commands apply add shuffle middle.
Original exact command ledger · 15 lines
- 0001
intro x - 0002
intro y - 0003
intro z - 0004
intro w - 0005
have hfirst : (x + y) * (x + y) = (x * x + y * y) + (x * y + y * x) - 0006
specialize four_square_signed_sum_two_decomposition x - 0007
specialize four_square_signed_sum_two_decomposition y - 0008
exact four_square_signed_sum_two_decomposition - 0009
have hsecond : (z + w) * (z + w) = (z * z + w * w) + (z * w + w * z) - 0010
specialize four_square_signed_sum_two_decomposition z - 0011
specialize four_square_signed_sum_two_decomposition w - 0012
exact four_square_signed_sum_two_decomposition - 0013
rewrite hfirst - 0014
rewrite hsecond - 0015
apply add_shuffle_middle