$4^{n}-1$ is divisible by $3.$
(i) Basis Step: $P(1)$is true because $4^1 -1=3 $ and $3\mid3$.
(ii) Suppose $P(k)$ is true for induction hypothesis $3\mid4^{k}-1$.
Show $(k+1)$ is true $3\mid4^{k+1}$
Now here is where things gets tricky.
$\Rightarrow 4^{k+1} -1 = \left(4^{k}*4 \right)-1 =$
I cannot seem to figure out how one factors this any further. I just cannot seem to make it divisible by 3. Could someone show me how to do this?
For $n\geq1$, let $S(n)$ denote the statement $$ S(n) : 3\mid(4^n-1)\Longleftrightarrow4^n-1=3m, m\in\mathbb{Z}. $$ Base case ($n=1$): $S(1)$ says that $3\mid(4^1-1)$, and this is true.
Inductive step: Fix some $k\geq1$, and assume that $S(k)$ is true where $$ S(k) : 3\mid(4^k-1)\Longleftrightarrow4^k-1=3\ell, \ell\in\mathbb{Z}. $$ To be proved is that $S(k+1)$ follows where $$ S(k+1) : 3\mid(4^{k+1}-1)\Longleftrightarrow4^{k+1}-1=3\eta, \eta\in\mathbb{Z}. $$ Beginning with the left-hand side of $S(k+1)$, \begin{align} 4^{k+1}-1&= 4(4^k-1)+3\tag{rearrange}\\[1em] &= 4\cdot3 \ell+3\tag{by $S(k)$}\\[1em] &= 3(4\ell+1)\tag{factor out 3}\\[1em] &= 3\eta,\tag{$\eta=4\ell+1, \eta\in\mathbb{Z}$} \end{align} we end up at the right-hand side of $S(k+1)$, completing the inductive step.
Thus, by mathematical induction, the statement $S(n)$ is true for all $n\geq1$. $\blacksquare$