0

Prove that $(\mathbb{Z}/23\mathbb{Z})^*$ is generated by $5\pmod{23}$

Is there a tactic or theorem that could help me finding the power of $5\pmod{23}$ for each element?

I was thinking about using Euler's theorem or Fermat's Little theorem, but I don't see how they could help me get for example $4\pmod{23}$ as generated by $5\pmod{23}$.

Thanks in advance

gt6989b
  • 54,422
TWstud
  • 109

1 Answers1

2

You can check that $5^{11} \ne 1 \pmod{23}$ and $5^{2}\ne 1 \pmod{23}$ using exponentiation by squaring.

gt6989b
  • 54,422
vujazzman
  • 2,028
  • 1
    also, if $5^{11} $ were $\equiv1\bmod23$ then $5$ would be a quadratic residue mod $23$, but it's not, as can be shown by quadratic reciprocity – J. W. Tanner Apr 02 '20 at 20:18