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

Section9.1Definition and Examples

¶

Two groups (G,⋅)(G, \cdot) and (H,∘)(H, \circ) are if there exists a one-to-one and onto map ϕ:G→H\phi : G \rightarrow H such that the group operation is preserved; that is,

ϕ(a⋅b)=ϕ(a)∘ϕ(b)\begin{equation*} \phi( a \cdot b) = \phi( a) \circ \phi( b) \end{equation*}

for all aa and bb in G.G\text{.} If GG is isomorphic to H,H\text{,} we write G≅H.G \cong H\text{.} The map ϕ\phi is called an .

Example9.1

To show that Z4≅⟨i⟩,{\mathbb Z}_4 \cong \langle i \rangle\text{,} define a map ϕ:Z4→⟨i⟩\phi: {\mathbb Z}_4 \rightarrow \langle i \rangle by ϕ(n)=in.\phi(n) = i^n\text{.} We must show that ϕ\phi is bijective and preserves the group operation. The map ϕ\phi is one-to-one and onto because

ϕ(0)=1ϕ(1)=iϕ(2)=−1ϕ(3)=−i.\begin{align*} \phi(0) & = 1\\ \phi(1) & = i\\ \phi(2) & = -1\\ \phi(3) & = -i. \end{align*}

Since

Ï•(m+n)=im+n=imin=Ï•(m)Ï•(n),\begin{equation*} \phi(m + n) = i^{m+n} = i^m i^n = \phi(m) \phi( n), \end{equation*}

the group operation is preserved.

Example9.2

We can define an isomorphism Ï•\phi from the additive group of real numbers (R,+)( {\mathbb R}, + ) to the multiplicative group of positive real numbers (R+,â‹…)( {\mathbb R^+}, \cdot ) with the exponential map; that is,

Ï•(x+y)=ex+y=exey=Ï•(x)Ï•(y).\begin{equation*} \phi( x + y) = e^{x + y} = e^x e^y = \phi( x ) \phi( y). \end{equation*}

Of course, we must still show that Ï•\phi is one-to-one and onto, but this can be determined using calculus.

Example9.3

The integers are isomorphic to the subgroup of Q∗{\mathbb Q}^\ast consisting of elements of the form 2n.2^n\text{.} Define a map ϕ:Z→Q∗\phi: {\mathbb Z} \rightarrow {\mathbb Q}^\ast by ϕ(n)=2n.\phi( n ) = 2^n\text{.} Then

Ï•(m+n)=2m+n=2m2n=Ï•(m)Ï•(n).\begin{equation*} \phi( m + n ) = 2^{m + n} = 2^m 2^n = \phi( m ) \phi( n ). \end{equation*}

By definition the map ϕ\phi is onto the subset {2n:n∈Z}\{2^n :n \in {\mathbb Z} \} of Q∗.{\mathbb Q}^\ast\text{.} To show that the map is injective, assume that m≠n.m \neq n\text{.} If we can show that ϕ(m)≠ϕ(n),\phi(m) \neq \phi(n)\text{,} then we are done. Suppose that m>nm \gt n and assume that ϕ(m)=ϕ(n).\phi(m) = \phi(n)\text{.} Then 2m=2n2^m = 2^n or 2m−n=1,2^{m-n} = 1\text{,} which is impossible since m−n>0.m-n \gt 0\text{.}

Example9.4

The groups Z8{\mathbb Z}_8 and Z12{\mathbb Z}_{12} cannot be isomorphic since they have different orders; however, it is true that U(8)≅U(12).U(8) \cong U(12)\text{.} We know that

U(8)={1,3,5,7}U(12)={1,5,7,11}.\begin{align*} U(8) & = \{1, 3, 5, 7 \}\\ U(12) & = \{1, 5, 7, 11 \}. \end{align*}

An isomorphism ϕ:U(8)→U(12)\phi : U(8) \rightarrow U(12) is then given by

1↦13↦55↦77↦11.\begin{align*} 1 & \mapsto 1\\ 3 & \mapsto 5\\ 5 & \mapsto 7\\ 7 & \mapsto 11. \end{align*}

The map ϕ\phi is not the only possible isomorphism between these two groups. We could define another isomorphism ψ\psi by ψ(1)=1,\psi(1) = 1\text{,} ψ(3)=11,\psi(3) = 11\text{,} ψ(5)=5,\psi(5) = 5\text{,} ψ(7)=7.\psi(7) = 7\text{.} In fact, both of these groups are isomorphic to Z2×Z2{\mathbb Z}_2 \times {\mathbb Z}_2 (see Example 3.28 in Chapter 3).

Example9.5

Even though S3S_3 and Z6{\mathbb Z}_6 possess the same number of elements, we would suspect that they are not isomorphic, because Z6{\mathbb Z}_6 is abelian and S3S_3 is nonabelian. To demonstrate that this is indeed the case, suppose that ϕ:Z6→S3\phi : {\mathbb Z}_6 \rightarrow S_3 is an isomorphism. Let a,b∈S3a , b \in S_3 be two elements such that ab≠ba.ab \neq ba\text{.} Since ϕ\phi is an isomorphism, there exist elements mm and nn in Z6{\mathbb Z}_6 such that

