The problem requires you to prove: $x^2 + xy + y^2 > 0$ assuming that $x$ and $y$ are not both zero
I made use of a property proven earlier ($x^3 - y^3) = (x-y)(x^2 + xy + y^2)$) and rewrote $x^2 + xy + y^2$ as $\dfrac{x^3 - y^3}{x-y}$. Then I simply tested for the three cases $x = y, x > y, x < y$
For the last two, it's easy to show that the condition holds. But when I consider $x = y$ then the statement that I got evaluates to zero, which is clearly not greater than zero, even though the statement $x^2 + xy + y^2$ should not be zero.
Edit: One stupid mistake. $x = y$ is undefined as it requires division by zero.
What do I do from here?