I am struggling with the following problem.Any help will be appreciated.
If the following statement true then please give a proof otherwise give a counterexample.
If $a^{27} \equiv 1 \pmod{37}$, then $a^9 \equiv 1 \pmod{37}$
$a^{9} \equiv 1 \pmod{37}$, then $a^3 \equiv 1 \pmod{37}$
$a^{5} \equiv 1 \pmod{37}$, then $a^3 \equiv 1 \pmod{37}$
Thank you.
The first one is true: if $a^{27}\equiv 1\pmod{37}$, then $a\bmod{37}$ is one of numbers $1,7,9,10,12,16,26,33,34$. For each of them you have $a^{9}\equiv 1\pmod{37}$.
The second one is false: $7^{9}\equiv 1\pmod{37}$, but $7^3\equiv 10\pmod{37}$.
The third one is also false, try to find a counterexample.
Edit: I thought there was $a^6$. With $a^5$ the statement is true. If $a^5\equiv 1\pmod{37}$, then $a\equiv 1\pmod{37}$ (the only case) and then of course $a^3\equiv 1\pmod{37}$.