Calculate $$\lim_{n\to\infty}\frac{a^n}{n!}, a>1$$
I need help understanding the solution to this problem:
$$a_n:=\frac{a^n}{n!}$$ $$a_{n+1}=\frac{a^{n+1}}{(n+1)!}=\frac{a}{n+1}\cdot \frac{a^n}{n!}=\frac{a}{n+1}\cdot a_n$$
For $$n\geq n_0 :=\left \lfloor{a}\right \rfloor +1>a$$ we have $$\frac{a}{n+1}<\frac{a}{a+1}<1$$
$\Rightarrow$ the sequence $a_n$ is decreasing from $n_0$-th term onwards and obviously $a_n\geq 0, \forall n\in \Bbb N \Rightarrow a_n$ is convergent.
Let $L:=\lim_{n\to\infty}a_n$. Then
$$a_{n+1}=\frac{a}{n+1}\cdot a_n$$
$$L=\lim_{n\to\infty}\frac{a}{n+1}$$
$$L=0\cdot L=0 \Rightarrow L=0$$
Why did they define $n_0 =\left \lfloor{a}\right \rfloor +1$? Furthermore, I don't understand what happened after they defined $L=\lim_{n\to\infty}a_n$. How did they get $\lim_{n\to\infty}\frac{a}{n+1}$ from $\frac{a}{n+1}\cdot a_n$?