Skip to main content

Section 16.2 Basics: Discovery guide

Subsection Examples

Discovery 16.1.

For each of the following maps, verify that it is a homomorphism, and then either compute or try to describe the elements in the image and the elements in the kernel.

(a)

φ:ZZn defined by taking φ(k) to be the residue of k modulo n.

(b)

φ:Z3Z6 defined by setting

φ(0)=0,φ(1)=2,φ(2)=4.
(c)

φ:Z6D6 defined by φ(k)=rk.

(d)

det:GLn(R)R×.

(e)

sgn:Sn{±1}, where sgn(p) is the sign of the permutation p, either 1 for an even permutation or 1 for an odd permutation.

(Note: the group {±1} is the multiplicative version of the cyclic group Z2.)

(f)

trace:Mn(R)R, where Mn(R) is the additive group of n×n matrices (both invertible and singular), and the trace of a square matrix is defined to be the sum of its diagonal entries.

(g)

ι:ZQ defined by ι(m)=m1.

(h)

ι:Q×R× defined by taking ι(a/b) to be the decimal number that results from performing long division of b into a.

(Note: You may skip the operation-preserving check for this example.)

(i)

φ:R2R defined by taking φ(v) to be the (oriented) distance from the origin to the orthogonal projection of v onto the line y=x, where positive distances are to the upper right and negative distances are to the lower left.

(Note: You should perform the check that this map is operation-preserving geometrically. You still remember how to draw a geometric diagram of vector addition in R2, right?)

(j)

H is a normal subgroup of group G, and ρ:GG/H is the “projection” map defined by

ρ(x)=xH.

That is, ρ sends each element in G to the coset in G/H that contains it.

Subsection Some properties preserved by homomorphisms

Just as with isomorphisms, because a group homomorphism φ:GG is operation-preserving it transfers many group-algebra related properties from G to G.

Once again, distinguish between the two different identity elements by writing e for the identity element in G and e for the identity element in G.

Discovery 16.2. Homomorphism preserves identity.

Unfortunately the reasoning of Discovery 7.5 does not hold for homomorphisms because in that activity we relied on the bijective property. Here is some slightly more complicated reasoning that works in both the case of a homomorphism and of an isomorphism.

(a)

Verify that

(✶)φ(e)φ(e)=φ(e).
(b)

Now multiply both sides of (✶) by (φ(e))1 and simplify to arrive at the desired conclusion.

Warning: Do not change (φ(e))1 into φ(e1), as we have not yet verified that homomorphisms preserve inverses.

Discovery 16.3. Homomorphism preserves (positive) powers.

Verify that the reasoning of Discovery 7.6 holds for homomorphisms and not just for isomorphisms.

Remark 16.2.1.

As we remarked with isomorphisms, by taking Discovery 16.2 into account, and recalling the convention that g0=e in every group, we can consider the result of Discovery 16.3 to hold for all non-negative integers k.

Discovery 16.4. Homomorphism does not preserve order.

(a)

Unfortunately the reasoning of Discovery 7.7 does not hold for homomorphisms. Use one of the example homomorphisms in Discovery 16.1 to demonstrate a specific example of an element x in G so that x and φ(x) have different orders.

(b)

Use Discovery 7.6 to verify that if x has order n, then

(φ(x))n=e

will hold. So what can be said about the relationship between the order of x and the order of φ(x)?

Discovery 16.5. Homomorphism preserves inverses.

(a)

Verify both of the equalities

φ(x)φ(x1)=e,φ(x1)φ(x)=e.

Warnings: Do not assume that G is Abelian, so the second equality does not follow from the first. Also, do not change φ(x1) into (φ(x))1, as that would be assuming our desired final conclusion.

(b)

Explain why the equalities established in Task a imply that we must have

(φ(x))1=φ(x1).
Hint.

Apply the conclusion of Discovery 2.8 to the group element φ(x) in G.

Subsection Image and kernel

Discovery 16.7. Image is a subgroup.

This activity will guide you through using The Subgroup Test (Version 1) to verify that the image of a homomorphism φ:GG is always a subgroup of G. (Clearly imφ=φ(G) is always non-empty because G is non-empty.)

(a)

Closed under multiplication. Suppose y1,y2 are elements of imφ. By definition, this means that there are corresponding elements x1,x2 in G so that

y1=φ(x1),y2=φ(x2).

Your task is to now demonstrate that the product y1y2 is also in imφ by filling in the blank in the equality

y1y2=φ(XXXXX)

with some element of G.

(b)

Closed under taking inverses. Suppose y is an element of imφ. By definition, this means that there is a corresponding element x in G so that

y=φ(x).

Your task is to now demonstrate that the inverse y1 is also in imφ by filling in the blank in the equality

y1=φ(XXXXX)

with some element of G.

Discovery 16.8. Kernel is a subgroup.

Use your preferred version of the Subgroup Test to prove that the kernel of a homomorphism φ:GG is always a subgroup of G.

Discovery 16.9.

In the case that φ:GG is an isomorphism, what must imφ be? What must kerφ be?

Discovery 16.10.

Suppose φ:GG is a homomorphism so that imφ is all of G.

(a)

Prove that if φ is actually an isomorphism, then kerφ contains only e.

(b)

Prove the converse: If kerφ contains only e, then φ must be an isomorphism.

Hint.

We are already assuming that φ is a homomorphism, so you only need to check that it is a bijective correspondence. For this, suppose you have elements x1,x2 in G so that

φ(x1)=φ(x2).

Try to turn this into

φ(XXXXX)=e,

so that you can appeal to the assumption about kerφ.