Let $R$ be an integral domain, I want to know the condition for $n,m$ when $(x^n - y^m)$ is a prime ideal in the ring $R[x,y]$.
The followings are my trial
Since $R$ is an integral domain, $R[t]$ is also integral domain. I can define ring homomorphism $\Psi : R[x,y] \rightarrow R[t]$ such that $x \mapsto t^m, y\mapsto t^n$. And if I can make $\operatorname{Ker}(\Psi) = (x^n -y^m)$ then it is done via 1st isomorphism theorem with $R[t]$ is an integral domain.
So my problem changed to find the condition of $\operatorname{ker}(\Psi) = (x^n -y^m)$.
One direction is easy. $\Psi(x^n - y^m) = (t^m)^n - (t^n)^m =0$. The other directions seems unclear to me. i.e., I want to find the condition $\operatorname{ker}(\Psi) \subset (x^n -y^m)$.
I know $(x^3-y^2)$ is a prime ideal so it seems $(n,m)=1$.. but not sure of proving this in general.