ϕ(m)=aandϕ(n)=b.\begin{equation*} \phi( m ) = a \quad \text{and} \quad \phi( n ) = b. \end{equation*}

However,

ab=Ï•(m)Ï•(n)=Ï•(m+n)=Ï•(n+m)=Ï•(n)Ï•(m)=ba,\begin{equation*} ab = \phi(m ) \phi(n) = \phi(m + n) = \phi(n + m) = \phi(n ) \phi(m) = ba, \end{equation*}

which contradicts the fact that aa and bb do not commute.

Theorem9.6

Let ϕ:G→H\phi : G \rightarrow H be an isomorphism of two groups. Then the following statements are true.

  1. ϕ−1:H→G\phi^{-1} : H \rightarrow G is an isomorphism.

  2. ∣G∣=∣H∣.|G| = |H|\text{.}

  3. If GG is abelian, then HH is abelian.

  4. If GG is cyclic, then HH is cyclic.

  5. If GG has a subgroup of order n,n\text{,} then HH has a subgroup of order n.n\text{.}

Proof

Assertions (1) and (2) follow from the fact that Ï•\phi is a bijection. We will prove (3) here and leave the remainder of the theorem to be proved in the exercises.

(3) Suppose that h1h_1 and h2h_2 are elements of H.H\text{.} Since ϕ\phi is onto, there exist elements g1,g2∈Gg_1, g_2 \in G such that ϕ(g1)=h1\phi(g_1) = h_1 and ϕ(g2)=h2.\phi(g_2) = h_2\text{.} Therefore,

h1h2=Ï•(g1)Ï•(g2)=Ï•(g1g2)=Ï•(g2g1)=Ï•(g2)Ï•(g1)=h2h1.\begin{equation*} h_1 h_2 = \phi(g_1) \phi(g_2) = \phi(g_1 g_2) = \phi(g_2 g_1) = \phi(g_2) \phi(g_1) = h_2 h_1. \end{equation*}

We are now in a position to characterize all cyclic groups.

Theorem9.7

All cyclic groups of infinite order are isomorphic to Z.{\mathbb Z}\text{.}

Proof

Let GG be a cyclic group with infinite order and suppose that aa is a generator of G.G\text{.} Define a map ϕ:Z→G\phi : {\mathbb Z} \rightarrow G by ϕ:n↦an.\phi : n \mapsto a^n\text{.} Then

Ï•(m+n)=am+n=aman=Ï•(m)Ï•(n).\begin{equation*} \phi( m+n ) = a^{m+n} = a^m a^n = \phi( m ) \phi( n ). \end{equation*}

To show that ϕ\phi is injective, suppose that mm and nn are two elements in Z,{\mathbb Z}\text{,} where m≠n.m \neq n\text{.} We can assume that m>n.m \gt n\text{.} We must show that am≠an.a^m \neq a^n\text{.} Let us suppose the contrary; that is, am=an.a^m = a^n\text{.} In this case am−n=e,a^{m - n} = e\text{,} where m−n>0,m - n \gt 0\text{,} which contradicts the fact that aa has infinite order. Our map is onto since any element in GG can be written as ana^n for some integer nn and ϕ(n)=an.\phi(n) = a^n\text{.}

Theorem9.8

If GG is a cyclic group of order n,n\text{,} then GG is isomorphic to Zn.{\mathbb Z}_n\text{.}

Proof

Let GG be a cyclic group of order nn generated by aa and define a map ϕ:Zn→G\phi : {\mathbb Z}_n \rightarrow G by ϕ:k↦ak,\phi : k \mapsto a^k\text{,} where 0≤k<n.0 \leq k \lt n\text{.} The proof that ϕ\phi is an isomorphism is one of the end-of-chapter exercises.

Corollary9.9

If GG is a group of order p,p\text{,} where pp is a prime number, then GG is isomorphic to Zp.{\mathbb Z}_p\text{.}

Proof

The proof is a direct result of Corollary 6.12.

The main goal in group theory is to classify all groups; however, it makes sense to consider two groups to be the same if they are isomorphic. We state this result in the following theorem, whose proof is left as an exercise.

Theorem9.10

The isomorphism of groups determines an equivalence relation on the class of all groups.

Hence, we can modify our goal of classifying all groups to classifying all groups ; that is, we will consider two groups to be the same if they are isomorphic.

SubsectionCayley's Theorem

¶

Cayley proved that if GG is a group, it is isomorphic to a group of permutations on some set; hence, every group is a permutation group. Cayley's Theorem is what we call a representation theorem. The aim of representation theory is to find an isomorphism of some group GG that we wish to study into a group that we know a great deal about, such as a group of permutations or matrices.

