Unit 13
Unit 13
Unit 13
UNIT 13
RING HOMOMORPHISMS
13.1 Introduction 81
Objectives
13.2 Homomorphisms between Rings 82
13.3 Properties of Ring Homomorphisms 88
13.4 The Isomorphism Theorems 95
13.5 Summary 103
13.6 Solutions / Answers 104
13.1 INTRODUCTION
In Unit 8, you studied about functions between groups that preserve the binary
operation. You also saw how useful they were for studying the algebraic
structure of a group, and classifying groups accordingly. In this unit, we will
discuss functions between rings which preserve both the binary operations.
Such functions, as you would expect, are called ring homomorphisms.
Note that the + and · occurring on the left hand sides of the equations in the
definition above are defined on R1 , while the + and · occurring on the right
hand sides are defined on R 2 .
Also note the following comment about the definition above.
Finally, you should verify that (−f ) is also not a ring homomorphism, since it
does not preserve multiplication.
***
Some important points show up in the example above. We note them in the
following remark.
Solution: You should verify that both I and 0 preserve both the operations of
R.
***
Before going further, let us consider the kernel and image of a ring
homomorphism. In Unit 8, you have studied these objects for a group
homomorphism. Do you expect the kernel, or image, of a ring homomorphism
to be defined any differently? Actually, they are defined in the same way.
Now let us look at some examples of the image and kernel of a ring
homomorphism.
Example 4: Let R be a ring. Obtain the kernels and images of the identity
homomorphism and the trivial homomorphism, defined in Example 3.
Solution: Ker I = {x ∈ R I( x ) = 0} = {x ∈ R x = 0}
= {0}.
Im I = {I( x ) x ∈ R} = {x x ∈ R}
= R.
Ker 0 = {x ∈ R 0( x ) = 0} = R.
Im 0 = {0( x ) x ∈ R} = {0}.
***
= {m ∈ Z m = 0}
= {m ∈ Z m ≡ 0 (mod s)}
= s Z.
***
Second, for n , m ∈ Z,
f (n (mod 6) + m(mod 6)) = f ((n + m) (mod 6)) = (n + m) (mod 3)
= n (mod 3) + m(mod 3)
= f (n (mod 6)) + f (m (mod 6))
You should, similarly, show that
f (n (mod 6) ⋅ m(mod 6)) = f (n (mod 6)) ⋅ f (m(mod 6)).
Thus, f is a ring homomorphism.
Im f = {n (mod 3) n ∈ Z 6 } = Z 3 .
By observing the examples above, you may have observed what we are now
going to note.
Before we look at some more examples, why don’t you solve some exercises?
This will help you check how well you have understood what has been
discussed so far.
85
Block 3 Introduction to Rings
⎧⎪⎡a 0⎤ ⎫⎪
Example 8: Consider the ring R = ⎨⎢ ⎥ a , b ∈ R ⎬ under matrix addition
⎪⎩⎣0 b⎦ ⎪⎭
86
Unit 13 Ring Homomorphisms
⎡n 0 ⎤
and multiplication. Show that the map f : Z → R : f (n ) = ⎢ ⎥ is a
⎣0 n ⎦
homomorphism. Also find Ker f . Is f an epimorphism?
⎡n 0 ⎤ ⎡m 0 ⎤
Solution: Note that f is well-defined since, if n = m, then ⎢ ⎥=⎢ ⎥.
⎣ 0 n ⎦ ⎣ 0 m⎦
Next, for n , m ∈ Z,
⎡n + m 0 ⎤ ⎡n 0 ⎤ ⎡m 0 ⎤
f ( n + m) = ⎢ = + = f (n ) + f (m), and
⎣ 0 n + m ⎥⎦ ⎢⎣ 0 n ⎥⎦ ⎢⎣ 0 m ⎥⎦
f (nm) = f (n ) f (m). (Verify this!)
Thus, f is a homomorphism.
Ker f = {n ∈ Z f (n ) = 0} = {0}.
⎡1 0 ⎤
Finally, consider A = ⎢ ⎥. This is not in Im f , since its (1, 1) th and
⎣0 2 ⎦
(2, 2) th elements are different. However, A is in R.
Hence, f is not an epimorphism.
***
Now, recall from Block 1 of Calculus, that ‘intersection’ distributes over ‘union’
and over ‘complementation’. We will use these properties now.
For A, B ∈℘(X ),
f (A Δ B) = f ((A \ B) ∪ (B \ A))
= ((A \ B) ∪ (B \ A)) ∩ Y
= ((A \ B) ∩ Y) ∪ ((B \ A) ∩ Y)
= ((A ∩ Y) \ (B ∩ Y)) ∪ ((B ∩ Y) \ (A ∩ Y))
= (f(A) \ f (B)) ∪ (f (B) \ f (A))
= f (A) Δ f (B), and
f (A ∩ B) = (A ∩ B) ∩ Y
= (A ∩ B) ∩ (Y ∩ Y), since Y ∩ Y = Y.
= (A ∩ Y) ∩ (B ∩ Y), since ∩ is associative and commutative.
= f (A) ∩ f (B).
So, f is a ring homomorphism from ℘(X) to ℘(Y).
Now, you should solve the following exercises to get some more examples
(and non-examples!) of homomorphisms.
E6) Let A and B be two rings. Show that the projection map
p : A × B → A : p( x, y) = x is a homomorphism. What are Ker p and
Im p ? Is p an isomorphism?
(Similarly, p′ : A × B → B : p′( x , y) = y is a homomorphism.)
⎡ a b⎤
E9) Check whether or not φ : C → R : φ(a + ib) = ⎢ ⎥ is an
⎣− b a ⎦
⎧⎪⎡ a b⎤ ⎫⎪
isomorphism, where R = ⎨⎢ ⎥ a , b ∈ R ⎬ is a subring of M 2 (R ).
⎪⎩⎣− b a ⎦ ⎪⎭
i) f (0) = 0,
ii) f (− x ) = −f ( x ) ∀ x ∈ R1 , and
iii) f ( x − y ) = f ( x ) − f ( y ) ∀ x , y ∈ R1 .
88
Unit 13 Ring Homomorphisms
Proof: Since f is a group homomorphism from ( R1 , + ) to ( R 2 , + ), you can
apply Theorem 1, Unit 8, to get the result.
Now let us consider some properties beyond just the group homomorphism
aspect of a ring homomorphism.
Note that Theorem 2 need not be true if f is not surjective. For instance, take
the trivial homomorphism of Example 2. Then f(I) = 0 ≠ I.
Proof: We will prove (ii) and leave the proof of (i) to you (see E11).
Firstly, since T ≠ «, f −1(T ) ≠ «.
Next, let a , b ∈ f −1(T ). Then f (a ), f (b) ∈ T.
⇒ f (a ) − f (b) ∈ T and f (a ) f (b) ∈ T, since T is a subring of R2 .
⇒ f (a − b) ∈ T (by Theorem 1), and f (ab) ∈ T.
⇒ a − b ∈ f −1(T ) and ab ∈ f −1(T).
⇒ f −1 (T) is a subring of R1 , by the subring test.
So, regarding ideals, we have the following result, for any two rings R1 and
R2 , commutative or not.
Proof: Here we will prove (i) and leave (ii) to you (see E13).
Firstly, since I is a subring of R 1 , f ( I) is a subring of R2 , by Theorem 3.
The proof of Theorem 4 will be complete, once you solve E13 below.
Proof: You know that Ker f = f −1({0}) ⊆ f −1(f (I)), since 0 ∈ f (I).
Also, if x ∈ I, then f ( x ) ∈ f (I). So x ∈ f −1(f (I)). Hence, I ⊆ f −1(f (I)).
Thus, I + Ker f ⊆ f −1(f (I)). …(1)
Proof: Let ( be the set of ideals of R containing Ker f , and ) be the set
of ideals of S.
Define φ : ( → ) : φ(I) = f (I).
Thus, φ is bijective.
And now let us look closely at the sets Ker f and Im f , where f is a ring
homomorphism. In Unit 8, we proved that if f : G1 → G2 is a group
homomorphism, then Ker f is a normal subgroup of G1 and Im f is a
92
Unit 13 Ring Homomorphisms
subgroup of G2 . We have an analogous result for ring homomorphisms, which
you may have already realised from the examples you have studied so far.
Theorem 7 is very useful for showing that certain sets are ideals. For example,
from Theorem 7 and Example 9, you can immediately find a non-trivial proper
ideal of ℘(X), for any X having at least two elements.
Similarly, from Example 7, you can see that {f ∈ C[0, 1] f (1 / 2) = 0} is a non-
trivial ideal of C[0, 1].
As we go along, you will see more examples of this use of Theorem 7. For
now, let us examine the kernel of a homomorphism some more. In fact, let us
prove a result which is actually a corollary of Theorem 4 of Unit 8.
E22) Check whether or not the following are ring homomorphisms. For those
that are, find Ker φ and Im φ. Hence decide if φ is an isomorphism or
not.
⎡ x 0⎤
i) φ : R → M 2 (R) : φ( x ) = ⎢ ⎥,
⎣ − x 0⎦
ii) φ : Z 3 → Z 3 : φ( n ) = n 3 .
Now let us look at another aspect of homomorphisms. You know, from Unit 8,
that given a subgroup H of (R , +), you can define a group homomorphism
93
Block 3 Introduction to Rings
f : (R , +) → (S, +) with Ker f = H. You have also seen that given a ring
homomorphism f : R → S, you obtain an ideal of R corresponding to f ,
namely, Ker f . So, the question is, given an ideal I of a ring R , can you
define a ring homomorphism f so that Ker f = I ?
The following theorem answers this question. Before studying it, though,
please refresh your mind about the definition of a quotient ring from Unit 12.
Also remember that quotient rings are defined for any ring.
Next, for a , b ∈ R ,
f (a + b) = (a + b) + I = (a + I) + (b + I) = f (a ) + f (b), and
f (ab) = ab + I = (a + I) (b + I) = f (a ) f (b).
Thus, f is a homomorphism.
Im f = {r + I r ∈ R} = R I.
Thus, f is surjective.
The homomorphism defined in the proof above is called the canonical (or
natural) homomorphism from R onto R I. You have already studied its
analogue for groups in Unit 8. As in the case of groups, you will find the
theorem above used a lot in the next section.
94
Unit 13 Ring Homomorphisms
Now let us look at the behaviour of the composition of homomorphisms. In
Theorem 2, Unit 8, you studied that the composition of group homomorphisms
is a group homomorphism. So, you may not find the following analogous result
surprising.
The proof of this result is on the same lines as the proof of the corresponding
result in Unit 8. We leave it to you to prove (see E25).
Now, it is time to solve the following exercises. Doing so, will help you become
familiar with some properties of the composition of ring homomorphisms.
In Sec.13.2, you have already seen that a ring isomorphism is a bijective ring
homomorphism. Also, as for groups, if f : R1 → R 2 is an isomorphism, we say
− R 2.
that R 1 is isomorphic to R 2 , and denote this by R 1 ~
Further, as for groups, an isomorphism of a ring R onto itself is called an
automorphism of R.
For example, every ring R has at least one automorphism, namely I, as you
have studied in Examples 3 and 4.
Over here consider the following remark, akin to what you have seen for
groups.
Remark 7: Two rings are isomorphic if and only if they are algebraically
identical. That is, isomorphic rings must have exactly the same algebraic
properties. Thus, if R is a ring with identity, then it cannot be isomorphic to a
ring without identity. Similarly, if the only ideals of R are {0} and itself, then
any ring isomorphic to R must have this property too. 95
Block 3 Introduction to Rings
Let us look at a few examples that you have already worked out. Take, the
⎧⎪⎡ a b⎤ ⎫⎪
− ⎨⎢
case of E9. There you have shown that C ~ ⎥ a , b ∈ R ⎬, a subring of
⎪⎩⎣− b a ⎦ ⎪⎭
M 2 (R). From Unit 12, you know that C has only two ideals, {0} and itself.
Thus, the same holds for the subring of M 2 ( R) to which C is isomorphic.
Next, consider E22(i). You have seen that φ is a homomorphism, Ker φ = {0}
⎧⎪⎡ x 0⎤ ⎫⎪
and Im φ = ⎨⎢ ⎥ x ∈ R ⎬ = S, say.
⎪⎩⎣− x 0⎦ ⎪⎭
Hence, R ~− S.
Therefore, S is commutative, since R is commutative.
Since R has only two ideals, {0} and itself, the same is true for S.
Since U(R) = R ∗ , the same is true for S, i.e., U(S) = S \ {0}, and so on.
Here, note that none of the properties just discussed above for S are true for
M 2 (R). But they are true for the subring S of M 2 (R).
⎧⎪ ⎡ a b⎤ ⎫⎪
Example 11: Let S be the subring ⎨ ⎢ ⎥ a , b ∈ Z ⎬ of M 2 (Z). Check
⎪⎩ ⎣10b a ⎦ ⎪⎭
⎡ a b⎤
whether or not f : Z[ 10 ] → S : f (a + b 10 ) = ⎢ ⎥ is an isomorphism.
⎣10b a ⎦
⎧⎪ ⎡ a b⎤ ⎫⎪
Ker f = ⎨a + b 10 ⎢ ⎥ = 0, a , b ∈ Z ⎬
⎪⎩ ⎣10b a ⎦ ⎪⎭
= {0}.
Thus, f is an isomorphism.
***
− Im g = {0} × S, a subring of R × S.
Similarly, you should show that S ~
Thus, R × S contains a subring isomorphic to R and a subring isomorphic to
S.
***
***
Try solving the following exercises now. They will help you in becoming more
familiar with isomorphisms.
E28) Which of the following functions are ring isomorphisms? Give reasons
for your answers.
i) f : Z → R : f (n ) = n ,
97
Block 3 Introduction to Rings
ii) f :Z → Z : f (n ) = 5n,
10Z
iii) f : C → C : f (z) = z , the complex conjugate of z,
iv) f : C → R × R : f (z) = ( z , Arg z).
− R 2 iff R 2 ~
R1 ~ − R1.
E29) Let φ : R1 → R2 be a ring isomorphism. Then you know that
φ −1 : R 2 → R 1 is a well-defined function, since φ is bijective. Show that
φ−1 is also an isomorphism.
E31) Which of the following are true? Give reasons for your answers.
i) − Z,
Q~
ii) −/ R,
Q~
iii) − M n (Z m ), for some n , m ∈ N,
Z~
iv) − Z × Z × Z,
Z3 ~
v) If R and S are rings such that (R , +) ~
− (S, +) as groups, then R
and S are isomorphic rings.
And now, let us go back to Sec.8.4, Unit 8, for a moment. Over there, we
proved the Fundamental Theorem of Homomorphism for groups. According to
this theorem, the homomorphic image of a group G is isomorphic to a
quotient group of G. Now we will prove a similar result for rings. This is known
as the first isomorphism theorem, or the Fundamental Theorem of
Homomorphism for rings (FTH, in brief).
Proof: First, note that R Ker f is a well-defined quotient ring, since Ker f is
an ideal of R. For convenience, let us write Ker f = I. Let us define
ψ : R I → S by ψ( x + I) = f ( x ).
Im ψ = Im f : Since ψ( x + I) = f ( x ) ∈ Im f ∀ x ∈ R , Im ψ ⊆ Im f .
Also any element of Im f is of the form f ( x ) = ψ ( x + I) for some x ∈ R.
Thus, Im f ⊆ Im ψ.
So, Im ψ = Im f .
Note that this result says that f is the composition ψ o η, where η is the
canonical homomorphism η : R → (R Ker f ) : η(a ) = a + Ker f . This is
diagrammatically shown in Fig.1.
f
R Im f ⊂→ S
η ψ
R Ker f
Let us, now, look at some examples of the application of the Fundamental
Theorem.
Example 15: Show that the rings Z mZ and Z m are isomorphic, where
m ∈ N.
Therefore,
(R1 × R 2 ) − R1.
~
R2
⎧⎪⎡a b⎤ ⎫⎪
Example 17: Consider the ring R = ⎨⎢ ⎥ a , b ∈ R ⎬.
⎪⎩⎣0 a ⎦ ⎪⎭
⎧⎪⎡0 c ⎤ ⎫⎪
Let I = ⎨⎢ ⎥ c ∈ R ⎬.
⎪⎩⎣0 0⎦ ⎪⎭
ii) − R.
Show that (R I) ~
Solution: i) Since 0 ∈ I, I ≠ «.
⎡0 a ⎤ ⎡0 b ⎤ ⎡0 a − b ⎤
Next, for A = ⎢ ⎥ , B=⎢ ⎥ in I, A − B = ⎢ ∈ I.
⎣0 0 ⎦ ⎣0 0 ⎦ ⎣0 0 ⎥⎦
⎡0 a ⎤ ⎡c d ⎤
Also, for A = ⎢ ⎥ in I and C = ⎢ ⎥ in R ,
⎣0 0 ⎦ ⎣0 c ⎦
⎡0 ac⎤ ⎡0 ac⎤
AC = ⎢ ⎥ ∈ I, CA = ⎢ ⎥ ∈ I.
⎣0 0 ⎦ ⎣0 0 ⎦
Thus, I is an ideal of R.
⎛ ⎡a b ⎤ ⎞
ii) Define π : R → R : π⎜⎜ ⎢ ⎥ ⎟⎟ = a. Then π is well-defined (verify this!).
⎝ ⎣0 a ⎦ ⎠
Further, prove that π is a ring homomorphism and π is surjective.
⎧⎪⎡a b⎤ ⎪⎫ ⎪⎧⎡0 b⎤ ⎫⎪
Now, Ker π = ⎨⎢ ⎥ a , b ∈ R, a = 0⎬ = ⎨ ⎢ ⎥ b ∈ R ⎬ = I.
⎪⎩⎣0 a ⎦ ⎪⎭ ⎪⎩⎣0 0⎦ ⎪⎭
Therefore, by the FTH, ( R I) ~ − R.
***
E33) What does the Fundamental Theorem of Homomorphism say in the case
of the homomorphisms in each of the Examples 1 to 9?
⎧⎪⎡a b ⎤ ⎫⎪
E35) Let R = ⎨⎢ ⎥ a , b ∈ Z ⎬. Show that R is a commutative subring of
⎪⎩⎣b a ⎦ ⎪⎭
M 2 (Z), with unity.
⎛ ⎡a b⎤ ⎞
Further, define φ : R → Z : φ⎜⎜ ⎢ ⎥ ⎟⎟ = a − b. Show that φ is a ring
⎝ ⎣b a ⎦ ⎠
homomorphism. What does Theorem 11 say in this case?
E36) Let R be a ring with unity. For r ∈ U(R ), define f r : R → R : f r (s) = r −1sr.
Check if f r is a homomorphism or not. If it is, what does FTH say in this
case? If f r is not a homomorphism, find an endomorphism of R.
Now, what E36 tells us is that if R is a ring with unity, then f r ∈ Aut R for
each r ∈ U(R ). Are all these distinct? For example, are f −1 and f1 distinct
automorphisms of Z ? The answer to this lies in a very surprising result that
we will now discuss. We will use Theorem 11 to prove that any ring
homomorphism from a ring R onto Z is uniquely determined by its kernel.
That is, we can’t have two different ring homomorphisms from R onto Z with
the same kernel. (Note that this is not true for group homomorphisms. In
fact, you know that I, the identity map on Z, and − I are distinct group
homomorphisms from Z onto itseIf with the same kernel, {0} .) To prove this
statement we need the following result.
Theorem 12: The only non-trivial ring homomorphism from Z to itself is the
identity map.
E41) How many non-trivial ring automorphisms of Q are there, and why?
102
Unit 13 Ring Homomorphisms
We shall halt our discussion of ring homomorphisms and isomorphisms here,
and briefly recall what we have done in this unit. Of course, we have not
finished with these functions. We will be using them again and again in the
units of the next block.
13.5 SUMMARY
In this unit, you have studied the following points.
1. The definition of a ring homomorphism, its kernel and its image, along
with several examples.
m n
Next, let f ( x ) = ∑ a i x i , and g(x ) = ∑ bi x i be in Z[x ]. Then
i =0 i=0
φ(f ( x ) + g( x ))
⎛ m ⎞
= φ⎜ ∑ (a i + b i ) x i ⎟, assuming m ≥ n and
⎝ i =0 ⎠ b = 0 = b =L= b .
n +1 n +2 m
m
= ∑ (a i + bi ), putting x = 1.
i=0
⎛ m ⎞ ⎛ n ⎞
= ⎜ ∑ a i ⎟ + ⎜ ∑ bi ⎟, since b j = 0 for j ≥ n.
⎝ i =0 ⎠ ⎝ i =0 ⎠
= φ(f ( x )) + φ(g( x )).
If m ≤ n , you can prove that φ(f ( x ) + g( x )) = φ(f ( x )) + φ(g ( x )),
similarly.
⎛ m+n ⎛ ⎞⎞
Also, φ(f ( x ) ⋅ g ( x )) = φ⎜ ∑ ⎜⎜ ∑ a i b j x i + j ⎟⎟ ⎟
⎜ k =0 i+ j=k ⎟
⎝ ⎝ ⎠⎠
m+n ⎛ ⎞
= ∑ ⎜⎜ ∑ a b ⎟⎟, putting x = 1.
i j
k =0 ⎝ i + j= k ⎠
= f (1) ⋅ g(1)
= φ(f ( x )) ⋅ φ(g( x )).
Thus, φ is a homomorphism.
⎡1 2⎤ ⎡2 1⎤
E4) Take A = ⎢ ⎥ , B = ⎢0 1⎥ ∈ M 2 (C). Then
⎣3 4⎦ ⎣ ⎦
⎛ ⎡3 3⎤ ⎞ ⎛ ⎡3 3⎤ ⎞
ψ(A + B) = ψ⎜⎜ ⎢ ⎥ ⎟ = det⎜ ⎢
⎟
⎟
⎜ 3 5⎥ ⎟ = 15 − 9 = 6.
⎝ ⎣3 5⎦ ⎠ ⎝⎣ ⎦⎠
Also ψ (A) + ψ (B) = −2 + 2 = 0.
Thus, ψ is not a homomorphism.
Next, for n , m in Z 3 ,
f ( n + m ) = f (n + m) = 4(n + m)(mod 6)
= 4n (mod 6) + 4m(mod 6)
= f ( n ) + f ( m ).
Also, f ( n ⋅ m ) = f (nm) = 4nm(mod 6)
= 16nm(mod 6), since 4 = 16 in Z 6 .
= 4n (mod 6) ⋅ 4m(mod 6)
= f ( n ) ⋅ f ( m ).
Thus, f is a ring homomorphism.
Im p = {p(a , b) (a , b) ∈A × B} = {a (a , b) ∈A × B} = A.
Next, for a , b, c, d ∈ Z,
f ((a + b 2 ) + (c + d 2 )) = f (a + c + 2 (b + d))
= (a + c) − ( b + d ) 2 = (a − b 2 ) + (c − d 2 )
= f (a + b 2 ) + f (c + d 2 ).
Also, f ((a + b 2 )(c + d 2 )) = f (ac + 2bd + 2 (ad + bc))
= ac + 2bd − (ad + bc) 2 = (a − 2b)(c − 2d)
= f (a + b 2 ) ⋅ f (c + d 2 ).
Thus, f is an endomorphism.
E14) Let x ∈ f (f −1(J )). Then x = f ( y), where y ∈ f −1(J ), i.e., f ( y) ∈ J, i.e.,
x ∈ J.
Thus, f (f −1(J )) ⊆ J.
E16) You know, from Unit 12, that the only ideals of R are {0} and R. Here
Ker φ = {f ∈ C[0, 1] s.t. f (1 2) = 0}.
So, if I is an ideal of C[0, 1] s.t. Ker φ ⊆ I, then φ(I) = {0} or φ(I) = R,
by Theorem 6.
But, if φ(I) = {0}, then I ⊆ Ker φ, i.e., I = Ker φ.
So if I ≠ Ker φ, then φ(I) = R, by Theorem 6.
In E7, Ker f = {a + b 2 a − b 2 = 0, a , b ∈ Z}
= {a + b 2 a = 0, b = 0}
= {0}.
⎡ x 0⎤ ⎡ y 0⎤
E22) i) Firstly, if x = y in R, then ⎢ ⎥=⎢ ⎥.
⎣ − x 0⎦ ⎣ − y 0⎦
So φ( x ) = φ( y) in M 2 (R ).
Thus, φ is well-defined.
Ker φ = {x φ( x ) = 0} = {0}. So φ is 1 - 1.
⎧⎪⎡ x 0⎤ ⎫⎪
Im φ = ⎨⎢ ⎥ x ∈ R ⎬ ≠ M 2 (R), because, for example,
⎪⎩⎣− x 0⎦ ⎪⎭
108
Unit 13 Ring Homomorphisms
⎡1 2⎤
⎢3 4⎥ ∉ Im φ.
⎣ ⎦
So φ is not onto.
Ker φ = {n ∈ Z3 n 3 = 0} = {0}. So φ is 1 - 1.
Im φ = {n 3 n ∈ Z3} = Z3 . So φ is onto.
Thus, φ is an isomorphism.
E23) No. For example, take the subring Z of Q. Since Z is not an ideal of
Q, it can’t be the kernel of any homomorphism from Q to another ring,
because of Theorem 7.
iv) You can use the example in (iii) above, to show this too.
1
E28) i) f is not onto, since ∉ Im f , for example. Hence, f is not an
2
isomorphism.
Thus, f is an isomorphism.
iv) Note that | z| ≥ 0. Use this to show that f is not surjective. Hence,
f cannot be an isomorphism.
110
Unit 13 Ring Homomorphisms
v) False. Consider Z and 2Z. You know that Z and 2Z are
isomorphic groups. However, Z is a ring with unity, while 2Z
does not have unity. Hence, they are not isomorphic rings.
E33) Example 1: Z − Z.
~
{0}
Example 2: ( M n (R ) M n (R )) ~− {0}.
Example 3 and 4: R − R , and (R R ) ~
~ − {0}, for any ring R.
{0}
Example 5: Z sZ ~ − Z s , ∀ s ∈ N.
Example 6: Z 6 {0, 3} ~− Z 3 , i.e., (Z 6 3Z 6 ) ~
− Z3.
Example 7: Ker φ = {f ∈ C [0,1]| f (1 2) = 0}, and
Im φ = R.
So
C[0, 1] − R.
~
Ker φ
Example 8: Z ~−{nI n ∈ Z}, using the fact of Example 1, i.e., Z {0} ~
− Z,
and Theorem 10.
⎡1 0 ⎤
Here I = ⎢⎥.
⎣0 1 ⎦
Example 9:
℘(X) −℘(Y).
~
℘(Y c )
Hence, by FTH, R[ x ] − R.
~
<x>
⎧⎪⎡1 1⎤ ⎫⎪
After this, show that Ker φ = ⎨⎢ ⎥ r r ∈ Z ⎬.
⎪⎩⎣1 1⎦ ⎪⎭
⎛ ⎡n 0⎤ ⎞
Note that Im φ = Z, because for any n ∈ Z, n = φ⎜⎜ ⎢ ⎥ ⎟⎟.
⎝ ⎣0 n ⎦ ⎠
Thus, f r is a homomorphism.
In E38, Unit 12, you have given an example to show that (S S ∩ I) need
not be an ideal of R I.
E39) Define f : R J → R I : f (r + J ) = r + I.
As you did in Theorem 14, Unit 8, you can check that f is well-defined.
Next, prove that f is a ring homomorphism, f is surjective and
Ker f = I J .
Thus, I J is an ideal of R J, and
(R J) −R .
~
(I J) I
E40) i) − Z m ∀ m ∈ N.
By Example 15, (Z mZ) ~
− Z 15Z, 5 Z15 ~
So Z15 ~ − 5 (Z 15Z) = 5Z 15Z.
So, by the third isomorphism theorem, Z15 < 5 > ~
−Z 5Z ~
− Z5 .
112
Unit 13 Ring Homomorphisms
ii) Again, as in (i) above,
− (Z mZ)
Z m nZ m ~ − Z nZ ~
~ − Zn .
(nZ mZ)
p
E41) Let f be an automorphism of Q. Then, for any q ∈ Q,
⎛p⎞
f ⎜⎜ q ⎟⎟ = m
n for some m, n ∈ Z, n ≠ 0.
⎝ ⎠
⎛ p⎞ ⎛p⎞
So f (p) = f ⎜⎜ q ⎟⎟ = qf ⎜⎜ ⎟⎟ = q m , since f is a homomorphism.
q q n
⎝ ⎠ ⎝ ⎠
Also f (p) = f (p ⋅ 1) = pf (1)
= p.
⎛m⎞
So p = q⎜ ⎟.
⎝n⎠
p
∴q = m
n.
⎛p⎞ p p
∴ f ⎜⎜ q ⎟⎟ = q ∀ q ∈ Q.
⎝ ⎠
i.e., f = I, the identity homomorphism.
Thus, the only automorphism of Q is I.
In fact, the only epimorphism from Q to Q is I.
113