Let $a$ be an odd integer and $n$ an integer such that $n\ge 3$.
1) I want to show that $a^{2^{n-2}} \equiv 1 \pmod{2^n}$
2) Then I want to show that $(\mathbb Z/{2^n\mathbb Z})^*$, the multiplicative group of integers modulo $2^n$, is not cyclic.
My Try:
1) Since $\phi(2^{n-1})=2^{n-2}$ and that $a$ is coprime with $2^{n-1}$, then by Euler's theorem we have that $a^{2^{n-2}} \equiv 1 \pmod{2^{n-1}}$ but I can't write the final conclusion.
2) I know that we have to show that no single element can generate the whole group but I don't know how to do it.
Thank you for your help!!