Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132928 views
License: OTHER
Kernel:
%%html <link href="http://mathbook.pugetsound.edu/beta/mathbook-content.css" rel="stylesheet" type="text/css" /> <link href="https://aimath.org/mathbook/mathbook-add-on.css" rel="stylesheet" type="text/css" /> <style>.subtitle {font-size:medium; display:block}</style> <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin,latin-ext" rel="stylesheet" type="text/css" /><!-- Hide this cell. --> <script> var cell = $(".container .cell").eq(0), ia = cell.find(".input_area") if (cell.find(".toggle-button").length == 0) { ia.after( $('<button class="toggle-button">Toggle hidden code</button>').click( function (){ ia.toggle() } ) ) ia.hide() } </script>

Important: to view this notebook properly you will need to execute the cell above, which assumes you have an Internet connection. It should already be selected, or place your cursor anywhere above to select. Then press the "Run" button in the menu bar above (the right-pointing arrowhead), or press Shift-Enter on your keyboard.

ParseError: KaTeX parse error: \newcommand{\lt} attempting to redefine \lt; use \renewcommand

Section16.3Ring Homomorphisms and Ideals

In the study of groups, a homomorphism is a map that preserves the operation of the group. Similarly, a homomorphism between rings preserves the operations of addition and multiplication in the ring. More specifically, if RR and SS are rings, then a is a map ϕ:RS\phi : R \rightarrow S satisfying

ϕ(a+b)=ϕ(a)+ϕ(b)ϕ(ab)=ϕ(a)ϕ(b)\begin{align*} \phi( a + b ) & = \phi( a ) + \phi(b)\\ \phi( a b ) & = \phi( a ) \phi(b) \end{align*}

for all a,bR.a, b \in R\text{.} If ϕ:RS\phi : R \rightarrow S is a one-to-one and onto homomorphism, then ϕ\phi is called an of rings.

The set of elements that a ring homomorphism maps to 00 plays a fundamental role in the theory of rings. For any ring homomorphism ϕ:RS,\phi : R \rightarrow S\text{,} we define the of a ring homomorphism to be the set

kerϕ={rR:ϕ(r)=0}.\begin{equation*} \ker \phi = \{ r \in R : \phi( r ) = 0 \}. \end{equation*}
Example16.20

For any integer nn we can define a ring homomorphism ϕ:ZZn\phi : {\mathbb Z} \rightarrow {\mathbb Z}_n by aa(modn).a \mapsto a \pmod{n}\text{.} This is indeed a ring homomorphism, since

ϕ(a+b)=(a+b)(modn)=a(modn)+b(modn)=ϕ(a)+ϕ(b)\begin{align*} \phi( a + b ) & = (a + b) \pmod{n}\\ & = a \pmod{n} + b \pmod{n}\\ & = \phi( a ) + \phi(b) \end{align*}

and

ϕ(ab)=ab(modn)=a(modn)b(modn)=ϕ(a)ϕ(b).\begin{align*} \phi( a b ) & = ab \pmod{n}\\ & = a \pmod{n}\cdot b \pmod{n}\\ & = \phi( a ) \phi(b). \end{align*}

The kernel of the homomorphism ϕ\phi is nZ.n {\mathbb Z}\text{.}

Example16.21

Let C[a,b]C[a, b] be the ring of continuous real-valued functions on an interval [a,b][a,b] as in Example 16.5. For a fixed α[a,b],\alpha \in [a, b]\text{,} we can define a ring homomorphism ϕα:C[a,b]R\phi_{\alpha} : C[a, b] \rightarrow {\mathbb R} by ϕα(f)=f(α).\phi_{\alpha} (f ) = f( \alpha)\text{.} This is a ring homomorphism since

ϕα(f+g)=(f+g)(α)=f(α)+g(α)=ϕα(f)+ϕα(g)ϕα(fg)=(fg)(α)=f(α)g(α)=ϕα(f)ϕα(g).\begin{gather*} \phi_{\alpha}( f + g ) = (f + g)( \alpha) = f(\alpha) + g(\alpha) = \phi_{\alpha}( f ) + \phi_{\alpha}(g )\\ \phi_{\alpha}( f g ) = (f g)( \alpha) = f(\alpha) g(\alpha) = \phi_{\alpha}( f ) \phi_{\alpha}(g ). \end{gather*}

Ring homomorphisms of the type ϕα\phi_{\alpha} are called .

In the next proposition we will examine some fundamental properties of ring homomorphisms. The proof of the proposition is left as an exercise.

Proposition16.22

