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

Section11.1Group Homomorphisms

A between groups (G,)(G, \cdot) and (H,)(H, \circ) is a map ϕ:GH\phi :G \rightarrow H such that

ϕ(g1g2)=ϕ(g1)ϕ(g2)\begin{equation*} \phi( g_1 \cdot g_2 ) = \phi( g_1 ) \circ \phi( g_2 ) \end{equation*}

for g1,g2G.g_1, g_2 \in G\text{.} The range of ϕ\phi in HH is called the of ϕ.\phi\text{.}

Two groups are related in the strongest possible way if they are isomorphic; however, a weaker relationship may exist between two groups. For example, the symmetric group SnS_n and the group Z2{\mathbb Z}_2 are related by the fact that SnS_n can be divided into even and odd permutations that exhibit a group structure like that Z2,{\mathbb Z}_2\text{,} as shown in the following multiplication table.

evenoddevenevenoddoddoddeven\begin{equation*} \begin{array}{c|cc} & \text{even} & \text{odd} \\ \hline \text{even} & \text{even} & \text{odd} \\ \text{odd} & \text{odd} & \text{even} \end{array} \end{equation*}

We use homomorphisms to study relationships such as the one we have just described.

Example11.1

Let GG be a group and gG.g \in G\text{.} Define a map ϕ:ZG\phi : {\mathbb Z} \rightarrow G by ϕ(n)=gn.\phi( n ) = g^n\text{.} Then ϕ\phi is a group homomorphism, since

ϕ(m+n)=gm+n=gmgn=ϕ(m)ϕ(n).\begin{equation*} \phi( m + n ) = g^{ m + n} = g^m g^n = \phi( m ) \phi( n ). \end{equation*}

This homomorphism maps Z{\mathbb Z} onto the cyclic subgroup of GG generated by g.g\text{.}

Example11.2

Let G=GL2(R).G = GL_2( {\mathbb R })\text{.} If

A=(abcd)\begin{equation*} A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} \end{equation*}

is in G,G\text{,} then the determinant is nonzero; that is, det(A)=adbc0.\det(A) = ad - bc \neq 0\text{.} Also, for any two elements AA and BB in G,G\text{,} det(AB)=det(A)det(B).\det(AB) = \det(A) \det(B)\text{.} Using the determinant, we can define a homomorphism ϕ:GL2(R)R\phi : GL_2( {\mathbb R }) \rightarrow {\mathbb R}^\ast by Adet(A).A \mapsto \det(A)\text{.}

Example11.3

Recall that the circle group T{ \mathbb T} consists of all complex numbers zz such that z=1.|z|=1\text{.} We can define a homomorphism ϕ\phi from the additive group of real numbers R{\mathbb R} to T{\mathbb T} by ϕ:θcosθ+isinθ.\phi : \theta \mapsto \cos \theta + i \sin \theta\text{.} Indeed,

ϕ(α+β)=cos(α+β)+isin(α+β)=(cosαcosβsinαsinβ)+i(sinαcosβ+cosαsinβ)=(cosα+isinα)(cosβ+isinβ)=ϕ(α)ϕ(β).\begin{align*} \phi( \alpha + \beta ) & = \cos( \alpha + \beta ) + i \sin( \alpha + \beta )\\ & = (\cos \alpha \cos \beta - \sin \alpha \sin \beta) + i( \sin \alpha \cos \beta + \cos \alpha \sin \beta )\\ & = (\cos \alpha + i \sin \alpha )(\cos \beta + i \sin \beta)\\ & = \phi( \alpha ) \phi( \beta ). \end{align*}

Geometrically, we are simply wrapping the real line around the circle in a group-theoretic fashion.

The following proposition lists some basic properties of group homomorphisms.

Proposition11.4

Let ϕ:G1G2\phi : G_1 \rightarrow G_2 be a homomorphism of groups. Then

  1. If ee is the identity of G1,G_1\text{,} then ϕ(e)\phi( e) is the identity of G2;G_2\text{;}

  2. For any element gG1,g \in G_1\text{,} ϕ(g1)=[ϕ(g)]1;\phi( g^{-1}) = [\phi( g )]^{- 1}\text{;}

  3. If H1H_1 is a subgroup of G1,G_1\text{,} then ϕ(H1)\phi( H_1 ) is a subgroup of G2;G_2\text{;}

  4. If H2H_2 is a subgroup of G2,G_2\text{,} then ϕ1(H2)={gG1:ϕ(g)H2}\phi^{-1}(H_2) = \{ g \in G _1: \phi(g) \in H_2 \} is a subgroup of G1.G_1\text{.} Furthermore, if H2H_2 is normal in G2,G_2\text{,} then ϕ1(H2)\phi^{-1}(H_2) is normal in G1.G_1\text{.}

Proof

(1) Suppose that ee and ee' are the identities of G1G_1 and G2,G_2\text{,} respectively; then

eϕ(e)=ϕ(e)=ϕ(ee)=ϕ(e)ϕ(e).\begin{equation*} e' \phi(e) = \phi(e) = \phi(e e) = \phi(e) \phi(e). \end{equation*}

By cancellation, ϕ(e)=e.\phi(e) = e'\text{.}

(2) This statement follows from the fact that

