Theorem: If $a$ is a special root of the equation $x^{n}-1=0$, then $a^{p}$ is also a special root of it (where $p$ is prime to $n$).
I have done a proof of this theorem. Can you please tell if my method is incorrect?
My Method: as $a$ is a special root of it, then we can express $a$ as $$ \cos\left(\frac{2r\pi}{n}\right) + i\sin \left(\frac{2r\pi}{n}\right) $$ where $r$ is prime to $n$.
Now as $p$ is also prime to $n$, then $\gcd(pr,n) = 1$ so $$ a^{p} = \cos\left(\frac{2pr\pi}{n}\right) + i\sin \left(\frac{2pr\pi}{n}\right) $$ is also a special root of it. (Proved)
This was my method. Thank you very much. Please tell me if there was a mistake. I do not really know the math programming inputs. So, I'm so sorry if it is hard for you to understand what I've written.