Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

πŸ“š The CoCalc Library - books, templates and other resources

132930 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

Section3.3Subgroups

ΒΆ

SubsectionDefinitions and Examples

ΒΆ

Sometimes we wish to investigate smaller groups sitting inside a larger group. The set of even integers 2Z={…,βˆ’2,0,2,4,…}2{\mathbb Z} = \{\ldots, -2, 0, 2, 4, \ldots \} is a group under the operation of addition. This smaller group sits naturally inside of the group of integers under addition. We define a HH of a group GG to be a subset HH of GG such that when the group operation of GG is restricted to H,H\text{,} HH is a group in its own right. Observe that every group GG with at least two elements will always have at least two subgroups, the subgroup consisting of the identity element alone and the entire group itself. The subgroup H={e}H = \{ e \} of a group GG is called the . A subgroup that is a proper subset of GG is called a . In many of the examples that we have investigated up to this point, there exist other subgroups besides the trivial and improper subgroups.

Example3.24

Consider the set of nonzero real numbers, Rβˆ—,{\mathbb R}^*\text{,} with the group operation of multiplication. The identity of this group is 1 and the inverse of any element a∈Rβˆ—a \in {\mathbb R}^* is just 1/a.1/a\text{.} We will show that

Qβˆ—={p/q:p and q are nonzero integers}\begin{equation*} {\mathbb Q}^* = \{ p/q : p \, {\rm and }\, q\, {\rm are\, nonzero\, integers} \} \end{equation*}

is a subgroup of Rβˆ—.{\mathbb R}^*\text{.} The identity of Rβˆ—{\mathbb R}^* is 1; however, 1=1/11 = 1/1 is the quotient of two nonzero integers. Hence, the identity of Rβˆ—{\mathbb R}^* is in Qβˆ—.{\mathbb Q}^*\text{.} Given two elements in Qβˆ—,{\mathbb Q}^*\text{,} say p/qp/q and r/s,r/s\text{,} their product pr/qspr/qs is also in Qβˆ—.{\mathbb Q}^*\text{.} The inverse of any element p/q∈Qβˆ—p/q \in {\mathbb Q}^* is again in Qβˆ—{\mathbb Q}^* since (p/q)βˆ’1=q/p.(p/q)^{-1} = q/p\text{.} Since multiplication in Rβˆ—{\mathbb R}^* is associative, multiplication in Qβˆ—{\mathbb Q}^* is associative.

Example3.25

Recall that Cβˆ—{\mathbb C}^{\ast} is the multiplicative group of nonzero complex numbers. Let H={1,βˆ’1,i,βˆ’i}.H = \{ 1, -1, i, -i \}\text{.} Then HH is a subgroup of Cβˆ—.{\mathbb C}^{\ast}\text{.} It is quite easy to verify that HH is a group under multiplication and that HβŠ‚Cβˆ—.H \subset {\mathbb C}^{\ast}\text{.}

Example3.26

Let SL2(R)SL_2( {\mathbb R}) be the subset of GL2(R)GL_2( {\mathbb R })consisting of matrices of determinant one; that is, a matrix

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

is in SL2(R)SL_2( {\mathbb R}) exactly when adβˆ’bc=1.ad - bc = 1\text{.} To show that SL2(R)SL_2( {\mathbb R}) is a subgroup of the general linear group, we must show that it is a group under matrix multiplication. The 2Γ—22 \times 2 identity matrix is in SL2(R),SL_2( {\mathbb R})\text{,} as is the inverse of the matrix A:A\text{:}

Aβˆ’1=(dβˆ’bβˆ’ca).\begin{equation*} A^{-1} = \begin{pmatrix} d & -b \\ -c & a \end{pmatrix}. \end{equation*}

It remains to show that multiplication is closed; that is, that the product of two matrices of determinant one also has determinant one. We will leave this task as an exercise. The group SL2(R)SL_2({\mathbb R}) is called the .

Example3.27

It is important to realize that a subset HH of a group GG can be a group without being a subgroup of G.G\text{.} For HH to be a subgroup of GG it must inherit GG's binary operation. The set of all 2Γ—22 \times 2 matrices, M2(R),{\mathbb M}_2(\mathbb R)\text{,} forms a group under the operation of addition. The 2Γ—22 \times 2 general linear group is a subset of M2(R){\mathbb M}_2(\mathbb R) and is a group under matrix multiplication, but it is not a subgroup of M2(R).{\mathbb M}_2(\mathbb R)\text{.} If we add two invertible matrices, we do not necessarily obtain another invertible matrix. Observe that

(1001)+(βˆ’100βˆ’1)=(0000),\begin{equation*} \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} + \begin{pmatrix} -1 & 0 \\ 0 & -1 \end{pmatrix} = \begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix}, \end{equation*}

but the zero matrix is not in GL2(R).GL_2( {\mathbb R })\text{.}

Example3.28

