Homepage › Solution manuals › David S. Dummit › Abstract Algebra › Exercise 4.2.5 (Action of $D_8$ on the set of left cosets of $H$)
Exercise 4.2.5 (Action of $D_8$ on the set of left cosets of $H$)
Let and be the usual generators for the dihedral group of order and let . List the left cosets of in as and .
- (a)
- Label these cosets with the integers , respectively. Exhibit the image of each element of under the representation of into obtained from the action of by left multiplication on the set of left cosets of in . Deduce that this representation is faithful (i.e., the elements of obtained form a subgroup isomorphic to ).
- (b)
- Repeat part (a) with the list of cosets relabelled by the integers , respectively. Show that the permutations obtained from this labelling form a subgroup of that is different from the subgroup obtained in part (a).
- (c)
- Let , list the cosets of in as , and , and label these with the integers . Prove that, with respect to this labelling, the image of under the representation obtained from left multiplication on the cosets of is the same subgroup of as in part (a) (even though the subgroups and are different and some of the elements of map to different permutations under the two homomorphisms).
Answers
Proof. The left cosets of in are
- (a)
-
We label these cosets with the bijection
:
If , we write . Since , we compute and :
so .
Moreover,
so .
Since defined by is a homomorphism,
Therefore , thus this representation is faithful. This shows that
With Gap:
gap> r := (1,2,3,4); (1,2,3,4) gap> s := (2, 4); (2,4) gap> G := Group(r,s); Group([ (1,2,3,4), (2,4) ]) gap> List(G); [ (), (1,3)(2,4), (1,4,3,2), (1,2,3,4), (2,4), (1,3), (1,4)(2,3), (1,2)(3,4) ] gap> StructureDescription(G); "D8" - (b)
-
We repeat part (a) with the bijection
:
Then
so .
Moreover,
so .
Since defined by is a homomorphism,
We observe that the subgroups and are distinct (but these subgroups are conjugate, i.e., if , then for every )
- (c)
-
Let
. The cosets of
are
We label these cosets with the bijection :
If we write the associate representation, then
so .
Moreover,
so .
Then the image of this representation is
is the same subgroup of as in part (a).