Let ϕ:RS\phi : R \rightarrow S be a ring homomorphism.

  1. If RR is a commutative ring, then ϕ(R)\phi(R) is a commutative ring.

  2. ϕ(0)=0.\phi( 0 ) = 0\text{.}

  3. Let 1R1_R and 1S1_S be the identities for RR and S,S\text{,} respectively. If ϕ\phi is onto, then ϕ(1R)=1S.\phi(1_R) = 1_S\text{.}

  4. If RR is a field and ϕ(R){0},\phi(R) \neq \{ 0 \}\text{,} then ϕ(R)\phi(R) is a field.

In group theory we found that normal subgroups play a special role. These subgroups have nice characteristics that make them more interesting to study than arbitrary subgroups. In ring theory the objects corresponding to normal subgroups are a special class of subrings called ideals. An in a ring RR is a subring II of RR such that if aa is in II and rr is in R,R\text{,} then both arar and rara are in I;I\text{;} that is, rIIrI \subset I and IrIIr \subset I for all rR.r \in R\text{.}

Example16.23

Every ring RR has at least two ideals, {0}\{ 0 \} and R.R\text{.} These ideals are called the .

Let RR be a ring with identity and suppose that II is an ideal in RR such that 11 is in I.I\text{.} Since for any rR,r \in R\text{,} r1=rIr1 = r \in I by the definition of an ideal, I=R.I = R\text{.}

Example16.24

If aa is any element in a commutative ring RR with identity, then the set

a={ar:rR}\begin{equation*} \langle a \rangle = \{ ar : r \in R \} \end{equation*}

is an ideal in R.R\text{.} Certainly, a\langle a \rangle is nonempty since both 0=a00 = a0 and a=a1a = a1 are in a.\langle a \rangle\text{.} The sum of two elements in a\langle a \rangle is again in a\langle a \rangle since ar+ar=a(r+r).ar + ar' = a(r + r')\text{.} The inverse of arar is ar=a(r)a.-ar = a (-r) \in \langle a \rangle\text{.} Finally, if we multiply an element araar \in \langle a \rangle by an arbitrary element sR,s \in R\text{,} we have s(ar)=a(sr).s(ar) = a(sr)\text{.} Therefore, a\langle a \rangle satisfies the definition of an ideal.

If RR is a commutative ring with identity, then an ideal of the form a={ar:rR}\langle a \rangle = \{ ar : r \in R \} is called a .

Theorem16.25

Every ideal in the ring of integers Z{\mathbb Z} is a principal ideal.

Proof

The zero ideal {0}\{ 0 \} is a principal ideal since 0={0}.\langle 0 \rangle = \{ 0 \}\text{.} If II is any nonzero ideal in Z,{\mathbb Z}\text{,} then II must contain some positive integer m.m\text{.} There exists a least positive integer nn in II by the Principle of Well-Ordering. Now let aa be any element in I.I\text{.} Using the division algorithm, we know that there exist integers qq and rr such that

a=nq+r\begin{equation*} a = nq + r \end{equation*}

where 0r<n.0 \leq r \lt n\text{.} This equation tells us that r=anqI,r = a - nq \in I\text{,} but rr must be 00 since nn is the least positive element in I.I\text{.} Therefore, a=nqa = nq and I=n.I = \langle n \rangle\text{.}

Example16.26

The set nZn {\mathbb Z} is ideal in the ring of integers. If nana is in nZn{\mathbb Z} and bb is in Z,{\mathbb Z}\text{,} then nabnab is in nZn {\mathbb Z} as required. In fact, by Theorem 16.25, these are the only ideals of Z.{\mathbb Z}\text{.}

Proposition16.27

The kernel of any ring homomorphism ϕ:RS\phi : R \rightarrow S is an ideal in R.R\text{.}

Proof

We know from group theory that kerϕ\ker \phi is an additive subgroup of R.R\text{.} Suppose that rRr \in R and akerϕ.a \in \ker \phi\text{.} Then we must show that arar and rara are in kerϕ.\ker \phi\text{.} However,

ϕ(ar)=ϕ(a)ϕ(r)=0ϕ(r)=0\begin{equation*} \phi(ar) = \phi(a) \phi(r) = 0 \phi(r) = 0 \end{equation*}

and

ϕ(ra)=ϕ(r)ϕ(a)=ϕ(r)0=0.\begin{equation*} \phi(ra) = \phi(r) \phi(a) = \phi(r)0 = 0. \end{equation*}
Remark16.28

In our definition of an ideal we have required that rIIrI \subset I and IrIIr \subset I for all rR.r \in R\text{.} Such ideals are sometimes referred to as . We can also consider ; that is, we may require only that either rIIrI \subset I or IrIIr \subset I for rRr \in R hold but not both. Such ideals are called and , respectively. Of course, in a commutative ring any ideal must be two-sided. In this text we will concentrate on two-sided ideals.

Theorem16.29

Let II be an ideal of R.R\text{.} The factor group R/IR/I is a ring with multiplication defined by

