Given a random variable $X$ taking values in $\{0,1,\ldots,n\}$, we define the $r$th factorial moment by
$$\mathbb{E}_r[X] := \mathbb{E}[X(X-1)\cdots(X-r+1)]$$
By explicit computation, one can easily show that
$$P(X=0) = \sum_{r=1}^n (-1)^r \frac{\mathbb{E}_r[X]}{r!}$$
In Probabilistic Combinatorics and Applications, by Béla Bollobás, Fan R. K. Chung, it is claimed that this satisfies the alternating inequalities, i.e $$ \sum_{r=1}^m (-1)^r \frac{\mathbb{E}_r[X]}{r!} \ : \ P(X=0)$$
where $:$ is $>$ if $m$ is even, and $<$ if $m$ is odd. This apparently follows from the inclusion exclusion principal. I have tried to show this, writing X as a sum of indicator variables, but it gets quite messy. Could someone sketch the proof, just outlining any tricks that may be used?