3

Let $k$ be an algebraically closed field and let $\ Y\subset \mathbb{A}^n(k)$ be the curve given parametrically by $x=t^3, y=t^4,z=t^5$

I want to show

(i) $I(Y)$ is a prime ideal of height 2

(ii) $I(Y)$ cannot be generated by 2 elements

Since $I(Y)$ is kernel of the homomorphism sending $x\mapsto t^3,y\mapsto t^4,z\mapsto t^5$ into the integral domain $k[t]$, $I(Y)$ must be prime. And since we can consider $k\subset k[x,y,z]/I(Y)\subset k[t]$, by considering transcendence degree we have $\dim(k[x,y]/I(Y))=1$ and hence the height of $I(Y)$ equals 2.

Now I want to prove the second statement. I guess $I(Y)=\left<x^4-y^3,x^5-z^3,y^5-z^4\right>$, but I don't know how to prove it (although one inclusion is obvious), and I don't know how to use this "result" to prove (ii).

Any help or hints are appreciated, thank you!

user26857
  • 52,094
chan kifung
  • 1,302

1 Answers1

1

As you wrote on the comment section, $I(Y) = \left<x^2y - z^2, y^2 - xz, x^3 -yz\right>$.

You can prove it using the following result: Given a monomial order in $k[x,y,z]$, and $g,f_1,f_2,...,f_k \in k[x,y,z]$, there are $q_1,...,q_k,r \in k[x,y,z]$ such that $g = q_1f_1 + \cdots + q_kf_k + r$ and the leading monomials of the $f_i$ do not divide any of the monomials of $r$.
PS: this writing is not unique!

Using the equality above, assume that $I(Y) = \left<p,q\right>$, where $ p,q \in k[x,y,z]$.

Note that the only polynomial of degree 2 in $I(Y)$ is $y^2-xz$ and the only ones with degree 3 are $x^2y-z^2, x^3-yz$ and $\alpha (y^2-xz)$ where $\alpha$ has degree 1. Also, there are no polynomials of degree 1 in $I(Y)$. Thus we can assume that $q = y^2-xz$ and that $p$ has degree 3. We can also assume that $p$ has no monomials of degree 2 other than $z^2$ and $yz$ (why?).

Therefore, we have shown that the $k$-subspace generated by $x^2y-z^2, x^3-yz$ and $y^2-xz$ is also generated by $p$ and $q$ which is not possible since the former are linear independent over $k$. Thus $I(Y)$ cannot be generated by two elements.

user26857
  • 52,094
Garcez
  • 144
  • 6