I am trying to determine if $n!$ is greater than $4^{n}$, one way to attempt to solve it was by using the method of induction, and I was told me in link the following solution.
Use induction on $n$. Prove the fact for some $n > 4$. Then $$4^{n+1} = 4\cdot 4^n < 4n! < (n+1)n! = (n+1)!$$
But how can $4\cdot 4^n$ be smaller than $4n!$ ?
if $n = 5$ so $4\cdot 4^5 = 4096$ and $4\cdot(5\cdot4\cdot3\cdot2\cdot1) = 480$
Could you help me understand this solution?