Can't quite finish this proof:
Prove that if $x$ and $y$ are not both $0$ then $ x^2 +xy +y^2> 0$
$ x^2 +xy +y^2 +xy -xy> 0$
$ (x +y)^2 -xy> 0$ Without loss of generality define $x\geq y$
Firstly the case where $y<0$ and $x>0$ is trivial as both $ (x +y)^2$ and $-(xy) >0$.
I want to say by transitivity as each are >0 that there sum must be ${}> 0$ can I do that?
The second trivial case is $y=0$ as we simply have $ x^2 >0 $ where $x>0$.
Lastly we have define $c= x+y$ since both $x$ and $y$ must have the same sign we know $|c|>x$ since $x\geq y$ we know that $ x^2 \geq xy$ finally since $ |c|^2 = c^2$ $ \forall c \in \mathbb{R} $
We have $ c^2 >x^2 \geq xy$ hence $c^2 -xy >0$
I feel like I have all the pieces but it doesn't feel finished how do I fix it?
Edit: I am really glad i asked this question love the variety of different good answers no idea what a discriminant is but im going to go look that up. I wanted to give the accepted answer to Edward as he actually answered my question but Anurag s proof was just so much better then my attempt. ^^