This is exercise $10.E.4$ from Pinter:
Let $a$ and $b$ be elements of a group $G$.
Let ord($a$) = $m$ and ord($b$) = $n$.
Prove:
Let $a$ and $b$ commute.
If $m$ and $n$ are relatively prime, then ord($ab$) = $mn$.
(HINT: Use $10.E.2$.)
Here is $10.E.2$, which Pinter suggests that we use:
If $m$ and $n$ are relatively prime, then no power of $a$ can be equal to any power of $b$ (except for $e$).
I'm also going to use $10.E.1$:
If $a$ and $b$ commute, then ord($ab$) is a divisor of lcm($m$,$n$).
As well as $B.T6.i$ (Theorem $6.i$ from Appendix $B$. A fact from basic number theory.):
If gcd($m$,$n$) = 1 then lcm($m$,$n$) = $mn$
Let's begin.
We are given that $m$ and $n$ are relatively prime which means that:
$$\text{gcd}(m,n) = 1$$
By $B.T6.i$:
$$ \text{lcm}(m,n) = mn \tag{1} $$
By $10.E.1$:
$$ \text{ord}(ab)\ |\ \text{lcm}(m,n) $$
Substituting $(1)$:
$$ \text{ord}(ab)\ |\ mn $$
Which means that there is an integer $x$ such that:
$$ \text{ord}(ab) x = mn $$
This is so close! For the theorem to be true, we'd have to show that $x = 1$.
However, the original exercise statement says to use $10.E.2$.
- Is that helpful in showing that $x = 1$?
- Or is there some other completely different approach whereby $10.E.2$ is used?
UPDATE: Some comments regarding the answer below.
The proof uses the following fact:
If $a|c$ and $b|c$ then $lcm(a,b)|c$.
For this exercise, I wanted to only use theorems that had been presented in the book up to that point. And, I didn't seem to recall seeing this theorem. (If anyone spots this in Pinter, please comment below with the location.)
However, I did notice that the following similar fact is in Appendix B (REVIEW OF THE INTEGERS) as exercise B.9:
If $a|c$ and $b|c$ and $gcd(a,b) = 1$ then $ab|c$.
So yeah, it looks like the approach shown below is definitely a valid way to go if you want to stick to what's presented in the book.