I came across this factorization:
$$ \begin{align} \frac12 (a + c)(b - d) + \frac12 (a - c)(b + d) &= \frac12(ab-ad+cb-cd+ab+ad-cb-cd) \\[4pt] &= \frac12(2ab - 2cd) \\[4pt] &= ab - cd \end{align} $$
Is there a technical mathematical name for this? I've seen it briefly being referred to as "twisted factorization" but it doesn't seem prevalent.
One way to view this identity is as saying that $A = \begin{pmatrix}\frac1{\sqrt2} & \frac1{\sqrt2} \\ -\frac1{\sqrt2} & \frac1{\sqrt2} \end{pmatrix}$ defines a unitary operator on $\mathbb R^2$, for the standard inner product. Since, when $v = (a, -c)^t$ and $w = (b, d)^t$, the LHS expresses $\langle Av, Aw \rangle$ and the RHS expresses $\langle v, w \rangle$.