Problem
Prove $$\lim_{n \to \infty}\frac{a^n}{n!}=0~~~(a>0).$$
Proof
Denote $x_n=\dfrac{a^n}{n!}$ where $n=1,2,\cdots.$Then $$\frac{x_{n+1}}{x_n}=\frac{a^{n+1}}{(n+1)!}\cdot \frac{n!}{a^n}=\frac{a}{n+1}\to 0~~~(n \to \infty)$$which implies the series $\sum\limits_{n=1}^{\infty} x_n$ is convergent, by the ratio test. It follows that $$\lim_{n \to \infty}x_n=0,$$which is just the necessary condition for the positive convergent series.
Yes it is correct, note also that the ratio test works for positive sequences and we don't need to consider the series, that is
As an alternative, just to play around, we can use that
$$\frac{a^n}{n!}=e^{n\log a-\sum_{k=1}^{n} \log k} \to 0$$
indeed by integral approximation
$$\sum_{k=1}^{n} \log k \sim \int_1^n \log x dx =n\log n-n+1$$
and therefore
$$n\log a-\sum_{k=1}^{n} \log k\sim -n\log n+n(1+\log a)\to -\infty$$