0

I'm stuck in proving that the order of an element divides the order of the group.

I've already proved Lagrange's theorem that for $H<G, |H|||G|$

And I know that for any $a\epsilon G, |a|=|<a>|$

The problem is that though I know this for a fact, I need to prove that the order of the element equals the order of the cyclic subgroup it generates but how do i prove this result to finally conclude that the order of a divides G using lagrange?

Please help.

Alea
  • 946
  • See also https://math.stackexchange.com/questions/28332/is-lagranges-theorem-the-most-basic-result-in-finite-group-theory – lhf Dec 10 '17 at 10:31

2 Answers2

1

Let $n=\operatorname{ord}a$. Then $a^n=e$ and $a^k\neq e$ if $k\in\{1,2,\ldots,n-1\}$. But then $\langle a\rangle=\{e,a,a^2,\ldots,a^{n-1}\}$ and therefore $\operatorname{ord}\langle a\rangle=n=\operatorname{ord}a$.

1

Well, the first part of your question comes really quickly,

$$|a| = |<a>|\,\bigg|\,|G|$$

$<a>$ is a subgroup so it's order must divide the order of the group (by Lagrange)

It seems like you are really asking why $|a| = |<a>|$

To see this recall that $$<a> = \{a^k \ | \ k \in \mathbb{Z}\}$$

When $ |a| < \infty,$ $$\ a^{n_1} = a^{n_2} \iff n_1 = n_2 \mod |a| $$

$ \\ $

In particular, $\{a^k \ | \ k \in \mathbb{Z}\} = \{e=a^0,a,a^2,a^3,\ldots,a^{|a|-1}\}$

which has $|a|$ elements.

David Reed
  • 3,265