1

Show that in a finite cyclic group $G$ of order $n$ written multiplicatively the equation $x^m=e$ has $m$ solutions $x\in G$ for each positive $m$ that divides $n$

I am having trouble understanding how to do this without using Lagrange theorem. I could really use some help here

cambelot
  • 2,411

1 Answers1

1

We can assume that $G = \mathbb{Z}_n$, the group of integers modulo $n$ under addition. So that we don't get confused, we represent the group operation of $\mathbb{Z}_n$ as addition. Your question asks for the number of solutions of the equation $mx \equiv 0 \pmod{n}$, where $0 \leq x < n$. Since $m\mid n$, we can write each such $x$ in the form $y(n/m)+z$, where $0 \leq z < n/m$ and $0 \leq y < m$. We have $mx = ny+mz \equiv mz \pmod{n}$, so the solutions are $z = 0$ and $0 \leq y < m$, of which there are exactly $m$.

Yuval Filmus
  • 57,157