Let $G$ be a group, and $x\in G$ such that $|x| = n\in\mathbb N$. Prove that $n$ is odd implies $x^i\ne x^{-i}$ for all $i=1,2,\ldots,n-1$.
PROOF: Give $x\in G$ such that $|x| = n\in\mathbb N$, if $x^i=x^{-i}$ for some $i\in\{1,2,\ldots,n-1\}$, then $$x^i=x^{-i} \iff x^{2i} = e.$$ If $2i < n$, then we have found another positive integer such that $x^{2i} = e$. But by definition, $n$ is the least positive integer such that $x^n = e$. Thus we have a contradiction. Now, if $n < 2i$, here's where I have some trouble. If $n<2i$, then $n + k = 2i$ for some integer $k$. I'm not really sure how we'd derive a contradiction here. I know that $$n=2i - k \le 2(n-1) - k = 2n-2-k < 4i - 2-k,$$ but this is as far as I got. An easy contradiction would be to show something like $n < n-2$ (for example), but it is not completely evident where I might need to go from here to derive a contradiction. Can anyone give a slight hint?