This question is related to Poisson CDF as lower bound to binomial CDF . That is, I seek to prove the inequality
$$\Pr[X\le a] \ge \Pr[Y\le a],$$ where $X\sim \text{Binomial}(n,p)$ and $Y\sim \text{Poisson}(np)$.
The difference is that I add the condition $np\le a$, which from numerical experiments seems to be exactly what is needed, as seen in the plot below:
For instance, this implies the inequality $$\Pr[X\le \lceil np\rceil] \ge \Pr[Y\le \lceil np\rceil],$$ which is likewise easy to test numerically for reasonable ranges of $n$ and $p$.
The case $a=0$ is trivial, since in this instance we must have $p=0$ or $n=0$ and both sides are 1.
The $a=1$ case is more tricky, but I can prove $$(1-p)^n + np(1-p)^{n-1} \ge e^{-np} + np e^{-np}$$ when $np\le 1$ using analytical methods.
The general case seems untractable to me, however. I wonder if this coupling is well known? Perhaps there is a probabilistic argument? Maybe something using characteristic functions?
