I am trying to understand a solution given to me. So I have to find the prime elements in $Z/12Z$.
The following is given to me:
$3$ and $9 = −3$ are prime elements since $⟨3⟩ = ⟨−3⟩$ and $Z12/⟨3⟩$ is isomorphic to $(Z/12Z)/(3Z/12Z)$ which is isomorphic to $Z/3Z$ is an integral domain.
Similarly 2, 10 = −2 are primes since Z12/⟨2⟩ is isomorphic to $(Z/12Z)/(2Z/12Z)$ which is isomorphic to $Z/2Z$.
4, 8 and 6 are not primes. Why are these elements not prime. Can't we do the same thing with 4 and 8 as well? My question would also involve if there is a more simple way to figure this out.
Let $A$ be a ring.
A simple way of checking whether an element $p\in A,$ is a prime element or not is the following: $p\in A$ is prime iff for any $a,b\in A,$ if $p\mid ab,$ then, $p\mid a$ or $p\mid b.$ (Here, I define $\alpha\mid \beta,$ for an elements $\alpha, \beta\in A,$ as equivalent to there existing a $\gamma\in A$ such that $\beta=\alpha\gamma.$)
The condition above is easily proven to be equivalent to the definition you use, which is that $A/(p)$ is an integral domain.
Now, I will do one example: $4\in \mathbb Z/12\mathbb Z$ is not prime, since $4\mid2\cdot 2,$ but $4\not\mid2.$