Let $X\sim B(n,p_h)$ and $Y\sim B(n,p_\ell)$ be two random variables following a respective binomial distribution, where $p_h>p_\ell$. I want to show that $$P(X\ge\alpha)\ge P(Y\ge\alpha),$$ for any $\alpha\in\{0,1,\dots,n\}$. In other words, I want to show $$P(X\ge\alpha)=\sum_{i=\alpha}^{n}\binom{n}{i}p_h^i(1-p_h)^{n-i}\ge P(Y\ge\alpha)=\sum_{i=\alpha}^{n}\binom{n}{i}p_\ell^i(1-p_\ell)^{n-i}.$$
The statement to be proven is obviously true, but proving it is extremely difficult (at least for me). Can anyone give me some guidance on proving it?
It would be nice if someone can give an algebraic proof too, that is, show that $$\sum_{i=\alpha}^{n}\binom{n}{i}p_h^i(1-p_h)^{n-i}\ge \sum_{i=\alpha}^{n}\binom{n}{i}p_\ell^i(1-p_\ell)^{n-i}.$$
Thank you very much!
For $i=1,\dots n$ let $X_i$ have Bernouilli($p_h$) distribution.
For $i=1,\dots n$ let $U_i$ have Bernouilli($\frac{p_l}{p_h}$) distribution.
Also let it be that there is independency among these random variables.
For convenience let it be that $X_i(\omega),U_i(\omega)\in\{0,1\}$ for every $\omega\in \Omega$.
Now define $Y_i:=X_iU_i$ so that $Y_i\leq X_i$.
Then $Y_i$ has Bernouilli($p_l$) distribution.
If $X:=X_1+\cdots+X_n$ and $Y:=Y_1+\cdots+Y_n$ then they have the binomial distributions mentioned in your question.
Now observe that $X\geq Y$ so that $\{Y\geq\alpha\}\subseteq\{X\geq\alpha\}$ for any $\alpha$.
Consequently $\Pr(X\geq\alpha)\geq\Pr(Y\geq\alpha)$.