$G$ is a group and $N \lhd G$, let $a \in G$ then $o(Na) \big| o(a)$.

56 Views Asked by At

$G$ is a group and $N \lhd G$, let $a \in G$ then $o(Na) \big| o(a)$.

Where $o(a)$ means order of $a$ and $o(Na)$ means order of the right coset $Na$ of $G$.

My attempt:

Let $o(a) = p$, then $(Na)^p=Na^p=Ne=N$. So $o(Na)$ must divide $p$.

Am I jumping some hoops in the last sentence "So $o(Na)$ must divide $p$." here? Do I need to justify it?

2

There are 2 best solutions below

0
On

You need to justify that. Actually, the same argument shows a slightly more general statement.

Let $ f \colon G \to H $ be a group homomorphism from a finite group $G$ to a finite group $H$. Then the order of $f(g)$ divides that of $g$ for every $g \in G$.

As you did, let $m := o(g)$. Then $f(g)^m = f(g^m) = f(e) = e$. Let $n := o(f(g))$. Then $n$ is the smallest positive number such that $f(g)^k = e$ holds. As freshman proposed, use the Euclid algorithm: there are integers $q$ and $r$ such that $m = qn + r$ and $0 \le r < n$. So we have $$ e = f(g)^m = f(g)^{qn + r} = (f(g)^n)^qf(g)^r = e^qf(g)^r =f(g)^r.$$ By the minimality of $n$, we get $r = 0$ from $r < n$. This means $n \mid m$.

0
On

The missing link is that, if $k\not| p$, then, by Euclid's algorithm, $p=qk+r$, with $0\lt r\lt k$. Then $e=a^p= ({a^k})^qa^r\implies a^r\in N\implies (Na)^r=N\Rightarrow\Leftarrow$.