I am working on the following problem and am a little stuck on part c). Also if you could verify my other parts, it would be much appreciated.
Edit update: I have figured out part c) and am now struggling with part d).
The goal of this problem is to compute in $\mathbb{A}^2$ the set of zeros of an ideal generated by two irreducible polynomials.
Suppose $k$ is a field and $f$ and $g$ are irreducible polynomials that do not divide each other.
a) Show that if $(f,g)=(1)$, then $\mathcal{Z}((f,g)) = \emptyset$.
My Answer:
Assume the hypothesis. Recall $(1)=\{h\cdot 1|h\in k[x,y]\}=k[x,y]$ and $$ \mathcal{Z}((f,g))=\mathcal{Z}((1))=\{(x,y)\in\mathbb{A}^2\text{ }|\text{ }h(x,y)=0\hspace{3mm}\forall\text{ } h\in (1)\}. $$ Consider $h(x,y)=1\in k[x,y]$. Notice $h(x,y)$ has no zeros. Therefore there does not exist any $(x,y)\in\mathbb{A}^2$ where $h(x,y)=0$ for all $h\in k[x,y]$. Thus $\mathcal{Z}((f,g))=\emptyset$. Done.
b) Assume now $(f,g) \neq (1)$. Consider the ring $R = k[x]$ and $F$ its field of fractions. Apply Gauss lemma (and explain why it is correct to use this lemma) to conclude that $f$ and $g$ are relatively prime in $F[y]$.
My Answer:
Assume the hypothesis. Let $R=k[x]$ and let $F$ be its field of fractions. Because $k$ is a field, we know $R=k[x]$ is a Euclidean Domain. Then $R=k[x]$ is a unique factorization domain (UFD). Therefore we can apply Gauss' lemma. We want to show $f$ and $g$ are relatively prime in $F[y]$.
Notice $R[y]=k[x][y]=k[x,y]$ and $F[y]$ is its field of fractions. Because $f$ and $g$ are irreducible polynomials in $k[x,y]=R[y]$, we know $f$ and $g$ are irreducible in $F[y]$ by Gauss' lemma.
By definition $F[y]$ is a field, then $F[y]$ is a principle ideal domain (PID). By a proposition, we know every nonzero element in a PID is prime $\Leftrightarrow$ it is irreducible. Therefore $f$ and $g$ are prime in $F[y]$. Since $f$ and $g$ do not divide each other, we know $\gcd(f,g)=1$ in $F[y]$.
Thus $f$ and $g$ are relatively prime in $F[y]$. Done.
c) Using b) show that there is a nonzero polynomial in $k[x]$ that is contained in the ideal $(f,g)$.
My Attempt:
Assume the hypothesis. By definition $F[y]$ is a field, then $F[y]$ is a Euclidean Domain. Because $f,g$ are nonzero elements in $F[y]$ and because $f,g$ are relatively prime by part b), we know $(f,g)=(1)$ by a theorem. In particular, there exists $s,t\in F[y]$ such that $$ 1=fs+gt. $$ Note $k[x]\subseteq k[x,y]\subseteq F[y]$. Now we need to find a nonzero polynomial in $k[x]$ that is contained in $(1)=\{1\cdot h\text{ }|\text{ }h\in F[y]\}$.
Here is where I get stuck. I thought about considering the cases when $a,b\in k[x]$ and when $s,t\notin k[x]$. But the problem is I don't know that $f,g\in k[x]$ because of my containment statement above. Any ideas on how to proceed would be much appreciated.
Addition after hint:
Notice $k[x]\subseteq R[y]=k[x][y]=k[x,y]\subseteq F[y]$. Therefore any polynomial in $k[x]$ will be contained in the ideal $(f,g)=F[y]$. Consider $s,t\in F[y]$. Notice \begin{eqnarray} s&=& j_n y^n + j_{n-1}y^{n-1}+\cdots + j_1 y + j_0 \end{eqnarray} and \begin{eqnarray} t&=& h_m y^m + h_{m-1}y^{m-1}+\cdots + h_1 y + h_0 \end{eqnarray} where $j_i\in F$ and $h_l\in F$ for all $i\in\{0,\ldots,n\}$ and for all $l\in\{0,\ldots,m\}$. Then for all $i$ and $l$, \begin{eqnarray} j_i = \frac{a_i}{b_i}\hspace{5mm}\text{and}\hspace{5mm}h_l = \frac{c_l}{d_l} \end{eqnarray} where $a_i,b_i,c_l,d_l\in R=k[x]$ such that $b_i,d_l\geq 0$. Let $b=lcm(b_i)$ and $d=lcm(d_l)$. Notice $b$ and $d$ are nonzero. Now let $e=lcm(b,d)$. Notice $e$ is nonzero. Consider \begin{eqnarray} e(1=fs+gt)\\ e=esf+egt \end{eqnarray} By our choice of $e$, we have $es,eg\in k[x,y]$ because $e$ cancels all the denominators in the $j_n$ and $h_m$ coefficients of $s$ and $t$. Therefore $e$ is a nonzero polynomial of $k[x]$ that is contained in the ideal of $(f,g)$ in $k[\mathbb{A}^2]$. Done.
d) Conclude from the above that in $\mathbb{A}^2$: $$\mathcal{Z}((f,g))=\emptyset \mbox{ or finite.}$$
My Attempt:
Assume hypothesis. Suppose $(f,g)=(1)$ in $\mathbb{A}^2$. Then from part a), we know $\mathcal{Z}((f,g))=\mathcal{Z}((1))=\emptyset$.
Suppose $(f,g)\neq(1)$ in $\mathbb{A}^2$. Then by part c), we know there exists a nonzero polynomial in $k[x]$ that is contained in the ideal $(f,g)$.
Stuck here now... Thanks for taking the time to help me.