FS005N

four_square_signed_cross_negative

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

Two negative signed coordinate orientations also have congruent crossed bilinear products.

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 k a b e f. (exists ftcn_left_fssq_cross_negative_a ftcn_right_fssq_cross_negative_a. (a + e) + (k) * ftcn_left_fssq_cross_negative_a = (0) + (k) * ftcn_right_fssq_cross_negative_a) -> (exists ftcn_left_fssq_cross_negative_b ftcn_right_fssq_cross_negative_b. (b + f) + (k) * ftcn_left_fssq_cross_negative_b = (0) + (k) * ftcn_right_fssq_cross_negative_b) -> (exists ftcn_left_fssq_cross_negative_result ftcn_right_fssq_cross_negative_result. (a * f) + (k) * ftcn_left_fssq_cross_negative_result = (b * e) + (k) * ftcn_right_fssq_cross_negative_result)

Constructive proof overview

Generated structural guide

Two negative signed coordinate orientations also have congruent crossed bilinear products.

The unchanged tactic script uses 3 declared prerequisites and contains 31 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

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

31 script commands · 4 reading checkpoints · 3 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 (2)
01Fix variables and assumptionsL1–7

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

  1. L1
    intro k
  2. L2
    intro a
  3. L3
    intro b
  4. L4
    intro e
  5. L5
    intro f
  6. L6
    intro ha
  7. L7
    intro hb
02Establish hfirstL8–14

Establish this local claim before using it. It is not an additional assumption. The following proof commands apply four square signed negative scale zero.

  1. L8
    have hfirst : exists ftcn_left_fssq_cross_negative_first ftcn_right_fssq_cross_negative_first. (a * f + e * f) + (k) * ftcn_left_fssq_cross_negative_first = (0) + (k) * ftcn_right_fssq_cross_negative_first
  2. L9
    specialize four_square_signed_negative_scale_zero k
  3. L10
    specialize four_square_signed_negative_scale_zero a
  4. L11
    specialize four_square_signed_negative_scale_zero e
  5. L12
    specialize four_square_signed_negative_scale_zero f
  6. L13
    apply four_square_signed_negative_scale_zero
  7. L14
    exact ha
03Establish hsecondL15–21

Establish this local claim before using it. It is not an additional assumption. The following proof commands apply four square signed negative scale zero.

  1. L15
    have hsecond : exists ftcn_left_fssq_cross_negative_second ftcn_right_fssq_cross_negative_second. (b * e + f * e) + (k) * ftcn_left_fssq_cross_negative_second = (0) + (k) * ftcn_right_fssq_cross_negative_second
  2. L16
    specialize four_square_signed_negative_scale_zero k
  3. L17
    specialize four_square_signed_negative_scale_zero b
  4. L18
    specialize four_square_signed_negative_scale_zero f
  5. L19
    specialize four_square_signed_negative_scale_zero e
  6. L20
    apply four_square_signed_negative_scale_zero
  7. L21
    exact hb
04Establish hswapL22–31

Establish this local claim before using it. It is not an additional assumption. The following proof commands apply mul comm.

  1. L22
    have hswap : f * e = e * f
  2. L23
    apply mul_comm
  3. L24
    rewrite hswap at hsecond
  4. L25
    specialize four_square_signed_common_zero_cancel k
  5. L26
    specialize four_square_signed_common_zero_cancel (a * f)
  6. L27
    specialize four_square_signed_common_zero_cancel (b * e)
  7. L28
    specialize four_square_signed_common_zero_cancel (e * f)
  8. L29
    apply four_square_signed_common_zero_cancel
  9. L30
    exact hfirst
  10. L31
    exact hsecond

Library-wide reading audit

Original exact command ledger · 31 lines
  1. 0001intro k
  2. 0002intro a
  3. 0003intro b
  4. 0004intro e
  5. 0005intro f
  6. 0006intro ha
  7. 0007intro hb
  8. 0008have hfirst : exists ftcn_left_fssq_cross_negative_first ftcn_right_fssq_cross_negative_first. (a * f + e * f) + (k) * ftcn_left_fssq_cross_negative_first = (0) + (k) * ftcn_right_fssq_cross_negative_first
  9. 0009specialize four_square_signed_negative_scale_zero k
  10. 0010specialize four_square_signed_negative_scale_zero a
  11. 0011specialize four_square_signed_negative_scale_zero e
  12. 0012specialize four_square_signed_negative_scale_zero f
  13. 0013apply four_square_signed_negative_scale_zero
  14. 0014exact ha
  15. 0015have hsecond : exists ftcn_left_fssq_cross_negative_second ftcn_right_fssq_cross_negative_second. (b * e + f * e) + (k) * ftcn_left_fssq_cross_negative_second = (0) + (k) * ftcn_right_fssq_cross_negative_second
  16. 0016specialize four_square_signed_negative_scale_zero k
  17. 0017specialize four_square_signed_negative_scale_zero b
  18. 0018specialize four_square_signed_negative_scale_zero f
  19. 0019specialize four_square_signed_negative_scale_zero e
  20. 0020apply four_square_signed_negative_scale_zero
  21. 0021exact hb
  22. 0022have hswap : f * e = e * f
  23. 0023apply mul_comm
  24. 0024rewrite hswap at hsecond
  25. 0025specialize four_square_signed_common_zero_cancel k
  26. 0026specialize four_square_signed_common_zero_cancel (a * f)
  27. 0027specialize four_square_signed_common_zero_cancel (b * e)
  28. 0028specialize four_square_signed_common_zero_cancel (e * f)
  29. 0029apply four_square_signed_common_zero_cancel
  30. 0030exact hfirst
  31. 0031exact hsecond