I am self-studying algebra using MIT's publicly online materials. The text for the course is the second edition of Artin's Algebra, Proposition 2.4.3 of which is stated without proof:
Let $x$ be an element of finite order $n$ in a group, and let $k$ be an integer that is written as $k = nq + r$ where $q$ and $r$ are integers and $0 \leq r < n$. Then
$x^k = x^r$.
$x^k = 1$ if and only if $r = 0$.
The order of $x^k$ is $\frac{n}{d}$, where $d$ is the greatest common divisor of $k$ and $n$.
1 and 2 are very easy, and I'm willing to bet that 3 is easy as well -- but I'm nonetheless stuck. It's obvious that $(x^k)^{\frac{n}{d}} = 1$; I run into difficulty, however, trying to show that there is no positive integer $c < \frac{n}{d}$ such that $x^{kc} = 1$.
We certainly know that if there is such a $c$ then it must divide $\frac{n}{d}$. Moreover, we know that $n = n'd$, $k = k'd$ for positive integers $n', k'$. What I'm not seeing how to use, evidently, is the fact that $d = \gcd(n,k)$. I'm sure the answer is straightforward, but I'm afraid I'm missing it.
Any help would be appreciated...