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 ??
$$\frac{k^{2^{n+1}}-1}{2^{n+3}}=\frac{k^{2^{n}}-1}{2^{n+2}}\times \frac{k^{2^n}+1}{2}$$ The first fraction on RHS is an integer by induction hypothesis and second one is integer because $k$ is odd, hence LHS is integer and you are done!
To prove without induction Observe that $$k^{2^n}-1=(k^2-1)\prod_{r=1}^{n-1}(k^{2^r}+1)$$ $$\Longrightarrow \frac{k^{2^n}-1}{2^{n+2}}=\frac{k^2-1}{2^3}\times \prod_{r=1}^{n-1}\frac{k^{2^r}+1}{2}$$ which is an integer because $k^2\equiv 1\pmod 8$ and all powers of $k$ are odd.