(r+I)(s+I)=rs+I.\begin{equation*} (r + I)(s + I) = rs + I. \end{equation*}
Proof

We already know that R/IR/I is an abelian group under addition. Let r+Ir+I and s+Is +I be in R/I.R/I\text{.} We must show that the product (r+I)(s+I)=rs+I(r + I)(s + I) = rs + I is independent of the choice of coset; that is, if rr+Ir' \in r+I and ss+I,s' \in s+I\text{,} then rsr's' must be in rs+I.rs+I\text{.} Since rr+I,r' \in r+I\text{,} there exists an element aa in II such that r=r+a.r' = r + a\text{.} Similarly, there exists a bIb \in I such that s=s+b.s' = s + b\text{.} Notice that

rs=(r+a)(s+b)=rs+as+rb+ab\begin{equation*} r' s' = (r+a)(s+b) = rs + as + rb + ab \end{equation*}

and as+rb+abIas + rb + ab \in I since II is an ideal; consequently, rsrs+I.r' s' \in rs + I\text{.} We will leave as an exercise the verification of the associative law for multiplication and the distributive laws.

The ring R/IR/I in Theorem 16.29 is called the or . Just as with group homomorphisms and normal subgroups, there is a relationship between ring homomorphisms and ideals.

Theorem16.30

Let II be an ideal of R.R\text{.} The map ϕ:RR/I\phi : R \rightarrow R/I defined by ϕ(r)=r+I\phi( r ) = r + I is a ring homomorphism of RR onto R/IR/I with kernel I.I\text{.}

Proof

Certainly ϕ:RR/I\phi : R \rightarrow R/I is a surjective abelian group homomorphism. It remains to show that ϕ\phi works correctly under ring multiplication. Let rr and ss be in R.R\text{.} Then

ϕ(r)ϕ(s)=(r+I)(s+I)=rs+I=ϕ(rs),\begin{equation*} \phi(r) \phi(s) = (r + I)(s+I) = rs + I = \phi(rs), \end{equation*}

which completes the proof of the theorem.

The map ϕ:RR/I\phi : R \rightarrow R/I is often called the or . In ring theory we have isomorphism theorems relating ideals and ring homomorphisms similar to the isomorphism theorems for groups that relate normal subgroups and homomorphisms in Chapter 11. We will prove only the First Isomorphism Theorem for rings in this chapter and leave the proofs of the other two theorems as exercises. All of the proofs are similar to the proofs of the isomorphism theorems for groups.

Theorem16.31First Isomorphism Theorem

Let ψ:RS\psi : R \rightarrow S be a ring homomorphism. Then kerψ\ker \psi is an ideal of R.R\text{.} If ϕ:RR/kerψ\phi : R \rightarrow R/\ker \psi is the canonical homomorphism, then there exists a unique isomorphism η:R/kerψψ(R)\eta: R/\ker \psi \rightarrow \psi(R) such that ψ=ηϕ.\psi = \eta \phi\text{.}

Proof

Let K=kerψ.K = \ker \psi\text{.} By the First Isomorphism Theorem for groups, there exists a well-defined group homomorphism η:R/Kψ(R)\eta: R/K \rightarrow \psi(R) defined by η(r+K)=ψ(r)\eta(r + K) = \psi(r) for the additive abelian groups RR and R/K.R/K\text{.} To show that this is a ring homomorphism, we need only show that η((r+K)(s+K))=η(r+K)η(s+K);\eta( (r + K)(s + K) ) = \eta(r + K) \eta( s + K)\text{;} but

η((r+K)(s+K))=η(rs+K)=ψ(rs)=ψ(r)ψ(s)=η(r+K)η(s+K).\begin{align*} \eta( (r + K)( s +K )) & = \eta(r s +K )\\ & = \psi(r s)\\ & = \psi(r) \psi(s)\\ & = \eta( r + K ) \eta( s + K ). \end{align*}
Theorem16.32Second Isomorphism Theorem

Let II be a subring of a ring RR and JJ an ideal of R.R\text{.} Then IJI \cap J is an ideal of II and

I/IJ(I+J)/J.\begin{equation*} I / I \cap J \cong (I+ J) /J. \end{equation*}
Theorem16.33Third Isomorphism Theorem

Let RR be a ring and II and JJ be ideals of RR where JI.J \subset I\text{.} Then

R/IR/JI/J.\begin{equation*} R/I \cong \frac{R/J}{I/J}. \end{equation*}
Theorem16.34Correspondence Theorem

Let II be an ideal of a ring R.R\text{.} Then SS/IS \mapsto S/I is a one-to-one correspondence between the set of subrings SS containing II and the set of subrings of R/I.R/I\text{.} Furthermore, the ideals of RR containing II correspond to ideals of R/I.R/I\text{.}