2

Let $(G,*)$ be an abelian group with two elements a and b of order p,q co-prime. What is the order of a*b ?

At most pq as $(a*b)^{pq}=a^{pq}*b^{pq}=1_G$

I guess it is exactly pq but I do not see why ?

Joachim
  • 103

1 Answers1

2

notice that $(ab)^n=a^n b^n$, so if this is equal to $1$ then $a^n=(b^n)^{-1}$. This would imply that $a^n$ is contained in $\langle b \rangle $ and $\langle a \rangle$. The intersection of these two subgroups is $\{e\}$ by Lagrange's theorem.

So we need $a^n=b^n=e$. So $p$ and $q$ must both divide $n$, hence $\text{lcm}(p,q)=pq$ must divide $n$. So the order of $ab$ is $pq$.

Asinomás
  • 105,651