1

Let $R$ be a ring. Show that R is a field if and only if $\{ 0 \}$ is the unique maximal ideal of $R$. Thank you

2 Answers2

3

Let $I$ be an ideal properly containing $\{0\}$. That is, there is a nonzero element $a\in I$. By definition of an ideal, also $1=a^{-1}a\in I$, so $I=(1)=F$.

1

With a few small pieces, you can make quick work of this proof:

  • An ideal is proper if and only if it does not contain a unit.
  • Given any $a \in R$, we may define the (left-)ideal "generated by $a$" to be given by $$ \langle a\rangle = \{ra:r \in R\} $$
  • If $I$ is an ideal, then $a\in I \implies \langle a \rangle \subset I$.

All of these ideas should be explicitly outlined in your textbook at some point. Note that if $a$ is not a unit, $\langle a \rangle \neq R$ (why)?

Ben Grossmann
  • 225,327