The following proof is obtained from this paper.
My question is how to obtain the inequality.
My guess is because of the following inequality:
$$\prod_{n \in \mathbb{N}}{(1-a_n)} \geq 1 - \sum_{n \in \mathbb{N}}{a_n}$$
By the condition given in the statement, we know that $\sum_{n \in \mathbb{N}}{a_n}$ converges. Thus, the product $\prod_{n \in \mathbb{N}}{(1-a_n)}$ converges. But I don't know how to prove the inequality.
Any hint would be much appreciated.

Induction on $n$. If $0\leq a_j\leq 1$ for $j\in N$ then we have $\prod_{j=1}^n(1-a_j)\geq 1-\sum_{j=1}^na_j$ for every $n\in N.$ PROOF. The case $n=1$ is trivial.If case $n$ is true, then $$\prod_{j=1}^{n+1}(1-a_j)=[\;\prod_{j=1}^n(1-a_j)\;]\cdot(1-a_{n+1})\geq$$ $$\geq [1-\sum_{j=1}^na_j\;]\cdot(1-a_{n+1})=[1-\sum_{j=1}^na_j]-a_{n+1}+a_{n+1}\sum_{j=1}^na_j\geq$$ $$\geq [1-\sum_{j=1}^na_j]-a_{n+1}=1-\sum_{j=1}^{n+1}a_j$$ so case $n+1$ is true.