In a principal ideal domain, prove that every non trivial prime ideal is a maximal ideal
Attempt: Let $R$ be the principal ideal domain. A principal ideal domain $R$ is an integral domain in which every ideal $A$ is of the form $\langle a \rangle = \{ar~~ | ~~r \in R\}$
Let $ \langle a \rangle $ be a prime ideal $\implies R/A $ is an integral domain.
A finite integral domain is a field . Hence, if we prove that $R/A$ is finite, then $R/A$ is a field $\implies A$ is a maximal ideal.
Now, $\langle a \rangle = \{ar~~ | ~~r \in R\}$
Since, R is an integral domain, there are no zero divisors and cancellation is allowed $\implies ar_1 = ar_2 \implies r_1=r_2 \implies ar_i$ maps to a different member of $R$ for each different $r_i \implies \langle a \rangle$ represents the elements of $R$ in some random order.
$\implies \langle a \rangle = R$ and hence, $R/A \approx {0}$ is finite and hence $A$ is maximal.
Is my attempt correct?
$$\begin{cases}f_a: R\to R \ r\mapsto ra\end{cases}$$ is bijective just because it is injective (domain implies injective). In fact, injective implies bijective if $R$ is finite, but not all integral domains are finite, take $\Bbb Z$, look at the multiplication by $2$ map, you get all the even numbers, but it clearly does not permute the elements bijectively.
– Adam Hughes Jul 12 '14 at 18:08