3

If $I$ is a maximal ideal of $R$, why is $R/I$ a field?

I'm trying to use the fact that $I$ is maximal to show that $R/I$ only have ideals $\{0\}$ and $R/I$. Can anyone help me with this method. Many thanks.

Freeman
  • 5,399
  • 5
    What if $R/I$ has an ideal $J$ which is neither ${0}$ nor $R/I$? What can you say about the preimage of $J$ in $R$? – t.b. Jan 10 '12 at 18:32
  • 3
    All you need to show is that every element of $R/I$ has a multiplicative inverse. Hint: if $[a] \neq 0$, then $a \notin I$, so $<a,I> = R$ by the maximality of $I$. – user18063 Jan 10 '12 at 18:34
  • @t.b.: So you're saying if $\bar{J}={x+I:x \in J}$ is a proper ideal in $R/I$ then $J$ is an ideal in $R$. But then as $I$ is maximal $J\subset I \Rightarrow \bar{J}=0$? – Freeman Jan 10 '12 at 18:40
  • 1
    Dear LHS: Do you know the correspondence between ideals of $R/I$ and ideals of $R$ containing $I$? (This is what t.b. is referring to.) – Pierre-Yves Gaillard Jan 10 '12 at 19:10
  • There are some good comments already. You might also want to get set in your mind, and think through, what are the ideals of a field - and also that if the only ideals of a ring are the ring itself and the trivial ideal then ... So that tells you how to identify a field by the structure of its ideals. For a general ring, how do you make a useful related field? There are various options - one of which is to "factor out" the problematic part: i.e. mod by a maximal ideal - maximality means there are no problems left. [Another way is to get rid of zero divisors and take fractions.] – Mark Bennet Jan 10 '12 at 19:57
  • @LHS After all these comments do you understand why this is the case? –  Jan 15 '12 at 18:03
  • 2
    @BenjaminLim: Yes I do, thanks so much to you all, sorry I didn't write a personal response before, I was planning on when I wasn't so snowed under, but I wanted to give you credit :) Thanks! – Freeman Jan 15 '12 at 18:40
  • @LHS Great you should now attempt the suggested exercises. –  Jan 16 '12 at 00:12
  • @LHS Perhaps a simpler problem. Why is $R/I$ an integral domain when $I$ is a prime ideal? –  Jan 17 '12 at 09:05

1 Answers1

9

I believe several people have already told you of some relation between ideals in the ring $R$ and the quotient $R/I$ of a maximal ideal $I$ in $R$. It is called the Lattice Theorem:

If $R$ is a commutative ring and $I$ an ideal of $R$, let $\phi : R \longrightarrow\!\!\!\!\!\!\!\!\to R/I$. Then there is a one-to-one order-preserving correspondence between ideals $\mathfrak{b}$ of $R$ that contain the $I$ and ideals $\mathfrak{\overline{b}}$ of $R/I$. The correspondence is given by $\mathfrak{b}$ being the inverse image of $\mathfrak{\overline{b}}$.

Now you already know that a commutative ring $R$ is a field iff it has no non-trivial ideals. So suppose that $R/I$ is not a field and $I$ a maximal ideal of $R$. Then since $R/I$ is not a field there is a proper ideal $\mathfrak{\overline{a}}$ of $R/I$. But then the inverse image of $\mathfrak{\overline{a}}$ in $R$, say $\mathfrak{a}$ must contain $I$ by the Lattice Theorem above. But then by maximality of $I$ either $\mathfrak{a} = I$ or $\mathfrak{a} = R$. This contradicts $\mathfrak{\bar{a}}$ being a proper ideal of $R/I$ so that $R/I$ is a field.

You should now attempt the following problems to strengthen your understanding of taking quotients of maximal ideals:

All rings are commutative with a unit.

1) Suppose that $R$ is a domain and $p$ a prime element of $R$. Prove that $p$ is also a prime element in $R[x]$. Hint: look at $R/(p)$.

<p>2)Atiyah - Macdonald Problem 1.12 Prove that a local ring has no non-trivial idempotents. </p>

Regards.

  • +1 In problem (1), I think you mean "... Prove that $p[x]$ is also prime in $R[x]$ ..." ($p$ is never an ideal of $R[x]$ unless $p=0$ whereas $p[x]$, the set of polynomials with coefficients in $p$, is a prime ideal of $R[x]$). Exercise 2 is an interesting exercise but its solution does not use the language of quotient rings; in fact, it seems to have very little to do with quotient rings. Did you have some solution in mind with relevance to the question? – Amitesh Datta Jan 17 '12 at 01:01
  • (I think it is a good exercise even if it is not very relevant to the question but since you included it, I thought you had something in mind [regarding its relevance to quotient rings].) – Amitesh Datta Jan 17 '12 at 01:02
  • @AmiteshDatta For problem (2) you can pass to a quotient. I have to say though that was not the way I did it. –  Jan 17 '12 at 01:06
  • @AmiteshDatta For (1) I mean to show that if $p$ is a prime in $R$, and $p |fg$ where $f,g \in R[x]$ then $p$ divides all the coefficients of $f$ or $g$. –  Jan 17 '12 at 01:09
  • @AmiteshDatta Actually I mentioned (2) so that the OP could get used to ideas with maximal ideals like if $\mathfrak{m}$ is maximal, then $( \mathfrak{m}, x)$ where $x \in R - \mathfrak{m}$ generates the whole of $R$. –  Jan 17 '12 at 01:18
  • Thank you for the clarification. OK, so in problem (2) the symbol $p$ denotes a prime element of $R$ and not a prime ideal of $R$ (it might be worthwhile clarifying this in your answer because usually "$p$ a prime in $R$" (in commutative algebra) means that "$p$ is a prime ideal in $R$"; on the other hand, the statement "$p$ a prime element in $R$" is unambiguous). – Amitesh Datta Jan 17 '12 at 01:57
  • In the solution to problem (2), there does not seem to be any need to use the fact that $(m,x)=R$ if $x\in R-\cal m$; indeed, this fact [$(m,x)=R$ if $x\in R-\cal m$] is true for all maximal ideals $m$ of any commutative ring $R$ and is not a property special to unique maximal ideals of local rings. The solution is rather an immediate consequence of the fact that every $x\in R-\cal m$ is a unit of $R$ (if $R$ is a local ring). – Amitesh Datta Jan 17 '12 at 02:02
  • @AmiteshDatta Sorry for causing the confusion! I should have written prime element. As for the solution of (2), I agree one does not need to use the fact I stated. However what is useful is to look at an element in the complement and ideal generated by it. –  Jan 17 '12 at 02:05
  • 1
    Thanks for the clarification! No need to apologize, it is just a minor notational point; in any case, the exercises are interesting and the answer is very informative (I upvoted the answer as I mentioned in my first comment). – Amitesh Datta Jan 17 '12 at 02:10