One way of telling whether or not two groups are the same is by examining their subgroups. Other than the trivial subgroup and the group itself, the group Z4{\mathbb Z}_4 has a single subgroup consisting of the elements 0 and 2. From the group Z2,{\mathbb Z}_2\text{,} we can form another group of four elements as follows. As a set this group is Z2Γ—Z2.{\mathbb Z}_2 \times {\mathbb Z}_2\text{.} We perform the group operation coordinatewise; that is, (a,b)+(c,d)=(a+c,b+d).(a,b) + (c,d) = (a+c, b+d)\text{.} TableΒ 3.29 is an addition table for Z2Γ—Z2.{\mathbb Z}_2 \times {\mathbb Z}_2\text{.} Since there are three nontrivial proper subgroups of Z2Γ—Z2,{\mathbb Z}_2 \times {\mathbb Z}_2\text{,} H1={(0,0),(0,1)},H_1 = \{ (0,0), (0,1) \}\text{,} H2={(0,0),(1,0)},H_2 = \{ (0,0), (1,0) \}\text{,} and H3={(0,0),(1,1)},H_3 = \{ (0,0), (1,1) \}\text{,} Z4{\mathbb Z}_4 and Z2Γ—Z2{\mathbb Z}_2 \times {\mathbb Z}_2 must be different groups.

+(0,0)(0,1)(1,0)(1,1)(0,0)(0,0)(0,1)(1,0)(1,1)(0,1)(0,1)(0,0)(1,1)(1,0)(1,0)(1,0)(1,1)(0,0)(0,1)(1,1)(1,1)(1,0)(0,1)(0,0)\begin{equation*} \begin{array}{c|cccc} + & (0,0) & (0,1) & (1,0) & (1,1) \\ \hline (0,0) & (0,0) & (0,1) & (1,0) & (1,1) \\ (0,1) & (0,1) & (0,0) & (1,1) & (1,0) \\ (1,0) & (1,0) & (1,1) & (0,0) & (0,1) \\ (1,1) & (1,1) & (1,0) & (0,1) & (0,0) \end{array} \end{equation*}
Table3.29Addition table for Z2Γ—Z2{\mathbb Z}_2 \times {\mathbb Z}_2

SubsectionSome Subgroup Theorems

ΒΆ

Let us examine some criteria for determining exactly when a subset of a group is a subgroup.

Proposition3.30

A subset HH of GG is a subgroup if and only if it satisfies the following conditions.

  1. The identity ee of GG is in H.H\text{.}

  2. If h1,h2∈H,h_1, h_2 \in H\text{,} then h1h2∈H.h_1h_2 \in H\text{.}

  3. If h∈H,h \in H\text{,} then hβˆ’1∈H.h^{-1} \in H\text{.}

Proof

First suppose that HH is a subgroup of G.G\text{.} We must show that the three conditions hold. Since HH is a group, it must have an identity eH.e_H\text{.} We must show that eH=e,e_H = e\text{,} where ee is the identity of G.G\text{.} We know that eHeH=eHe_H e_H = e_H and that eeH=eHe=eH;ee_H = e_H e = e_H\text{;} hence, eeH=eHeH.ee_H = e_H e_H\text{.} By right-hand cancellation, e=eH.e =e_H\text{.} The second condition holds since a subgroup HH is a group. To prove the third condition, let h∈H.h \in H\text{.} Since HH is a group, there is an element hβ€²βˆˆHh' \in H such that hhβ€²=hβ€²h=e.hh' = h'h = e\text{.} By the uniqueness of the inverse in G,G\text{,} hβ€²=hβˆ’1.h' = h^{-1}\text{.}

Conversely, if the three conditions hold, we must show that HH is a group under the same operation as G;G\text{;} however, these conditions plus the associativity of the binary operation are exactly the axioms stated in the definition of a group.

Proposition3.31

Let HH be a subset of a group G.G\text{.} Then HH is a subgroup of GG if and only if Hβ‰ βˆ…,H \neq \emptyset\text{,} and whenever g,h∈Hg, h \in H then ghβˆ’1gh^{-1} is in H.H\text{.}

Proof

First assume that HH is a subgroup of G.G\text{.} We wish to show that ghβˆ’1∈Hgh^{-1} \in H whenever gg and hh are in H.H\text{.} Since hh is in H,H\text{,} its inverse hβˆ’1h^{-1} must also be in H.H\text{.} Because of the closure of the group operation, ghβˆ’1∈H.gh^{-1} \in H\text{.}

Conversely, suppose that HβŠ‚GH \subset G such that Hβ‰ βˆ…H \neq \emptyset and ghβˆ’1∈Hg h^{-1} \in H whenever g,h∈H.g, h \in H\text{.} If g∈H,g \in H\text{,} then ggβˆ’1=egg^{-1} = e is in H.H\text{.} If g∈H,g \in H\text{,} then egβˆ’1=gβˆ’1eg^{-1} = g^{-1} is also in H.H\text{.} Now let h1,h2∈H.h_1, h_2 \in H\text{.} We must show that their product is also in H.H\text{.} However, h1(h2βˆ’1)βˆ’1=h1h2∈H.h_1(h_2^{-1})^{-1} = h_1 h_2 \in H\text{.} Hence, HH is a subgroup of G.G\text{.}