I'm trying to prove this ideal
$$I=(x^2+y^2+x,x+y+xy)\subset \mathbb C[x,y]$$
is prime.
I supposed that $I$ is prime and I'm using the classical method to prove $I$ is prime: If $ab\in I$, then $a\in I$ or $b\in I$. I didn't have any success with this method and I would like to know which are the tools and strategies I could use to solve this question.
I really need help.
Thanks in advance.
A Groebner basis for $I$ is $\{-y+y^2+2 y^3+y^4, x+y^2+y^3\}$ The first factors as $y(-1+y+2y^2+y^3)$. A Groebner basis of $I \cup \{y\}$ is $\{x, y\}$ and a Groebner basis of $I \cup \{-1+y+2y^2+y^3\}$ is $\{1+4x+3x^2+x^3, -1-2x-x^2+y\}$. Since neither of these is the Groebner basis for $I$, even though all of these bases are computed under the same monomial order, we find $y(-1+y+2y^2+y^3) \in I$, but also $y \not \in I$ and $-1+y+2y^2+y^3 \not \in I$. $I$ is therefore not a prime ideal.