ϕ(g1)ϕ(g)=ϕ(g1g)=ϕ(e)=e.\begin{equation*} \phi( g^{-1}) \phi(g) = \phi(g^{-1} g) = \phi(e) = e'. \end{equation*}

(3) The set ϕ(H1)\phi(H_1) is nonempty since the identity of G2G_2 is in ϕ(H1).\phi(H_1)\text{.} Suppose that H1H_1 is a subgroup of G1G_1 and let xx and yy be in ϕ(H1).\phi(H_1)\text{.} There exist elements a,bH1a, b \in H_1 such that ϕ(a)=x\phi(a) = x and ϕ(b)=y.\phi(b)=y\text{.} Since

xy1=ϕ(a)[ϕ(b)]1=ϕ(ab1)ϕ(H1),\begin{equation*} xy^{-1} = \phi(a)[ \phi(b)]^{-1} = \phi(a b^{-1} ) \in \phi(H_1), \end{equation*}

ϕ(H1)\phi(H_1) is a subgroup of G2G_2 by Proposition 3.31.

(4) Let H2H_2 be a subgroup of G2G_2 and define H1H_1 to be ϕ1(H2);\phi^{-1}(H_2)\text{;} that is, H1H_1 is the set of all gG1g \in G_1 such that ϕ(g)H2.\phi(g) \in H_2\text{.} The identity is in H1H_1 since ϕ(e)=e.\phi(e) = e'\text{.} If aa and bb are in H1,H_1\text{,} then ϕ(ab1)=ϕ(a)[ϕ(b)]1\phi(ab^{-1}) = \phi(a)[ \phi(b) ]^{-1} is in H2H_2 since H2H_2 is a subgroup of G2.G_2\text{.} Therefore, ab1H1ab^{-1} \in H_1 and H1H_1 is a subgroup of G1.G_1\text{.} If H2H_2 is normal in G2,G_2\text{,} we must show that g1hgH1g^{-1} h g \in H_1 for hH1h \in H_1 and gG1.g \in G_1\text{.} But

ϕ(g1hg)=[ϕ(g)]1ϕ(h)ϕ(g)H2,\begin{equation*} \phi( g^{-1} h g) = [ \phi(g) ]^{-1} \phi( h ) \phi( g ) \in H_2, \end{equation*}

since H2H_2 is a normal subgroup of G2.G_2\text{.} Therefore, g1hgH1.g^{-1}hg \in H_1\text{.}

Let ϕ:GH\phi : G \rightarrow H be a group homomorphism and suppose that ee is the identity of H.H\text{.} By Proposition 11.4, ϕ1({e})\phi^{-1} ( \{ e \} ) is a subgroup of G.G\text{.} This subgroup is called the of ϕ\phi and will be denoted by kerϕ.\ker \phi\text{.} In fact, this subgroup is a normal subgroup of GG since the trivial subgroup is normal in H.H\text{.} We state this result in the following theorem, which says that with every homomorphism of groups we can naturally associate a normal subgroup.

Theorem11.5

Let ϕ:GH\phi : G \rightarrow H be a group homomorphism. Then the kernel of ϕ\phi is a normal subgroup of G.G\text{.}

Example11.6

Let us examine the homomorphism ϕ:GL2(R)R\phi : GL_2( {\mathbb R }) \rightarrow {\mathbb R}^\ast defined by Adet(A).A \mapsto \det( A )\text{.} Since 1 is the identity of R,{\mathbb R}^\ast\text{,} the kernel of this homomorphism is all 2×22 \times 2 matrices having determinant one. That is, kerϕ=SL2(R).\ker \phi = SL_2( {\mathbb R })\text{.}

Example11.7

The kernel of the group homomorphism ϕ:RC\phi : {\mathbb R} \rightarrow {\mathbb C}^\ast defined by ϕ(θ)=cosθ+isinθ\phi( \theta ) = \cos \theta + i \sin \theta is {2πn:nZ}.\{ 2 \pi n : n \in {\mathbb Z} \}\text{.} Notice that kerϕZ.\ker \phi \cong {\mathbb Z}\text{.}

Example11.8

Suppose that we wish to determine all possible homomorphisms ϕ\phi from Z7{\mathbb Z}_7 to Z12.{\mathbb Z}_{12}\text{.} Since the kernel of ϕ\phi must be a subgroup of Z7,{\mathbb Z}_7\text{,} there are only two possible kernels, {0}\{ 0 \} and all of Z7.{\mathbb Z}_7\text{.} The image of a subgroup of Z7{\mathbb Z}_7 must be a subgroup of Z12.{\mathbb Z}_{12}\text{.} Hence, there is no injective homomorphism; otherwise, Z12{\mathbb Z}_{12} would have a subgroup of order 7, which is impossible. Consequently, the only possible homomorphism from Z7{\mathbb Z}_7 to Z12{\mathbb Z}_{12} is the one mapping all elements to zero.

Example11.9

Let GG be a group. Suppose that gGg \in G and ϕ\phi is the homomorphism from Z{\mathbb Z} to GG given by ϕ(n)=gn.\phi( n ) = g^n\text{.} If the order of gg is infinite, then the kernel of this homomorphism is {0}\{ 0 \} since ϕ\phi maps Z{\mathbb Z} onto the cyclic subgroup of GG generated by g.g\text{.} However, if the order of gg is finite, say n,n\text{,} then the kernel of ϕ\phi is nZ.n {\mathbb Z}\text{.}