Okay, so I've been trying for hours to try prove this
Let $n \geqslant 3$. Show that the equation $x^2 \equiv 1 \pmod{2^n}$ has exactly $4$ solutions modulo $2^n$.
I tried using induction but I just can't work it out, I think I'm just missing something simple. however, I know how to find the $4$ solutions, such as when $n=3$, the $4$ solutions $1,3,5,7$, and when $n=4$ the $4$ solutions are $1,7,9,15$, and when $n=5$ the $4$ solutions are $1,15,17,31$ etc. … so how do i prove for all $n \geqslant 3$ that there are exactly $4$ solutions $\mod 2^n$? Using induction?
Thanks for any help in advance.