Show that if $ \sigma $ is a solution to the equation $ x^2 + x + 1 = 0 $ then the following equality occurs:
$$ (a +b\sigma + c\sigma^2)(a + b\sigma^2 + c\sigma) \geq 0 $$
I looked at the solution in my textbook and it says I should multiply the parentheses and take into account that $ \sigma + \sigma^2 + 1 = 0 $. I tried factoring the rest but I just can't seem to manage to solve it?
Maybe I messed up at multiplying the parentheses? Here's what I got:
$$ a^2 + ab\sigma^2 + ac\sigma + ab\sigma + b^2\sigma^3 + bc\sigma^2 + ac\sigma^2 + bc\sigma^4 + c^2\sigma^3 $$
First note that $ \sigma ^3=1$. So the expression can be rewritten as \begin{eqnarray*} a^2+b^2+c^2+(ab+bc+ca)(\sigma+\sigma^2)=a^2+b^2+c^2-(ab+bc+ca) \\ =\frac{1}{2}((a-b)^2+(b-c)^2+(c-a)^2) \end{eqnarray*} which is clearly non-negative.