Prime and Maximal Ideals

4 min read

Consider the natural numbers N\mathbb{N} and order them by divisibility: aba \leq b whenever bb divides aa. For example if I give you the set of numbers 6,12,18,24,30{6,12,18,24,30} Then the "largest" number in terms of divisibility is 66.

This ordering may seem strange; did we just reverse the "usual" ordering on natural numbers? Not quite. While for any a,bNa,b \in \mathbb{N} at least one of aba \leq b or bab \leq a is true, if we consider the numbers 77 and 1010 under divisibility ordering we see that neither 7107 \mid 10 nor 10710 \mid 7. This difference is why we call divisibility a partial ordering (not every pair of elements are comparable) while the usual order is a total ordering.

Maximal elements, that is elements mm where for any comparable aa we have ama \leq m, become much more interesting in this new ordering. In fact, if we exclude 11 from the natural numbers, we get:

Proposition: Under divisibility ordering, the maximal elements of N{1}\mathbb{N} \setminus \{1\} are prime.

Proof: Since nmn \leq m means that mm divides nn, a non-maximal nn is not prime. Conversely, if mm is maximal then there doesn't exist any nn such that mnm \leq n. In other words, mm has no divisors hence mm is prime. \square

Generalizing to Rings

The above divisibility relation is kind of strange: under divisibility ordering aba \leq b means that aba \mid b, but this menas that bb is a multiple of aa so under the "usual" ordering aba \geq b!

The reason why we reversed the ordering is because this relationship is because in the context of subrings ordered by inclusion, the maximal elements are prime.

To make the generalization, for nNn \in \mathbb{N} consider the set consisting of multiples of nn nZ=nr:rZn \mathbb{Z} = {n r : r \in \mathbb{Z}} It's obvious this is a subset of the ring Z\mathbb{Z}, and it's not hard to see that in fact this is an ideal.

If mnm \mid n, then n=mpn = m p for some pZp \in \mathbb{Z} and hence xnZ    rZ:x=nr    x=m(pr)mZx \in n \mathbb{Z} \implies \exists r \in \mathbb{Z} : x = n r \implies x = m (p r) \in m \mathbb{Z} so we have the containment mZnZm \mathbb{Z} \subset n \mathbb{Z}. Letting \leq denote partial ordering under inclusion, we get that mn    mZnZm \mid n \iff m \mathbb{Z} \leq n \mathbb{Z}.

The motivation section's result can now be stated in its full generality:

Theorem: Let RR be a commutative ring with identity, and let MRM \trianglelefteq R be a maximal proper ideal. Then MM is prime.

Proof: Suppose x,yRx,y \in R, and xyMxy \in M. Towards contradiction, suppose neither x∉Mx \not\in M nor y∉My \not\in M. Then by maximality of MM, (x)+M=R=(y)+M(x) + M = R = (y) + M So 1=ax+m1=by+m21 = a x + m_1 = b y + m_2 for some a,bRa,b \in R. Consider the product 11=(ax+m1)(by+m2)=abxyM+axm2+bym1+m1m21 \cdot 1 = (a x + m_1)(b y + m_2) = a b \underbrace{x y}_{\in M} + a x m_2 + b y m_1 + m_1 m_2 Since MM is an ideal, all the summands are M\in M hence we have 1M1 \in M. But if an ideal contains 11, then R1=RMR \cdot 1 = R \subset M, contradicting that MM is a proper ideal. \square

Another application of the proof technique

The skeleton for the proof technique we used above goes something like:

  • Assume towards contradiction that MM is not prime, and let xyMxy \in M be a witness
  • Use maximality of MM to argue that elements not originally in MM (and whose product should not be either) are in (x)+M(x) + M and (y)+M(y) + M
  • Since we assumed xyMxy \in M, multiply the elements together
  • Show that this product is in MM, yielding a contradiction

It turns out, mixing maximality and primality in can get us pretty far. Here's an important result from algebraic geometry:

Theorem: The intersection of all prime ideals of a ring RR is the set of the nilpotent elements of RR. That is: pRp primep={rR:rn=0 for some n1}\bigcap_{\substack{\mathfrak{p} \trianglelefteq R \\ \mathfrak{p}~\text{prime}}} \mathfrak{p} = \{ r \in R : r^n = 0~\text{for some}~n \geq 1\}

Proof: If rr is nilpotent, then rn=0pr^n = 0 \in \mathfrak{p} because every ideal contains 00. But since p\mathfrak{p} is prime, r=rrn1pr = r r^{n-1} \in \mathfrak{p} means that either rpr \in \mathfrak{p} (done) or rn1pr^{n-1} \in \mathfrak{p} (induct).

In the other direction, suppose rr is not nilpotent so all of its powers are non-zero. Consider the set of ideals of RR which don't contain any power of rr S={IR:{rn:n1}I=}S = \{I \trianglelefteq R : \{r^n : n \geq 1 \} \cap I = \emptyset \} Clearly (0)S(0) \in S, so SS is non-empty. We'd like to select a maximal element of SS ordered by inclusion, but the problem is that there could be infinitely many ideals which satisfy this.

To make this maneuver sound, we will appeal to Zorn's Lemma. Partially ordering SS by inclusion, let (Iα)αA(I_\alpha)_{\alpha \in A} be an ascending chain in SS. Consider I=αIαI = \cup_\alpha I_\alpha. It's not hard to show that II is an ideal (exercise: prove this, since unions of ideals are not always ideals you will need the fact that this is an ascending chain). Moreover, as a union of sets not containing powers of rr, II contains no power of rr. Hence, ISI \in S is an upper bound for this chain. This checks the conditions for Zorn's lemma, so we may conclude there exists a maximal MSM \in S.

Now we apply the skeleton from before to prove MM is prime. Suppose otherwise, and let xyMxy \in M but x∉Mx \not\in M and y∉My \not\in M. By maximality, neither (x)+M(x) + M nor (y)+M(y) + M are in SS, so both must contain powers of rr i.e. rn=ax+m1andrm=by+m2r^n = a x + m_1 \qquad\text{and}\qquad r^m = b y + m_2 Multiplying rn+m=abxy+axm2+bym1+m1m2r^{n+m} = ab x y + a x m_2 + b y m_1 + m_1 m_2 Since MM is an ideal, the right-hand side is in MM. But this means that rm+nMr^{m+n} \in M, contradicting the fact that MSM \in S means that it doesn't contain any powers of rr!

Hence, MM is a prime ideal containing no powers of rr.

\square