I have a question about the proof of Proposition 3.14 from the book of Kallenberg (Foundations of Modern Probability). I will state the theorem first and explain which part of the proof I am not getting.
Let $\xi_1,\xi_2,\ldots$ be independent nonnegative random variables. Then $\sum_n \xi_n < \infty $ a.s. if and only if $\sum_n E[\xi_n \wedge 1] < \infty$.
Proof of $\implies$: $\sum_n \xi_n < \infty $ a.s. $\implies$ $\sum_n \xi_n \wedge 1 < \infty$. Hence wlog we can assume $\xi_n \leq 1$ for all $n$. By the inequalities $1-x \leq e^{-x} \leq 1 - (1-e^{-1})x$ for $x \in [0,1]$, we get $$0 < E[e^{-\sum_n \xi_n}] = \prod_n E[e^{-\xi_n}] \leq e^{-(1-e^{-1})\sum_nE[\xi_n]}$$
I understand all the steps so far but I don't see how we conclude $\sum_nE[\xi_n]$ from this.