The following is a question from Professor Vakil's notes on Algebraic Geometry.
$\DeclareMathOperator{\Spec}{Spec}$ $\DeclareMathOperator{\Supp}{Supp}$
Suppose $f$ is a function on $\Spec \mathsf{k}[x, y]/(y^2, xy)$ (i.e., $f \in \mathsf{k}[x, y]/(y^2, xy))$. Show that $\Supp f$ is either the empty set, or the origin, or the entire space.
This has been asked before here and here.
I did not completely understand the answers there. (Why do they look at $A_x$?)
I have a proof of my own that I would like to get verified.
Let $A = \mathsf{k}[x, y]/(y^2, xy)$.
Recall that $\Supp f$ is a closed subset of $\Spec A$. Also recall that the primes of $\Spec A$ are of the form $[(y)]$ or $[(x - a, y)]$ for some $a \in \mathsf{k}.$ Since all ideals of the latter form contain $(y),$ they are in its closure. Thus, if $[(y)] \in \Supp f,$ then $\Supp f = \Spec A.$
The above tells us that to prove the statement, it suffices to prove the following:
Suppose $[(x - a, y)] \in \Supp f$ for some $a \in \mathsf{k}^\times.$ Then, $[(y)] \in \Supp f.$
Now, in our case, the stalks are simply localisations at those primes and the map taking a function to its germ is simply the natural localisation map. Support that we are given $f(x, y) \in A.$ Then, since we have quotient-ed out $(xy, y^2),$ we can write $f$ as \begin{equation} \tag{$*$} \label{eq} f(x, y) = g(x) + cy \end{equation} for some $c \in \mathsf{k}.$
Now, suppose that $f(x, y)$ is nonzero in the localisation at $(x - a, y)$ for $a \neq 0.$ (In other words, $[(x - a, y)] \in \Supp f.$)
Since $x \notin (x - a, y),$ we see that $x$ is a unit in the localisation. But $xy = 0$ in $A$ forces $y = 0$ in the localisation. Thus, \ref{eq} tells us that $g(x) \neq 0.$
We now claim that $[(y)] \in \Supp f$ as well.
As before, the $cy$ terms becomes $0$ in the localisation. A typical element of $A \setminus (y)$ looks like $h(x) + by$ for some $b \in \mathsf{k}$ and $h(x) \neq 0.$ Then, we have
\begin{equation*}
[h(x) + by]g(x) = h(x)g(x) + byg(0).
\end{equation*}
Since $h$ and $g$ are nonzero, we see that the above is nonzero and thus, the image of $f$ is nonzero in the localisation and $[(y)] \in \Supp f,$ as desired.
(One can check that all the three possibilities are indeed attained. Consider $0,$ $y,$ and $1$ to get the support as $\emptyset,$ $[(x, y)],$ and $\Spec A,$ respectively.)
Two questions:
- Is that correct?
- Is there something easier that I'm missing?
i.) Since $D(x) \subset \operatorname{Supp} f$, then $\operatorname{Spec} k[x, y]/(y^2, xy) = \operatorname{Supp} f \cup {(x,y)}$, but since $\operatorname{Spec} k[x, y]/(y^2, xy)$ is irreducible, then $\operatorname{Supp} f=\operatorname{Spec} k[x, y]/(y^2, xy)$.
– Juan L. Jun 08 '21 at 20:20