$\DeclareMathOperator{\ord}{ord}$ Exercise 10.D.4 from Pinter says:
Let $a$ be any element of finite order of a group $G$. Prove the following: If $\ord(a) = n$ where $n$ is odd, then $\ord(a^2) = n$.
Here's an approach I took.
We'll be using the following from the same chapter:
10.D.2
The order of $a^k$ is a divisor (factor) of the order of $a$.
10.T5 (Theorem 5)
Suppose an element $a$ in a group has order $n$. Then $a^t = e$ iff $t$ is a multiple of $n$.
Let's begin. By 10.D.2
$$\ord(a^2) \mid n$$
Let $m = \ord(a^2)$.
$$m \mid n$$
$$(a^2)^m = e$$
$$a^{2m} = e$$
By 10.T5
$$n \mid 2m$$
Due the the following rules:
$$even * even = even$$ $$even * odd = even$$ $$odd * even = even$$ $$odd * odd = odd$$
$2m$ must be even.
But $n$ divides it so $n$ must be a factor of $m$.
Thus we have:
$$ m | n$$ $$ n | m$$
And so
$$m = n$$
Question 1: Is this an OK approach? I realize there are other approaches, but I wanted to explore one that only uses facts presented in or before this chapter in the book.
Question 2: This page also presents a similar solution.
He ends up with the following, like the above approach:
$$m | n$$ $$ n | 2m$$
At this point he states that:
$\gcd(n, 2) = 1$ (because n is odd)
Hence $n | m$
I understand the fact that $\gcd(n, 2) = 1$. But, how does he go from that fact to $n | m$?