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) * (z + w) + (z + w) * (x + y) = ((x * z + z * x) + (x * w + w * x)) + ((y * z + z * y) + (y * w + w * y))Constructive proof overview
Generated structural guide
The symmetric cross product of two two-addend blocks decomposes into four independent symmetric coordinate pairs.
The unchanged tactic script uses 5 declared prerequisites and contains 43 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
mul_add Stable theorem; checked-use authorized add_mul Stable 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–14
Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.
- L5
simp [mul_add, add_mul] - L6
trans ((x * z) + ((y * z) + ((x * w) + ((y * w) + ((z * x) + ((w * x) + ((z * y) + (w * y)))))))) - L7
simp [add_assoc] - L8
trans ((x * z) + ((z * x) + ((x * w) + ((w * x) + ((y * z) + ((z * y) + ((y * w) + (w * y)))))))) - L9
congr - L10
refl - L11
trans ((z * x) + ((y * z) + ((x * w) + ((y * w) + ((w * x) + ((z * y) + (w * y))))))) - L12
trans ((y * z) + ((z * x) + ((x * w) + ((y * w) + ((w * x) + ((z * y) + (w * y))))))) - L13
congr - L14
refl
03Calculate and transport equalitiesL15–17
04Use earlier factsL18–20
05Calculate and transport equalitiesL21–23
06Use earlier factsL24–24
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L24
apply four_square_add_swap_right_tail
07Calculate and transport equalitiesL25–30
08Use earlier factsL31–32
09Calculate and transport equalitiesL33–37
10Use earlier factsL38–38
Instantiate or apply named facts and discharge the corresponding proof obligations.
- L38
apply four_square_add_swap_right_tail
Original exact command ledger · 43 lines
- 0001
intro x - 0002
intro y - 0003
intro z - 0004
intro w - 0005
simp [mul_add, add_mul] - 0006
trans ((x * z) + ((y * z) + ((x * w) + ((y * w) + ((z * x) + ((w * x) + ((z * y) + (w * y)))))))) - 0007
simp [add_assoc] - 0008
trans ((x * z) + ((z * x) + ((x * w) + ((w * x) + ((y * z) + ((z * y) + ((y * w) + (w * y)))))))) - 0009
congr - 0010
refl - 0011
trans ((z * x) + ((y * z) + ((x * w) + ((y * w) + ((w * x) + ((z * y) + (w * y))))))) - 0012
trans ((y * z) + ((z * x) + ((x * w) + ((y * w) + ((w * x) + ((z * y) + (w * y))))))) - 0013
congr - 0014
refl - 0015
trans ((x * w) + ((z * x) + ((y * w) + ((w * x) + ((z * y) + (w * y)))))) - 0016
congr - 0017
refl - 0018
apply four_square_add_swap_right_tail - 0019
apply four_square_add_swap_right_tail - 0020
apply four_square_add_swap_right_tail - 0021
congr - 0022
refl - 0023
trans ((x * w) + ((y * z) + ((y * w) + ((w * x) + ((z * y) + (w * y)))))) - 0024
apply four_square_add_swap_right_tail - 0025
congr - 0026
refl - 0027
trans ((w * x) + ((y * z) + ((y * w) + ((z * y) + (w * y))))) - 0028
trans ((y * z) + ((w * x) + ((y * w) + ((z * y) + (w * y))))) - 0029
congr - 0030
refl - 0031
apply four_square_add_swap_right_tail - 0032
apply four_square_add_swap_right_tail - 0033
congr - 0034
refl - 0035
congr - 0036
refl - 0037
trans ((z * y) + ((y * w) + (w * y))) - 0038
apply four_square_add_swap_right_tail - 0039
congr - 0040
refl - 0041
refl - 0042
symm - 0043
simp [add_assoc]