Prove inequality $3^{n}≤4n!$ for $n≥4$ with mathematical induction.
Base step: $n=4$
$3^{4}≤4*4!$
$81≤96$, so statement is true.
Inductive step: We need to prove that this $3^{n+1}≤4(n+1)!$ is true.
To get left side we only need to multiply whole statement $3^{n}≤4n!$ with 3.
After that we get: $3^{n+1}≤12n!$
Now we want to show that $12n!>4(n+1)!$ ?
If my assumption is correct, how should i solve this inequality $12n!>4(n+1)!$ ?
HINT By hypothesis, $n+1>3$