Consider $n$ Bernoulli trials, where for $i=1,2,\dots,n$ the $i-$th trial has probability $p_i$ of success, and let $X$ be the random variable denoting the total number of successes. Let $p\ge p_i$ for all $i=1,2,\dots,n$. Prove that for $1≤k≤n$, $$\Pr(X < k) \ge \sum_{i=0}^{k-1}\dbinom{n}{i}p^i(1-p)^{(n-i)}$$
I looked for solutions and found an approach to find a common probability space and relate the two random variables. But the approach isn't clear to me. Here is the link: An inequality about binomial distribution
PS: this is no homework or assignment problem for me.