I am interested in
$$\lim_{p\rightarrow 0} \frac{P[Bi(n,p) = 1]}{P[Bi(n,p) \geq 2]}.$$
Intuitively, it seems that the limit would be $\infty$, with $P[Bi(n,p) = 1]$ converging to zero much slower than $P[Bi(n,p) \geq 2]$. This seems consistent with graphing the limit, https://www.desmos.com/calculator/enxdmyyry5.
The limit can, of course, be re-written as
$$\lim_{p\rightarrow 0} \frac{n p (1-p)^{n-1}}{1 - n p (1-p)^{n-1} - (1-p)^{n} }.$$
I naturally tried using L'Hopital rule but could not get much luck or traction by playing with the ratio of derivatives, although graphing the ratio again suggests that the limit is $\infty$, https://www.desmos.com/calculator/ee4m0juiy2.
Another thing I tried is finding a function that I can show tends to $\infty$ and that bounds $\frac{P[Bi(n,p) = 1]}{P[Bi(n,p) \geq 2]}$ below. I somewhat naturally tried
$$\frac{n p (1-p)^{n-1}}{1 - (1-p)^{n} }$$
and
$$\frac{n p (1-p)^{n-1}}{1 - n p (1-p)^{n-1}}.$$
Unfortunately, although both expression trivially bound $\frac{P[Bi(n,p) = 1]}{P[Bi(n,p) \geq 2]}$ below, neither tends to $\infty$, https://www.desmos.com/calculator/ee4m0juiy2.
I would appreciate any help or hints on how to prove or disprove that the limit is indeed $\infty$.
Ok, I now seem to be getting somewhere by combining the two approaches I tried, i.e., applying l'Hopital but to a lower-bound for $\frac{P[Bi(n,p) = 1]}{P[Bi(n,p) \geq 2]}$ instead of $\frac{P[Bi(n,p) = 1]}{P[Bi(n,p) \geq 2]}$ itself.
Error checking still very much appreciated.
Step 1: A lower-bound for $\frac{P[Bi(n,p) = 1]}{P[Bi(n,p) \geq 2]}$
To find a lower-bound for $\frac{P[Bi(n,p) = 1]}{P[Bi(n,p) \geq 2]}$ that (a) also seems to tend to $\infty$, and (b) enables simplifying the denominator, I again played with desmos, https://www.desmos.com/calculator/lmwvbacjxd.
This led me to
$$ \frac{P[Bi(n,p) = 1]}{P[Bi(n,p) \geq 2]} = \frac{n p (1-p)^{n-1}}{1 - n p (1-p)^{n-1} - (1-p)^{n} } \geq \frac{n p (1-p)^{n}}{1 - n p (1-p)^{n} - (1-p)^{n} }.$$
Factoring the denominator of the last expression yields,
$$\frac{n p (1-p)^{n}}{ 1 - [ (1-p)^{n} * ( np + 1) ]},$$
which will prove to provide more useful derivatives than the original denominator ${1 - n p (1-p)^{n-1} - (1-p)^{n}}$ (given the goal of eventually canceling things out between the differentiated numerator and denominator).
Step 2: Using L'Hopital to show that $\lim_{p\rightarrow 0} \frac{n p (1-p)^{n}}{ 1 - [ (1-p)^{n} * ( np + 1) ]} = \infty$
We have
$$ \frac{(\partial/\partial p) ~ n p (1-p)^{n}}{(\partial/\partial p) ~ \{1 - [ (1-p)^{n} * ( np + 1) ]\}}$$
$$ = \frac{n*(1-p)^{n} - np * n(1-p)^{n-1}}{- [ - n(1-p)^{n-1} * (np + 1) + (1-p)^{n} * n ]}$$
$$ = \frac{n*(1-p)^{n} - np * n(1-p)^{n-1}}{ n(1-p)^{n-1} * (n-1)p}$$
$$ = \frac{(1-p)}{(n-1)p} - \frac{n}{(n-1)} ~~ \xrightarrow{p \rightarrow 0} ~~ \infty$$