I am trying to solve the following exercise.
Assume that $m$ and $n$ are co-prime positive integers, and that $k$ is a field. Prove that the ideal generated by $x^{m} - {y^n}$ is a prime ideal in $k[x,y]$.
I tried the following approach : Consider the ring homomorphism ${\varphi}:k[x,y]\rightarrow{k[t]}$ defined by $\varphi(x) = t^n$, and $\varphi(y) = t^m$, and extend $\varphi$ to $k[x,y]$ to ensure that it is a ring homomorphism. Then the ideal $(x^m - y^n)$ is clearly contained in the kernel of $\varphi$. It remains to prove the reverse set inclusion. i.e. to prove that this ideal is exactly equal to the kernel of $\varphi$. I don't know how to go about this!
See this answer and adapt it (when $\gcd(n,m)=1$) to show $$\phi : k[x,y]/(y^n-x^m) \to k[t^n,t^m], \qquad \phi(f(x,y))= f(t^n,t^m)$$ is an isomorphism, with inverse homomorphism $\phi^{-1}(f(t^n,t^m)) = f(x,y)+(y^n-x^m)$ which is well-defined because $t^{an+bm} = t^{a'n+bm'} \implies n(a-a') = cnm = m(b'-b)$ so that $ x^{a}y^{b}-x^{a'}y^{b'} = x^{a'}y^{b}(x^{cm}-y^{cn}) \in (y^n-x^m)$ .
Since $k[t^n,t^m]$ is an integral domain, $k[x,y]/(y^n-x^m)$ is an integral domain and $(y^n-x^m)$ is a prime ideal of $k[x,y]$
Otherwise I have this solution using the splitting field.
Let $S = k(\zeta_n)(x)$. Factorizing $y^n-x^m \in S[y]$ in its splitting field : $$y^n-x^m = \prod_{k=1}^n (y-\zeta_n^k \sqrt[n]{x^m}).$$ Thus the minimal polynomial of $\sqrt[n]{x^m}$ over $S$ is of the form $P(y)=\prod_{k \in E} (y-\zeta_n^k \sqrt[n]{x^m})$ for some $E \in \{1 \ldots n\}$.
$P(0) =(-1)^{|E|} \zeta_n^l (\sqrt[n]{x^m})^{|E| } \in S$. Since $\gcd(n,m)=1$, $n$ is the least natural number such that $(\sqrt[n]{x^m})^r \in S$, therefore $|E| = n$, $y^n-x^m$ is irreducible and $(y^n-x^m)$ is a prime (maximal) ideal of $S[y]$, and hence $(y^n-x^m) \cap k[x,y]$ is a prime ideal of $k[x,y] \subset S[y]$.