Homepage › Solution manuals › David S. Dummit › Abstract Algebra › Exercise 4.2.4 (Left regular representation of $Q_8$)
Exercise 4.2.4 (Left regular representation of $Q_8$)
Use the left representation of to produce two elements of which generate a subgroup of isomorphic to the quaternion group .
Answers
(The table of is given in Exercise 1.5.8.)
Proof. We label the elements of with the bijection :
Since , we compute and :
so
Moreover,
so
So
□Verification with Gap:
gap> i := (1,3,2,4)(5,7,6,8); (1,3,2,4)(5,7,6,8) gap> j := (1,5,2,6)(3,8,4,7); (1,5,2,6)(3,8,4,7) gap> G := Group(i,j); Group([ (1,3,2,4)(5,7,6,8), (1,5,2,6)(3,8,4,7) ]) gap> Order(G); 8 gap> List(G); [ (), (1,2)(3,4)(5,6)(7,8), (1,4,2,3)(5,8,6,7), (1,3,2,4)(5,7,6,8), (1,6,2,5)(3,7,4,8), (1,5,2,6)(3,8,4,7), (1,8,2,7)(3,6,4,5), (1,7,2,8)(3,5,4,6) ] gap> StructureDescription(G); "Q8"