Homepage › Solution manuals › David S. Dummit › Abstract Algebra › Exercise 4.3.15 (Two permutation representations of $D_8$)
Exercise 4.3.15 (Two permutation representations of $D_8$)
Find an element of which conjugates the subgroup of obtained in part (a) of Exercise 3, Section 2 to the subgroup of obtained in part (b) of the same exercise (both of these subgroups are isomorphic to ).
Answers
Proof. To label the elements of , we use the following bijection :
so that for all .
By definition of the corresponding permutation representation , as in Exercise 14,
where is the regular representation of , defined by for all in .
So the following diagram is commutative:
Now we relabel the elements of with the bijection :
The corresponding permutation representation satisfies
We obtain as in Exercise 14 the commutative diagram
Put . Then
Since
we obtain
By (1), , so conjugates the two permutation groups obtained in Exercise 4.2.3. □
We check this result on :
(see Exercise 4.2.3).
With Gap
gap> t := (2, 3,5)(4,7,6); (2,3,5)(4,7,6) gap> s := (1,7)(2,8)(3,5)(4,6); (1,7)(2,8)(3,5)(4,6) gap> t^-1 * s *t; (1,6)(2,5)(3,8)(4,7)