Just as the title says, I'm asked to prove the following:
For $\alpha\in\mathbb{T}$, where $\mathbb{T}=\{z\in\mathbb{C}:|z|=1\}$, prove that $\alpha^n=\alpha^m=1$, only if $\alpha^d=1$, where $d=\gcd{(m,n)}$.
Here is my attempt at the proof.
If $d=\gcd{(m,n)}$, then we can write $d$, as $d=rm+sn$, for some $r,s\in\mathbb{Z}$. Hence we can write $\alpha^d=\alpha^{rm+sn}=\alpha^{rm}\alpha^{sn}$. Then, using the fact that $|\alpha|=1$, because $\alpha\in\mathbb{T}$, we can let $\alpha=e^{ix}$. Then we have that $\alpha^{rm}\alpha^{sn}=e^{ix(rm+ns)}=e^{irmx}e^{isnx}=1$.
At this point, I'm not sure exactly how to proceed, or even if I am ont the correct track. Any help would be appreciated.