Using induction, prove that $16\mid 5^n - 4n - 1$ for $n$ in $\mathbb{N}$
Here's what I have and what I'm stuck on:
basis: $n = 1$, $5 - 4(1) - 1 = 0$ and $16\mid 0$.
Hypothesis: Assume true for all $n \le k$
$$5^{k+1} - 4(k + 1) - 1 = 5\times5^k - 4k - 5$$
Assume it is true for all $n\in\mathbb{N}$ with $n\leq k$
$5^{k+1} - 4(k+1) - 1 = 5\cdot 5^k - 4k - 5 = 5\cdot 5^k - 4k - 5 -16k + 16k = 5\cdot5^k - 5\cdot 4k - 5\cdot 1 + 16k = 5\cdot(5^k - 4k - 1) + 16k$
Now you can use the induction hypothesis and finish the proof.
As for the likely typo of using $\mathbb{P}$ as mentioned in comments above., as it turns out it is true for all natural numbers. Primes are a subset of the natural numbers. Since it is true for all nat's, it is true for all primes as well.