I am trying to solve the following exercise:
Find the Zariski-closure of the set $\{(a^2,a^3,a^4)|a \in \mathbb{C}\} \subset \mathbb{C}^3$.
Let's call the set above $A$.
Now, my original idea was to look at the morphism $\varphi:\mathbb{C} \to \mathbb{C}^3$ defined explicitly by $a \mapsto (a^2,a^3,a^4)$ which induces a $\mathbb{C}$-algebra homomorphism $\phi:\mathbb{C}[x,y,z] \to \mathbb{C}[u]$ explicitly defined by $x \mapsto u^2,y \mapsto u^3,z \mapsto u^4$. We note that $\text{Im}(\varphi) = \{(a^2,a^3,a^4) | a \in \mathbb{C}\} = A$, and by theorem 15.2.16 in Dummit & Foote (3rd edition) we know that the kernel of $\phi$ is $I(\text{Im}(\varphi))$ and hence that the zero-set of the kernel of $\phi$ is the zariski-closure of $A$.
Now by theorem 15.1.8 in Dummit & Foote, adapted to the current setting, we have the following proposition: Let $R = \mathbb{C}[x,y,z,u]$ with the monomial ordering $u > x > y > z$ and let $\mathcal{A}$ be the ideal generated by $x-u^2,y-u^3,z-u^4$. Let $G$ be the reduced gröbner basis for $\mathcal{A}$ with respect to the given monomial ordering. Then we find that $\text{ker} \ \phi = \mathcal{A} \cap \mathbb{C}[x,y,z]$ and that the elements of $G$ in $\mathbb{C}[x,y,z]$ generate $\text{ker} \ \phi$.
Now, if we set $g_1 = x-u^2,g_2 = y-u^3,g_3 = z-u^4$ we have $\mathcal{A} = (g_1,g_2,g_3)$.
Applying the buchberger algorithm, we immedietaly find that $$S(g_1,g_2) = y-xu \equiv 0 \ \text{mod} \ \ \mathcal{A}, S(g_1,g_3) = z -xu^2 \equiv 0 \ \text{mod} \ \mathcal{A},S(g_2,g_3) = z-yu \equiv 0 \ \text{mod} \ \mathcal{A}.$$
Now, here I am stuck and don´t know what to do. What I want to do is to find a reduced gröbner-basis, but according to buchbergers algorithm I am done. How does one proceed to find the reduced gröbner-basis; is there a general algorithm? Or is there another way to solve this that does not use a gröbner-basis?
(I´d be more happy to receive a hint than a full solution).
A similar computation is done here, but I don´t know exactly how they arrive at $x^3-y^2$ by the way of computing the reduced gröbner-basis, since this is not spelled out in detail:
Edit: More detailed calculation of the buchberger algorithm:
Fixing the monomial order $u > x > y > z$ we have that $\text{LT}(g_1) = -u^2$, $\text{LT}(g_2) = -u^3$ and $\text{LT}(g_3) = -u^4$. We then have that $\text{LCM}(\text{LT}(g_1),\text{LT}(g_2)) = u^3, \text{LCM}(\text{LT}(g_1),\text{LT}(g_3)) = u^2$ and $\text{LCM}(\text{LT}(g_2),\text{LT}(g_3)) = u^4$. Then one finds that $$S(g_1,g_2) = \frac{u^3}{-u^2}(x-u^2)-\frac{u^4}{-u^3}(y-u^3) = -u(x-u^2)+(y-u^3) = y-ux$$ and similar computations for $S(g_1,g_3)$ and $S(g_2,g_3)$ gives us the result.
$\underline{Note}$: the $\text{LCM}$ here is the monic $\text{LCM}$.
I will write out a more detailed calculation in my post, please (meant sincerely, not ironically) point out where I am wrong.
– Ben123 Jan 07 '24 at 06:56