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

Section6.1Cosets

ΒΆ

Let GG be a group and HH a subgroup of G.G\text{.} Define a of HH with g∈Gg \in G to be the set

gH={gh:h∈H}.\begin{equation*} gH = \{ gh : h \in H \}. \end{equation*}

can be defined similarly by

Hg={hg:h∈H}.\begin{equation*} Hg = \{ hg : h \in H \}. \end{equation*}

If left and right cosets coincide or if it is clear from the context to which type of coset that we are referring, we will use the word coset without specifying left or right.

Example6.1

Let HH be the subgroup of Z6{\mathbb Z}_6 consisting of the elements 0 and 3. The cosets are

0+H=3+H={0,3}1+H=4+H={1,4}2+H=5+H={2,5}.\begin{gather*} 0 + H = 3 + H = \{ 0, 3 \}\\ 1 + H = 4 + H = \{ 1, 4 \}\\ 2 + H = 5 + H = \{ 2, 5 \}. \end{gather*}

We will always write the cosets of subgroups of Z{\mathbb Z} and Zn{\mathbb Z}_n with the additive notation we have used for cosets here. In a commutative group, left and right cosets are always identical.

Example6.2

Let HH be the subgroup of S3S_3 defined by the permutations {(1),(123),(132)}.\{(1), (123), (132) \}\text{.} The left cosets of HH are

(1)H=(123)H=(132)H={(1),(123),(132)}(12)H=(13)H=(23)H={(12),(13),(23)}.\begin{gather*} (1)H = (1 2 3)H = (132)H = \{(1), (1 23), (132) \}\\ (1 2)H = (1 3)H = (2 3)H = \{ (1 2), (1 3), (2 3) \}. \end{gather*}

The right cosets of HH are exactly the same as the left cosets:

H(1)=H(123)=H(132)={(1),(123),(132)}H(12)=H(13)=H(23)={(12),(13),(23)}.\begin{gather*} H(1) = H(1 2 3) = H(132) = \{(1), (1 23), (132) \}\\ H(1 2) = H(1 3) = H(2 3) = \{ (1 2), (1 3), (2 3) \}. \end{gather*}

It is not always the case that a left coset is the same as a right coset. Let KK be the subgroup of S3S_3 defined by the permutations {(1),(12)}.\{(1), (1 2)\}\text{.} Then the left cosets of KK are

(1)K=(12)K={(1),(12)}(13)K=(123)K={(13),(123)}(23)K=(132)K={(23),(132)};\begin{gather*} (1)K = (1 2)K = \{(1), (1 2)\}\\ (1 3)K = (1 2 3)K = \{(1 3), (1 2 3)\}\\ (2 3)K = (1 3 2)K = \{(2 3), (1 3 2)\}; \end{gather*}

however, the right cosets of KK are

K(1)=K(12)={(1),(12)}K(13)=K(132)={(13),(132)}K(23)=K(123)={(23),(123)}.\begin{gather*} K(1) = K(1 2) = \{(1), (1 2)\}\\ K(1 3) = K(1 3 2) = \{(1 3), (1 3 2)\}\\ K(2 3) = K(1 2 3) = \{(2 3), (1 2 3)\}. \end{gather*}

The following lemma is quite useful when dealing with cosets. (We leave its proof as an exercise.)

Lemma6.3

Let HH be a subgroup of a group GG and suppose that g1,g2∈G.g_1, g_2 \in G\text{.} The following conditions are equivalent.

  1. g1H=g2H;g_1 H = g_2 H\text{;}

  2. Hg1βˆ’1=Hg2βˆ’1;H g_1^{-1} = H g_2^{-1}\text{;}

  3. g1HβŠ‚g2H;g_1 H \subset g_2 H\text{;}

  4. g2∈g1H;g_2 \in g_1 H\text{;}

  5. g1βˆ’1g2∈H.g_1^{-1} g_2 \in H\text{.}

In all of our examples the cosets of a subgroup HH partition the larger group G.G\text{.} The following theorem proclaims that this will always be the case.

Theorem6.4

Let HH be a subgroup of a group G.G\text{.} Then the left cosets of HH in GG partition G.G\text{.} That is, the group GG is the disjoint union of the left cosets of HH in G.G\text{.}

Proof

Let g1Hg_1 H and g2Hg_2 H be two cosets of HH in G.G\text{.} We must show that either g1H∩g2H=βˆ…g_1 H \cap g_2 H = \emptyset or g1H=g2H.g_1 H = g_2 H\text{.} Suppose that g1H∩g2Hβ‰ βˆ…g_1 H \cap g_2 H \neq \emptyset and a∈g1H∩g2H.a \in g_1 H \cap g_2 H\text{.} Then by the definition of a left coset, a=g1h1=g2h2a = g_1 h_1 = g_2 h_2 for some elements h1h_1 and h2h_2 in H.H\text{.} Hence, g1=g2h2h1βˆ’1g_1 = g_2 h_2 h_1^{-1} or g1∈g2H.g_1 \in g_2 H\text{.} By LemmaΒ 6.3, g1H=g2H.g_1 H = g_2 H\text{.}

Remark6.5

There is nothing special in this theorem about left cosets. Right cosets also partition G;G\text{;} the proof of this fact is exactly the same as the proof for left cosets except that all group multiplications are done on the opposite side of H.H\text{.}

Let GG be a group and HH be a subgroup of G.G\text{.} Define the of HH in GG to be the number of left cosets of HH in G.G\text{.} We will denote the index by [G:H].[G:H]\text{.}

Example6.6

Let G=Z6G= {\mathbb Z}_6 and H={0,3}.H = \{ 0, 3 \}\text{.} Then [G:H]=3.[G:H] = 3\text{.}

Example6.7

Suppose that G=S3,G= S_3\text{,} H={(1),(123),(132)},H = \{ (1),(123), (132) \}\text{,} and K={(1),(12)}.K= \{ (1), (12) \}\text{.} Then [G:H]=2[G:H] = 2 and [G:K]=3.[G:K] = 3\text{.}

Theorem6.8

Let HH be a subgroup of a group G.G\text{.} The number of left cosets of HH in GG is the same as the number of right cosets of HH in G.G\text{.}

Proof

Let LH{\mathcal L}_H and RH{\mathcal R}_H denote the set of left and right cosets of HH in G,G\text{,} respectively. If we can define a bijective map Ο•:LHβ†’RH,\phi : {\mathcal L}_H \rightarrow {\mathcal R}_H\text{,} then the theorem will be proved. If gH∈LH,gH \in {\mathcal L}_H\text{,} let Ο•(gH)=Hgβˆ’1.\phi( gH ) = Hg^{-1}\text{.} By LemmaΒ 6.3, the map Ο•\phi is well-defined; that is, if g1H=g2H,g_1 H = g_2 H\text{,} then Hg1βˆ’1=Hg2βˆ’1.H g_1^{-1} = H g_2^{-1}\text{.} To show that Ο•\phi is one-to-one, suppose that

Hg1βˆ’1=Ο•(g1H)=Ο•(g2H)=Hg2βˆ’1.\begin{equation*} H g_1^{-1} = \phi( g_1 H ) = \phi( g_2 H ) = H g_2^{-1}. \end{equation*}

Again by LemmaΒ 6.3, g1H=g2H.g_1 H = g_2 H\text{.} The map Ο•\phi is onto since Ο•(gβˆ’1H)=Hg.\phi(g^{-1} H ) = H g\text{.}