How would I prove this using mathematical induction: $\dfrac{n^n}{3^n} < n!$ for all $n \geq 6$.
Here is what I have tried:
$\dfrac{n^n}{3^n} < n!$ for all $n \geq 6$
Base case: $\dfrac{6^6}{3^6} < 6!$. Yes, this is true.
Assume for $k$ it's true so $\dfrac{k^k}{3^k} < k!$.
Now prove for $n=k+1$, $\dfrac{(k+1)^{k+1}}{3^{k+1}} < (k+1)!$.
By assumption, we have that $\dfrac{k^k}{3^k} < k!$.
Multiplying by $k+1$, we get $$ \frac{k^k(k+1)}{3^k} < (k+1) k! $$ and then $$ \frac{k^k(k+1)}{3^k} < (k+1) !. $$
I tried lots of things after this, but I am unable to figure out the proof.
HINT:
If $m!>\dfrac{m^m}{3^m}$
$\implies(m+1)!>m\cdot\dfrac{m^m}{3^m}$
It is sufficient to show $m\cdot\dfrac{m^m}{3^m}>\dfrac{(m+1)^{m+1}}{3^{m+1}}$
$\iff3>\left(1+\dfrac1m\right)^{m+1}$
Now $\left(1+\dfrac1m\right)^{m+1}>\left(1+\dfrac1{m+1}\right)^{m+1}$
Now see How is $a_n=(1+1/n)^n$ monotonically increasing and bounded by $3$? and An inequality $\,\, (1+1/n)^n<3-1/n \,$using mathematical induction