Question :
If n is a natural number and k is an odd number
$k\in \mathbb{Z}$ then show that $2^{n+2}$ is a divisor of
the number $k^{2^{n}}-1$
My try as following :
I'm think use induction :
$n=1$ then $2^{3}=8$ since $k$ is odd so : $k^{2}=1\mod 8$ We find : $2^{3}$ divisor of $k^{2}-1$ (correct )
Now for $n+1$ how I prove $2^{n+3}\mid (k^{2^{n+1}}-1)$
And if can prove it without induction ??