$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?
\mid
instead of the simple|
when talking about divisibility. Also, you should specify what your proposition $P(n)$ is. You reference $P(1)$ but never say what $P$ actually is. Also, don't you mean to show that $P(k+1)$ is true due to the assumption that $P(k)$ is true? Not just $(k+1)$ [whatever that might mean]. – Daniel W. Farlow Jul 10 '16 at 01:54