Example9.11

Consider the group Z3.{\mathbb Z}_3\text{.} The Cayley table for Z3{\mathbb Z}_3 is as follows.

+012001211202201\begin{equation*} \begin{array}{c|ccc} + & 0 & 1 & 2 \\ \hline 0 & 0 & 1 & 2 \\ 1 & 1 & 2 & 0 \\ 2 & 2 & 0 & 1 \end{array} \end{equation*}

The addition table of Z3{\mathbb Z}_3 suggests that it is the same as the permutation group G={(0),(012),(021)}.G = \{ (0), (0 1 2), (0 2 1) \}\text{.} The isomorphism here is

0↦(012012)=(0)1↦(012120)=(012)2↦(012201)=(021).\begin{align*} 0 & \mapsto \begin{pmatrix} 0 & 1 & 2 \\ 0 & 1 & 2 \end{pmatrix} = (0)\\ 1 & \mapsto \begin{pmatrix} 0 & 1 & 2 \\ 1 & 2 & 0 \end{pmatrix} = (0 1 2)\\ 2 & \mapsto \begin{pmatrix} 0 & 1 & 2 \\ 2 & 0 & 1 \end{pmatrix} = (0 2 1). \end{align*}
Theorem9.12Cayley

Every group is isomorphic to a group of permutations.

Proof

Let GG be a group. We must find a group of permutations G‾\overline{G} that is isomorphic to G.G\text{.} For any g∈G,g \in G\text{,} define a function λg:G→G\lambda_g : G \rightarrow G by λg(a)=ga.\lambda_g(a) = ga\text{.} We claim that λg\lambda_g is a permutation of G.G\text{.} To show that λg\lambda_g is one-to-one, suppose that λg(a)=λg(b).\lambda_g(a) = \lambda_g(b)\text{.} Then

ga=λg(a)=λg(b)=gb.\begin{equation*} ga =\lambda_g(a) = \lambda_g(b) = gb. \end{equation*}

Hence, a=b.a = b\text{.} To show that λg\lambda_g is onto, we must prove that for each a∈G,a \in G\text{,} there is a bb such that λg(b)=a.\lambda_g (b) = a\text{.} Let b=g−1a.b = g^{-1} a\text{.}

Now we are ready to define our group G‾.\overline{G}\text{.} Let

G‾={λg:g∈G}.\begin{equation*} \overline{G} = \{ \lambda_g : g \in G \}. \end{equation*}

We must show that G‾\overline{G} is a group under composition of functions and find an isomorphism between GG and G‾.\overline{G}\text{.} We have closure under composition of functions since

(λg∘λh)(a)=λg(ha)=gha=λgh(a).\begin{equation*} (\lambda_g \circ \lambda_h )(a) = \lambda_g(ha) = gha = \lambda_{gh} (a). \end{equation*}

Also,

λe(a)=ea=a\begin{equation*} \lambda_e (a) = ea = a \end{equation*}

and

(λg−1∘λg)(a)=λg−1(ga)=g−1ga=a=λe(a).\begin{equation*} (\lambda_{g^{-1}} \circ \lambda_g) (a) = \lambda_{g^{-1}} (ga) = g^{-1} g a = a = \lambda_e (a). \end{equation*}

We can define an isomorphism from GG to G‾\overline{G} by ϕ:g↦λg.\phi : g \mapsto \lambda_g\text{.} The group operation is preserved since

ϕ(gh)=λgh=λgλh=ϕ(g)ϕ(h).\begin{equation*} \phi(gh) = \lambda_{gh} = \lambda_g \lambda_h = \phi(g) \phi(h). \end{equation*}

It is also one-to-one, because if Ï•(g)(a)=Ï•(h)(a),\phi(g)(a) = \phi(h)(a)\text{,} then

ga=λga=λha=ha.\begin{equation*} ga = \lambda_g a = \lambda_h a= ha. \end{equation*}

Hence, g=h.g = h\text{.} That ϕ\phi is onto follows from the fact that ϕ(g)=λg\phi( g ) = \lambda_g for any λg∈G‾.\lambda_g \in \overline{G}\text{.}

The isomorphism g↦λgg \mapsto \lambda_g is known as the of G.G\text{.}

SubsectionHistorical Note

¶

Arthur Cayley was born in England in 1821, though he spent much of the first part of his life in Russia, where his father was a merchant. Cayley was educated at Cambridge, where he took the first Smith's Prize in mathematics. A lawyer for much of his adult life, he wrote several papers in his early twenties before entering the legal profession at the age of 25. While practicing law he continued his mathematical research, writing more than 300 papers during this period of his life. These included some of his best work. In 1863 he left law to become a professor at Cambridge. Cayley wrote more than 900 papers in fields such as group theory, geometry, and linear algebra. His legal knowledge was very valuable to Cambridge; he participated in the writing of many of the university's statutes. Cayley was also one of the people responsible for the admission of women to Cambridge.