Prove by strong induction that every natural number $n \geq6$ can be written in the form $n=3k+4t$ for some $k,t \in \mathbb{N}$.
I'm not entirely comfortable with the concept of strong induction. I believe you assume that $P(1), P(2), P(3),... P(n)$ are true to prove $P(n+1)$ is. Now, how does that fit into this problem? Would the base case be where $n=6$?