I have the following problem:
Prove using induction that $3^{2n} -5 $ is always a multiple of $4$.
To solve it, I did the following:
Base Case (ie. for $n=1$):
$3^2-5=4(1)$ therefore valid for $n=1$
Assume true for $n=k$:
$3^{2k}-5=4a$
Consider for $n=k+1$
$3^{2(k+1)}-5$ $=3^{2k}+9-5=4a+9$
However, I have clearly made a mistake somewhere. Where have I gone wrong?
$$ 3^{2k+2} -5 = 9 \cdot 3^{2k}-5 = 9 (4a+5)-5 = 36a+40 = 4b$$