Specifically, I'm working on the following problem:
Let $I$ be an ideal in the ring $\mathbb{Z}[x]$ generated by $5$ and $x^3+x+1$. Is $I$ a prime ideal? Prove or disprove.
I believe $I$ is prime, but I don't have any strong intuition as to why. It seems like it should be because $5$ is prime and $x^3+x+1$ is irreducible in $\mathbb{Z}$, but I don't know of any results that guarantee this. So I could try to do a direct proof using the definition of prime ideal: Suppose $ab\in I$ and show that $a\in I$ or $b\in I$, or the contrapositive; suppose $a,b\notin I$ and show that $ab\notin I$ (or even use these to show $I$ is not prime). But I'm not sure how to use either of these directions because $\mathbb{Z}[x]$ is the ring of polynomials with integer coefficients and powers of $x^3+x+1$ can give terms of any desired degree.
Thus, my inclination is to try to use the first isomorphism theorem and the fact that $I$ is prime if and only if $\mathbb{Z}[x]/I$ is an integral domain. $I$ is certainly the kernel of some homomorphism. So if I can explicitly define some map $\Phi:\mathbb{Z}[x]\rightarrow S\subseteq R$ such that $R$ is an integral domain and $\ker(\Phi)=I$, then the desired result will follow.
Specifically, my questions are as follows:
- Is there a "quick" way to look at an ideal like this and decide if it's prime or not?
- Is a direct proof using the definition of prime ideal feasible here and if so, how?
- Regardless of if a direct proof is feasible, how can I complete the argument using the first isomorphism theorem (assuming $I$ is in fact prime)?
It is clearest if we construct the isomorphism in stages. There is the natural surjective map $$ \mathbb{Z}[x] \to \mathbb{Z}_5[x] $$ with kernel $(5)$, thus giving $$ \mathbb{Z}[x]/(5) \cong \mathbb{Z}_5[x] $$ by the 1st isomorphism theorem. Similarly, there is the surjective map $$ \mathbb{Z}_5[x] \to \mathbb{Z}_5[x]/(x^3+x+1) $$ with kernel $(x^3+x+1)$. Using our first isomorphism, we can write $$ \mathbb{Z}_5[x]/(x^3+x+1) \cong (\mathbb{Z}[x]/(5))/(x^3+x+1) \cong \mathbb{Z}[x]/(5, x^3+x+1) = \mathbb{Z}[x]/I $$ where we have subtly used the third isomorphism theorem. As noted in the comments, $\mathbb{Z}_5[x]/(x^3+x+1)$ is an integral domain (and a field), thus so is $\mathbb{Z}[x]/I$. Hence $I$ is prime in $\mathbb{Z}[x]$.