I was reading this post, and I have to admit that I was quite confused.
The question was : If $S_n$ is a Binomial r.v. with parameter $(n,p)$ s.t. $n$ large, $p$ very small and $np$ not to big (for instance $np\leq 10$), then $$\mathbb P(S_n=k)\approx \frac{(np)^k}{k!}e^{-np}.$$
What I completely agree is (using notation of the link I put) if $(B_m)$ is a sequence of $Binomial(m,p_m)$ where $\lim_{m\to \infty }mp_m=\lambda $, then $$\lim_{m\to \infty }\mathbb P(B_m=k)=\frac{\lambda ^k}{k!}e^{-\lambda }.$$ I can prove it without any problem. Now, if $np\leq 10$, $n$ big and $p$ small, I'm indeed confuse with $\mathbb P(S_n=k)\approx \frac{(np)^k}{k!}e^{-(np)}$.
Atempts
Let $n\in\mathbb N$ large and $p$ small s.t. $np\leq 10$. I set $\lambda =np$. Then, define the sequence $p_m=\frac{\lambda }{m}$, i.e. $mp_m=\lambda $ for all $m$. So now, $\mathbb E[S_n]=\mathbb E[B_m]$ for all $m$ and if $p_m$ is very small, then $p_m\approx p$ and thus $$\text{Var}(S_n)=np(1-p)=mp_m(1-p)\underset{(*)}{\approx} mp_m(1-p_m)=\text{Var}(B_m).$$
Therefore, if $m$ is big enough, then $B_m$ and $S_n$ are Binomial distributed with same expectation and very close variance.
Q1) Does this implies that $$\mathbb P(S_n=k)\approx \mathbb P(B_m=k) \ \ ?$$ i.e. that a Binomial is uniquely determined by its variance and expectation ?
Q2) In what the fact that $np\leq 10$ is relevant ?
I hope my question is clear, and if not, please let me know.