Let $G$ be a finite cyclic group of order $n$. If $d$ is a positive divisor of $n$, prove that equation $x^d = e$ has exactly $d$ distinct solutions in $G$
This is practice question assigned to me and I have no clue how to approach this.
Let $G$ be a finite cyclic group of order $n$. If $d$ is a positive divisor of $n$, prove that equation $x^d = e$ has exactly $d$ distinct solutions in $G$
This is practice question assigned to me and I have no clue how to approach this.
Hint:
Let $g$ be an element of order $n$ in $G$, and let $m=n/d$. Then, the roots are $\{g^m, g^{2m},\dots,g^{dm}\}$.
Try to prove that these elements are roots and the other elements are not.
Clues:
1) let $g$ be a generator of $G$. Can you show that $g^{n/d}$ solves $x^d=e$
2) can you now think of more elements in $g$ that will solve this equation?
3) once you exhausted the trick above to find as many solutions to $x^d=e$ as you can you should have $d$ solutions. These all have a particularly nice form. Now show that any element not of that form is not a solution.
If you are better at number theory, you can start with this.
Let $g\in G$ be a generator and $f:G\rightarrow Z_n$ be defined by $f(g^i)=i$. You can easily show that $f$ is an isomorphism between $G$ and $Z_n$ which are just integers modulo $n$. Then, your problem reduces to $dx =0 (\text{mod} \ n)$.
Am I heading in the right direction ??
– Kj Tada Mar 18 '13 at 03:08