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 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))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 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))Proof neighborhood
Direct theorem prerequisites
FS005F four_square_signed_sum_two_decomposition add_shuffle_middle · Alpha closedDirect 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
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 defined 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