I have to do the following problem:
If $ax+cy+bz = X, cx+by+az=Y, bx+ay+cz=Z$, then show that
$(a^2+b^2+c^2-bc-ca-ab)(x^2+y^2+z^2-yz-zx-xy) = X^2+Y^2+Z^2-YZ-XZ-XY$.
It's easy enough through normal Algebra if I pair $X^2-XY = X(X-Y)$ etc., and collect the coefficients on both sides, but the chapter is of complex numbers and more specifically, cube roots of unity. How do I solve this using that idea?
The best I've come up with is to replace $-1$ with $\omega+\omega^2$, but I later seem to apply the reverse and thus, render the use of $\omega$ pointless. Some guidance, please!