FS005I

four_square_signed_pair_cross_decomposition

Alpha v34 independently verified · alpha_closed; checked-use authorized; not Stable

The symmetric cross product of two two-addend blocks decomposes into four independent symmetric coordinate pairs.

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_tail

Direct 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

43 script commands · 11 reading checkpoints · 0 local claims

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

Work with arbitrary variables or the premises of the current implication.

  1. L1
    intro x
  2. L2
    intro y
  3. L3
    intro z
  4. L4
    intro w
02Calculate and transport equalitiesL5–14

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L5
    simp [mul_add, add_mul]
  2. L6
    trans ((x * z) + ((y * z) + ((x * w) + ((y * w) + ((z * x) + ((w * x) + ((z * y) + (w * y))))))))
  3. L7
    simp [add_assoc]
  4. L8
    trans ((x * z) + ((z * x) + ((x * w) + ((w * x) + ((y * z) + ((z * y) + ((y * w) + (w * y))))))))
  5. L9
    congr
  6. L10
    refl
  7. L11
    trans ((z * x) + ((y * z) + ((x * w) + ((y * w) + ((w * x) + ((z * y) + (w * y)))))))
  8. L12
    trans ((y * z) + ((z * x) + ((x * w) + ((y * w) + ((w * x) + ((z * y) + (w * y)))))))
  9. L13
    congr
  10. L14
    refl
03Calculate and transport equalitiesL15–17

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L15
    trans ((x * w) + ((z * x) + ((y * w) + ((w * x) + ((z * y) + (w * y))))))
  2. L16
    congr
  3. L17
    refl
04Use earlier factsL18–20

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L18
    apply four_square_add_swap_right_tail
  2. L19
    apply four_square_add_swap_right_tail
  3. L20
    apply four_square_add_swap_right_tail
05Calculate and transport equalitiesL21–23

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L21
    congr
  2. L22
    refl
  3. L23
    trans ((x * w) + ((y * z) + ((y * w) + ((w * x) + ((z * y) + (w * y))))))
06Use earlier factsL24–24

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L24
    apply four_square_add_swap_right_tail
07Calculate and transport equalitiesL25–30

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L25
    congr
  2. L26
    refl
  3. L27
    trans ((w * x) + ((y * z) + ((y * w) + ((z * y) + (w * y)))))
  4. L28
    trans ((y * z) + ((w * x) + ((y * w) + ((z * y) + (w * y)))))
  5. L29
    congr
  6. L30
    refl
08Use earlier factsL31–32

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L31
    apply four_square_add_swap_right_tail
  2. L32
    apply four_square_add_swap_right_tail
09Calculate and transport equalitiesL33–37

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L33
    congr
  2. L34
    refl
  3. L35
    congr
  4. L36
    refl
  5. L37
    trans ((z * y) + ((y * w) + (w * y)))
10Use earlier factsL38–38

Instantiate or apply named facts and discharge the corresponding proof obligations.

  1. L38
    apply four_square_add_swap_right_tail
11Calculate and transport equalitiesL39–43

Carry out the recorded arithmetic or equality steps; inspect the exact commands for their direction and premises.

  1. L39
    congr
  2. L40
    refl
  3. L41
    refl
  4. L42
    symm
  5. L43
    simp [add_assoc]

Library-wide reading audit

Original exact command ledger · 43 lines
  1. 0001intro x
  2. 0002intro y
  3. 0003intro z
  4. 0004intro w
  5. 0005simp [mul_add, add_mul]
  6. 0006trans ((x * z) + ((y * z) + ((x * w) + ((y * w) + ((z * x) + ((w * x) + ((z * y) + (w * y))))))))
  7. 0007simp [add_assoc]
  8. 0008trans ((x * z) + ((z * x) + ((x * w) + ((w * x) + ((y * z) + ((z * y) + ((y * w) + (w * y))))))))
  9. 0009congr
  10. 0010refl
  11. 0011trans ((z * x) + ((y * z) + ((x * w) + ((y * w) + ((w * x) + ((z * y) + (w * y)))))))
  12. 0012trans ((y * z) + ((z * x) + ((x * w) + ((y * w) + ((w * x) + ((z * y) + (w * y)))))))
  13. 0013congr
  14. 0014refl
  15. 0015trans ((x * w) + ((z * x) + ((y * w) + ((w * x) + ((z * y) + (w * y))))))
  16. 0016congr
  17. 0017refl
  18. 0018apply four_square_add_swap_right_tail
  19. 0019apply four_square_add_swap_right_tail
  20. 0020apply four_square_add_swap_right_tail
  21. 0021congr
  22. 0022refl
  23. 0023trans ((x * w) + ((y * z) + ((y * w) + ((w * x) + ((z * y) + (w * y))))))
  24. 0024apply four_square_add_swap_right_tail
  25. 0025congr
  26. 0026refl
  27. 0027trans ((w * x) + ((y * z) + ((y * w) + ((z * y) + (w * y)))))
  28. 0028trans ((y * z) + ((w * x) + ((y * w) + ((z * y) + (w * y)))))
  29. 0029congr
  30. 0030refl
  31. 0031apply four_square_add_swap_right_tail
  32. 0032apply four_square_add_swap_right_tail
  33. 0033congr
  34. 0034refl
  35. 0035congr
  36. 0036refl
  37. 0037trans ((z * y) + ((y * w) + (w * y)))
  38. 0038apply four_square_add_swap_right_tail
  39. 0039congr
  40. 0040refl
  41. 0041refl
  42. 0042symm
  43. 0043simp [add_assoc]