There is a result that says a Negative Binomial($\mu,\phi$) distribution converges to a Poisson($\mu$) distribution when $\phi\rightarrow\infty$. Mathematically, I have:
$$f(y,\phi,\mu) = \frac{\Gamma(\phi + y)}{\Gamma(y+1)\Gamma(\phi)} \left( \frac{\mu}{\mu + \phi} \right)^y \left( \frac{\phi}{\mu +\phi} \right)^\phi, \ \ y=0,1,\dots, \ \ \phi>0, \ \ \mu\geq0$$
$$\lim_{\phi\rightarrow\infty} f(y,\phi,\mu) = \frac{\mu^y e^{-\mu}}{y!} $$
I already have $\Gamma(y+1) = y!$ and $\mu^y$, so if this holds, then I should have:
$$\lim_{\phi\rightarrow\infty} \frac{\Gamma(\phi+y)}{\Gamma(\phi)} \frac{\phi^\phi}{(\mu + \phi)^{y+\phi}} = e^{-\mu} $$
Is the previous equality true? How can you solve that?