I'm trying to find a proof that $ 17 $ is a square residue $ \pmod{2^k} $ for all positive integers $ k $. I know some very general theorems such as the Quadratic Reprocity Law, but they work only for primes.
I could also use Hensel's lemma for the polynomial $ f = x^2 - 17 $, but it doesn't hold true that $ f' \neq 0 \pmod{2} $.
I would appreciate a hint
In order to prove that $17$ is a quadratic residue $\pmod{2^k}$, it is sufficient to show that: $$ 17^{2^{k-2}}\equiv 1\pmod{2^k} \tag{1}$$ but that trivially holds by induction on $k$, since:
$$ \nu_2\left(17^{2^{n+1}}-1\right) = \nu_2\left(17^{2^{n}}+1\right)+\nu_2\left(17^{2^{n}}-1\right) \geq 1+\nu_2\left(17^{2^{n}}-1\right).\tag{2}$$