I was working through the proof of the convergence of the Maclaurin series for certain functions, and I came across this limit, which I want to prove, but am not sure how to prove.
$\lim_{x\to\infty} \frac{a^x}{x!}=0$, $a>0, a\in N$
For this limit, techinically $x!$ should grow faster than $a^x$ for any value of $a$, but when $a$ is really big, then the limit becomes hard to prove.
Using L'Hospital is not really feasible, as an exponential function always has an exponential in its derivative and the factorial function doesn't have a derivative.
I then tried using the definition of limits: Limit is true when for all $\varepsilon>0$ there exists $m$ such that if $x>m$, then $∣f(x) ∣ = |\frac{a^x}{x!}|<\varepsilon$. But then I have no clue what value $m$ should be relative to $\varepsilon$. I'm not sure if this is the way to solve the limit.