I will prove by induction the statement $P(k)$: "For all $k\in\mathbb{N},4^k>k$."
The base case $P(1)$ results in $4>1$ which is a true statement.
Thus, I assume $P(n)$ to be true and consider $P(n+1)$.
$$4^{n+1} = 4^n \cdot 4 > 4n$$
I know that I am then supposed to rewrite $4n$ as $3n+n$. However, I do not know where to proceed from after that. According to my professor, I am suppoed to wind up with $3n+n=n+1$. However, I do not know where this comes from. Any help would be appreciated.
You kind of just have to play with inequalities a bit.
$$ 4n = 3n + n \geq 1 + n $$
since $3n \geq 1$.