1

I have to find the possible values for $o(a)$.here is my question:

Suppose $(G,*)$ is a group with $o(G)=pq$ where $p,q$ are distinct primes. For any $a\in G$ find alll possible values of $o(a)$

I can't figure it out. any one can give me a hint

1 Answers1

1

Hint: Note that $o(a)=|\langle a \rangle|$ and use Lagrange's theorem.

Actually, all you need is this result:

If $G$ is a finite group and $a \in G$, then the order of $a$ divides the order of $G$.

The simplest proof I know is this: take $a \in G$ and consider the map $f\colon G \to G$ given by $f(x)=ax$. Consider now the orbits of $f$, that is, the sets $\mathcal{O}(x)=\{ x, f(x), f(f(x)), \dots \} = \{ x, ax, a^2x, \dots \}$. All orbits have the same number of elements because $z\mapsto zx^{-1}y$ is a bijection $\mathcal{O}(x) \to \mathcal{O}(y)$. By definition, $|\mathcal{O}(e)| = o(a)$. Hence $o(a)$ divides $|G|$ because $G$ is the disjoint union of orbits.

Going back to your problem, we conclude that the possible orders of an element in $G$ are $1,p,q,pq$.

You'll learn later that every group of order $pq$ has an element of order $p$ and an element of order $q$ (a result called Cauchy's theorem), but not necessarily an element of order $pq$ if $G$ is not abelian.

lhf
  • 216,483