So the question I've been trying to solve is :
for $(x, y)$ in $R²$ $x^2 + y^2 + xy = x + y \Rightarrow 0 \le x + y \le \frac{4}{3}$
I've tried two things so far :
- I have put $t = (x+y)$ so the first equation becomes $t² -t -xy = 0$ this means that $1 + 4xy \ge 0$ , I've tried some things with this but nothing.
- I've tried proving that for $(x,y)$ in $R²$ $x + y > \frac{4}{3} $ OR $ x + y < 0 => x² + y² + xy$ is different that $x + y$, since ($P=>Q$) is the same thing as (not Q $=>$ not P)