\documentclass[a4paper,12pt]{article}

\begin{document}

\parindent=0pt

QUESTION

\begin{description}

\item[(a)]
Show that every subgroup of index 2 in any group $G$ must be a
normal subgroup, and that every subgroup of an abelian group is
also normal. Give an example of a non-normal subgroup of a finite
group.

\item[(b)]
Describe the group of rotations of the cube and regarding them as
permutations of the 4 diagonals write them in disjoint cycle
notation and say which of them are even.

\end{description}




ANSWER


\begin{description}

\item[(a)]
If $H$ has index 2 in $G$ then $G$ is the disjoint union of $H$
and $gH$ for some element $g\in\frac{G}{H}$. Since $g\not\in H\
Hg$ ia also disjoint from $H$ and therefore $Hg=gH$.

If $G$ is abelian then $gh=hg\ \forall g,h\in G$ and in particular
$gH=Hg$

Let $G=D_n\ n\geq3$ and $g=\sigma_i$ be a reflection. Then
$\left<g\right>$ is not normal since
$\rho\left<\sigma_i\right>\neq\left<\sigma_i\right>\rho$.

\item[(b)]
There are 24 rotations of the cube. If the diagonals are labeled
1,2,3,4 anti-clockwise around the top face of the cube.

\setlength{\unitlength}{.5cm}

\begin{picture}(10,10)

\put(1,1){\line(1,0){5}}\put(1,1){\line(0,1){5}}
\put(1,6){\line(1,0){5}}\put(1,6){\line(1,1){3}}
\put(6,1){\line(0,1){5}}\put(6,1){\line(1,1){3}}
\put(9,9){\line(-1,0){5}}\put(9,9){\line(-1,-1){3}}\put(9,9){\line(0,-1){5}}

\put(9.2,9.2){1}\put(3.8,9.2){2}\put(.3,6){3}\put(6.2,5.5){4}
\put(.2,.2){1'} \put(6,.2){2'}\put(8.8,3){3'} \put(4.2,4.2){4'}

\put(4,9){\line(0,-1){.4}}\put(4,8.2){\line(0,-1){.4}}
\put(4,7.4){\line(0,-1){.4}}\put(4,6.6){\line(0,-1){.4}}
\put(4,5.8){\line(0,-1){.4}}\put(4,5){\line(0,-1){.4}}
\put(4,4.2){\line(0,-1){.2}}

\put(4,4){\line(1,0){.4}} \put(4.8,4){\line(1,0){.4}}
\put(5.6,4){\line(1,0){.4}} \put(6.4,4){\line(1,0){.4}}
\put(7.2,4){\line(1,0){.4}} \put(8,4){\line(1,0){.4}}
\put(8.8,4){\line(1,0){.2}}

\put(1,1){\line(1,1){.8}}\put(2.6,2.6){\line(1,1){.8}}
\end{picture}

We have rotations of order 3 around the diagonals given by

\begin{tabular}{cc}
anti clockwise $2\frac{\pi}{3}$&clockwise $2\frac{\pi}{3}$\\
(234)&(243)\\ (134)&(143)\\ (124)&(142)\\ (123)&(132)
\end{tabular}

These are all even.

Given any edge there is an order 2 rotation around the axis
joining the midpoint of the edge to that on the opposite edge.
There are 6 such rotations given by

\begin{tabular}{cc}
(12)&(around the edge with vertices 1,2)\\ (23)&(around the edge
with vertices 2,3)\\ (34)&(around the edge with vertices 3,4)\\
(41)&(around the edge with vertices 4,1)\\ (13)&(around the edge
with vertices 1,3')\\ (24)&(around the edge with vertices 2,4')
\end{tabular}

These are all odd.

There are 3 anticlockwise rotations of order 2 around midpoints of
faces giving

\begin{tabular}{cc}
(1243)&around the midpoint of the face \{1,2,4',3'\}\\
(1423)&around the midpoint of the face \{1,4,2',3'\}\\
(1234)&around the midpoint of the face \{1,2,3,4\}\\
\end{tabular}

these are all odd as are their inverses (1342), (1324) and (1432)
whereas the squares of the rotations give (14)(23), (12)(43) and
(13)(24) which are all even. The last rotation is the identity
which is even.


\end{description}




\end{document}
