Given $x,y \in \Bbb{R}$, show that:$$x^2+y^2+1\ge xy+y+x $$ I tried using the fact that $x^2+y^2 \ge 2xy$ But then I'm not sure how to go on, Also tried factoring but didn't help much, also tried substituting $\frac{x^2+y^2}{2}$ instead of $xy$ but that gave me the same result of the first substitution, i.e. $xy+1\ge x+y$
This inequality seems very easy, I'm feeling dumb for not having solved it yet
Since $$a^2-2ab+b^2 = (a-b)^2\geq 0\implies a^2+b^2\geq 2ab$$ we have $$ x^2+y^2\geq 2xy$$ $$x^2+1\geq 2x$$ $$y^2+1\geq 2y$$ Now add all these...