0

If $a$ is odd then $a^{2n} \equiv 1 \pmod{2^{n+2}}$ for all $n≥1$

I try using induction but I'm not get it.Thank you

Laars Helenius
  • 7,965
  • 1
  • 23
  • 35
THETA
  • 49

1 Answers1

3

This is false. Take $a=3, n=3$. Note that $$3^{6}=729 \equiv 25 \not \equiv 1 \pmod {2^{5}}$$ And $2^{5}=32$. Thus your claim is false.

Perhaps you mean $$a^{2^{n}}$$ in which case it follows from Euler's Formula and the fact that $$x^2+1 \not \equiv 0 \pmod {8}$$

S.C.B.
  • 22,768