Let $E_n$ be a sequence of events with $\inf_n {\bf P}(E_n) = \delta > 0$. I need to demonstrate that the lower bound $$\mathop{\bf P}\left( \sum_{n \leq N} 1_{E_n} \geq \delta \frac{N}{2} \right) \geq \delta/2$$ holds for all $N\in\mathbb{N}$.
I have tried several tricks. Intuitively/geometrically, I understand this assertion fully. For instance, if $E_n$ are disjoint, then at least $[1/\delta]$ sets of them ought to intersect somewhere; hence the inequality. I have tried to attack the problem from several angles, for instance
- for the integer $K=[\delta N/2]$ \begin{align} \mathop{\bf P}\left( \sum_{n=1}^{N} 1_{E_n} \geq \delta \frac{N}{2} \right) &= \mathop{\bf P}\left( \sum_{n=1}^{N} 1_{E_n} \geq K \right) = \sum_{k=K}^{N}\mathop{\bf P}\left( \sum_{n=1}^{N} 1_{E_n} = k \right)\\ &= \sum_{k=K}^{N} \sum_{p \in \{P\subseteq\{1,\ldots,N\}\mid|P|=k\}}\mathop{\bf P}\left( \bigcap_{i\in p} \{1_{E_i} = k\} \right) \end{align}
- I also have tried induction, i.e., under the induction hypothesis $$\mathop{\bf P}\left( \sum_{n=1}^{N+1} 1_{E_n} \geq \delta \frac{N+1}{2} \right) =\\ \mathop{\bf P}\left( \sum_{n=1}^{N} 1_{E_n} \geq \delta \frac{N+1}{2} \right) + \mathop{\bf P}\left( \{\sum_{n=1}^{N} 1_{E_n} < \delta \frac{N}{2} \} \text{ and } \{1_{E_{N+1}}=1\} \right)$$
This is an application of “Reverse Markov Inequality”.
Let $$X_N:=\frac1N\sum_{n\le N}\mathbf1_{E_n}.$$ Then $\mathbf E\,X_N=\delta$ and, because $X_N\le1$, $$\mathbf P\!\left(X_N\le\frac\delta2\right)=\mathbf P\!\left(1-X_N\ge1-\frac\delta2\right)\le\frac{\mathbf E[1-X_N]}{1-\frac\delta2}=\frac{1-\delta}{1-\frac\delta2}=1-\frac{\delta}{2-\delta},$$ where we applied the classical Markov inequality. Hence $$\mathbf P\!\left(X_N>\frac\delta2\right)=1-\mathbf P\!\left(X_N\le\frac\delta2\right)\ge\frac\delta{2-\delta}\ge\frac\delta2.$$