3

Let $K$ be a normal subgroup of $G.$ If $[G:K] = m$ then prove that $g^m \in K$ for all $g \in G$.

Solution: If $[G:K] = m$ then $|G/K| = m$. By Lagrange's theorem, the order of an element divides the order of the group. Therefore $(gK)^m = K$ for any coset $gK$. So for any $g \in G$, we have $(gK)^m = g^mK = K$, which means that $g^m \in K$. $\square$


I don't understand why we can make the claim that $(gK)^m = K$ for all cosets $gK$ because the order of an element divides the order of the group.

MathFail
  • 21,128

1 Answers1

3

Since $K$ is normal in $G$, $G/K=\{gK|\forall g\in G\}$ is the quotient group (factor group), the order of this quotient group is $m$. Now, take an arbitray element $gK$ from this quotient group, we have $(gK)^m=K$. Note $K$ plays as the unit element in the quotient group (like $e$ plays as the unit element in $G$). Because $K$ is normal in $G$, which means $gK=Kg$, so we have $(gK)^m=g^mK^m=g^mK=K$, and this implies $g^m\in K.$

MathFail
  • 21,128