We have $$I=\left(x^2+2y^2-3,y(x-y),y(y+1)(y-1)\right)\subset\mathbb{C}[x,y]$$ and I would like to decompose it as intersection of simpler ideals. How could I proceed?
For example, in this case, could I write $$I=(x^2+2y^2−3,y,y(y+1)(y−1))∩(x^2+2y^2−3,x−y,y(y+1)(y−1))\ ?$$ Then could I make other similar simplifications? Is it correct?
Here's a tool that may be helpful for this kind of stuff.
Proposition: Let $I,J,K$ be ideals of a ring $R$ with $J + K = R$. Then $$I + JK = (I + J)(I + K) = (I + J) \cap (I + K).$$
Proof: $(I+J)(I+K) = I^2 + I(J+K) + JK = I + JK$.
Edit: I probably should mention that the last equality is simply a special case of the fact that $IJ = I \cap J$ if $I + J = R$. You can check this using the previously proven rule for products: $IJ = ((I \cap J) + I)((I \cap J) + J) = (I \cap J) + IJ = I \cap J$.