This is Pinter $10.G.5$
Let:
$a \in G$
$\text{ord}(a) = n$
Prove: $\text{ord}(a^m) = \frac{\text{lcm}(m,n)}{m}$
Use $10.G.3$ and $10.G.4$ to prove this.
Here is $10.G.3$:
Let $l$ be the least common multiple of $m$ and $n$. Let $l/m = k$. Explain why $(a^m)^k = e$.
Here is $10.G.4$:
Prove: If $(a^m)^t = e$, then $n$ is a factor of $mt$. (Thus, $mt$ is a common multiple of $m$ and $n$.)
Conclude that: $l = mk \leq mt$
OK, let's begin.
By $10.G.3$:
$$ (a^m)^{\text{lcm}(m,n)/m} = e \tag{5} $$
If $\text{lcm(m,n)}/m$ is the lowest number such that (5) is true, then:
$$ \text{ord}(a^m) = \text{lcm}(m,n)/m \tag{9} $$
Let's assume that there is a number
$$ q < \text{lcm}(m,n)/m \tag{7} $$
such that:
$$ (a^m)^q = e \tag{6} $$
By $10.G.4$ with (6):
$$ n \ \big|\ mq $$
$$ l \lt mq $$
$$ \text{lcm}(m,n) \leq mq $$
Isolate q:
$$ \text{lcm}(m,n)/m \leq q \tag{8} $$
(8) contradicts assumption (7).
So (9) must be true.
That's how I approached it. If anyone notices any issues, I'd be happy to know about them.
Even if it is considered correct, do you feel there is a better way?