I want to prove that for all $a \in \mathbb{N}$, $a^n < n!$ for all large enough $n$.
I want to base my ideas off this similarly stated question: How to prove $n! > n^a$ for all $a\in \mathbb{R}$ (for sufficiently large $n$)? (but for me, the exponential has a swapped base and exponent)
Looking at this question, it seems that I should have started with $5^n < 5!$: How to prove $a^n < n!$ for all $n$ sufficiently large, and $n! \leq n^n$ for all $n$, by induction? (But I think mine is for any $a$ rather than a specifc one?)
- This answer seems almost exactly what I was going for, but I'm not sure how the function for $n_0$ was determined: https://math.stackexchange.com/a/1769051/454931
--
For my question, I first started by looking at some small cases, when $a=2$, then $n=4$, and then $a=3$, then $n=7$. (and $4$ with $9$, then $5$ with $12$, etc.)
So I think if I let $n \geq 2a$ then this statement should hold?
I'm not sure how to set up the induction though. Would I start with $a^n < n!$ and maybe use $a=2$ as my base case and have the induction hypothesis hold because $a^k < k!$ for all $k \geq 2a$