The question is to prove using induction that $$P(\bigcup_{i=1}^n E_n) \le \sum_{i=1}^n P(E_n)$$ I've gotten the basic step and the inductive hypothesis, but I'm stuck at the final stage. What I arrive at is $$P(\bigcup_{i=1}^{k+1} E_{k+1}) \le P(\bigcup_{i=1}^k E_k) + P(E_{k+1})$$
I don't know how to move on from here as I am not sure if $$P(\bigcup_{i=1}^k E_k) \, and \, P(E_{k+1})$$ can be combined.
Notice that
$$E_1 \cup E_2 = E_1 \cup (E_2\setminus E_1)$$
$$E_1 \cup E_2 \cup E_3= E_1 \cup (E_2\setminus E_1) \cup \big(E_3\setminus (E_1\cup E_2)\big)$$
and so on. Notice that each union on the RHS is a disjoint union. Moreover, notice that $E_2\setminus E_1 \subset E_2$ and $E_3\setminus (E_1\cup E_2) \subset E_3$. Do you think you can finish?