Makes total sense to me intuitively, and it's easy to check for any specific $k$, for example $k=2$:
$2^3 = 8,\quad3! = 6 \quad $ and $\quad 2^4=16, \quad 4! = 24$
$\Rightarrow2^n\leq n! \quad \forall n\geq n_0=4\quad$ since every additional factor on the right side after $n_0$ is greater than 2.
What is the proof for the general $k$ case:
$\exists n_0: k^n\leq n!\quad\forall n\geq n_0$
I would be happy to have one non-induction proof ideally, since it usually is easier to wrap my head around. An induction proof would also be useful though. Thanks!
You know that $\displaystyle \sum_{n=0}^\infty \frac{x^n}{n!}$ converges because of the ratio test, or even just because you've seen that it equals $e^x$ for all $x$. Thus for any $x$ you have $\dfrac{x^n}{n!} \to 0$, and in particular for any $x$ there is an index $n_x$ with the property that $n \ge n_x \implies |x^n| \le n!$.