I was on brilliant.org learning probability. There was a process explaining how the distribution of a Poisson Random Variable can be obtained from a Binomial Random Variable.
Consider the binomial distribution:
$$
\begin{equation}\begin{aligned}
P(X=k) &={\binom n k} p^k (1-p)^{n-k}\\
&=\frac{n!}{k!(n-k)!} p^k (1-p)^{n-k}
\end{aligned}\end{equation}
$$
Substitute $m=np$ , or $p=\frac{m}{n}$ :
$$
\begin{equation}\begin{aligned}
P(X=k) &=\frac{n!}{k!(n-k)!} \left(\frac{m}{n}\right)^k \left(1-\frac{m}{n}\right)^{n-k}\\
&=\frac{n!}{k!(n-k)!} \frac{m^k}{n^k} \left(1-\frac{m}{n}\right)^{n}\left(1-\frac{m}{n}\right)^{-k}
\end{aligned}\end{equation}
$$
Slightly rearrange
$$
\begin{equation}\begin{aligned}
&=\frac{n!}{n^k(n-k)!} \left(1-\frac{m}{n}\right)^{-k}\frac{m^k}{k!}\left(1-\frac{m}{n}\right)^{n}
\end{aligned}\end{equation}
$$
Note that $$ \begin{equation}\begin{aligned} & \lim_{n\rightarrow \infty} \frac{n!}{n^{k}(n-k)! } =1,\quad\lim_{n\rightarrow \infty} \left(1-\frac{m}{n}\right)^{-k} =1,\quad \lim_{n\rightarrow \infty} \left(1-\frac{m}{n}\right)^{n} =e^{-m} \end{aligned}\end{equation} $$
Thus, we have the final result which is equal to the formula for the Poisson distribution.
$$ =\frac{m^k e^{-m}}{k!} $$
In all these steps, what I don't understand is the following limit: $$ \lim_{n\rightarrow \infty} \frac{n!}{n^{k}(n-k)! } =1 $$