Prove by induction $n^{n}>2^{n}\times n!$ for all $n\geq6$.
This is what I've got at the moment. Still not sure whether is the right way to solve it by induction:
Basic Step: Show that $S(1)$ is true for $n=6$: $$6^{6}>2^{6}\text{·}6!$$ $$46656>46080$$
...
Induction step: Show that $S\left(n+1\right)$ is true, that is: $$(n+1)^{(n+1)}>2^{n+1}\times(n+1)!$$ Adding $(n+1)$ to both sides of $n^{n}>2^{n}\times n!$ we have $$\left(n+1\right)n^{n}>2^{n}\times\left(n+1\right)n!$$
$$n^{n+1}+n^{n}>2^{n}\times\left(n+1\right)!$$