I want to check if $\Bbb{C}[X,Y]/(X^2,Y^2)$ is a local ring or not.
My claim is that it is a local ring.
I wanted to do it as follows:
If I remember correctly we had the fact that maximal ideals of $R/I$ where $R$ is a ring and $I$ an ideal are in one to one correspondence with maximal ideals of $R$ containing $I$.
So using this fact in my opinion it is enough to find all the maximal ideals in $\Bbb{C}[X,Y]$ containing $(X^2,Y^2)$. I know that maximal ideals of $\Bbb{C}[X,Y]$ are of the form $(X-a,Y-b)$ for some $a,b\in \Bbb{C}$. Now since $(X^2,Y^2)\subset (X-a,Y-b)$ needs to hold it is equivalent to say that $$X^2\in (X-a,Y-b)~~~\text{and}~~~~Y^2\in (X-a,Y-b)$$But this means that $X^2=P(X-a)+Q(Y-b)$ and $Y^2=U(X-a)+V(Y-b)$ for some $P,Q,U,V\in \Bbb{C}[X,Y]$. But this only holds iff $a=b=0$ and $P=X, Q=U=0, V=Y$.
So in my opinion this shows that our ring is local.
Is this correct so or did I wrote completely nonsense?