How would I go about proving this statement: $\mathbb{P}\left(A_{1} \cup A_{2} \cup A_{3}\right)=\left(\sum_{i=1}^{3} \mathbb{P}\left(A_{i}\right)\right)-\mathbb{P}\left(A_{1} \cap A_{2}\right)-\mathbb{P}\left(A_{1} \cap A_{3}\right)-\mathbb{P}\left(A_{2} \cap A_{3}\right)+\mathbb{P}\left(A_{1} \cap A_{2} \cap A_{3}\right)$
The probability space is $(\Omega,\mathbb{P})$ and for the upper equation applies $A_{i} \subseteq \Omega, i=1,2,3$
My idea is to reshape the LHS:
So we have
(i) $\left(\sum_{i=1}^{3} \mathbb{P}\left(A_{i}\right)\right)-\mathbb{P}\left(A_{1} \cap A_{2}\right)-\mathbb{P}\left(A_{1} \cap A_{3}\right)-\mathbb{P}\left(A_{2} \cap A_{3}\right)+\mathbb{P}\left(A_{1} \cap A_{2} \cap A_{3}\right)$
with
(ii) $\left(\sum_{i=1}^{3} \mathbb{P}\left(A_{i}\right)\right) = \mathbb{P}(A_{1}) \cup \mathbb{P}(A_{2}) \cup \mathbb{P}(A_{3}) $
(iii) $ \mathbb{P}(A_{1}) = \mathbb{P}\left(A_{1} \setminus A_{2}\right) + \mathbb{P}\left(A_{1} \cap A_{2}\right) <=> -\mathbb{P}\left(A_{1} \cap A_{2}\right) = \mathbb{P}\left(A_{1} \setminus A_{2}\right) - \mathbb{P}(A_{1})$
same for $\mathbb{P}(A_{2})$ and $\mathbb{P}(A_{3})$
Now we combine (i), (ii) and we get:
(iV) $\mathbb{P}(A_{1}) \cup \mathbb{P}(A_{2}) \cup \mathbb{P}(A_{3})-\mathbb{P}\left(A_{1} \cap A_{2}\right)-\mathbb{P}\left(A_{1} \cap A_{3}\right)-\mathbb{P}\left(A_{2} \cap A_{3}\right)+\mathbb{P}\left(A_{1} \cap A_{2} \cap A_{3}\right)$
Now we combine (iV), (iii) and we get:
(V) $\mathbb{P}(A_{1}) \cup \mathbb{P}(A_{2}) \cup \mathbb{P}(A_{3})+ \mathbb{P}\left(A_{1} \setminus A_{2}\right) - \mathbb{P}(A_{1})+ \mathbb{P}\left(A_{3} \setminus A_{1}\right) - \mathbb{P}(A_{3})+ \mathbb{P}\left(A_{2} \setminus A_{3}\right) - \mathbb{P}(A_{2})+\mathbb{P}\left(A_{1} \cap A_{2} \cap A_{3}\right) = \mathbb{P}\left(A_{1} \setminus A_{2}\right) + \mathbb{P}\left(A_{3} \setminus A_{1}\right) + \mathbb{P}\left(A_{2} \setminus A_{3}\right) +\mathbb{P}\left(A_{1} \cap A_{2} \cap A_{3}\right)$
Now we use this equation:
(Vi) $\mathbb{P}(A \cap B)=\mathbb{P}(A \backslash B)+\mathbb{P}(B \backslash A)+\mathbb{P}(A \cap B)$
And finally we use (VI) on (V)
$\mathbb{P}\left(A_{1} \setminus A_{2}\right) + \mathbb{P}\left(A_{3} \setminus A_{1}\right) + \mathbb{P}\left(A_{2} \setminus A_{3}\right) +\mathbb{P}\left(A_{1} \cap A_{2} \cap A_{3}\right) = \mathbb{P}\left(A_{1} \cup A_{2} \cup A_{3}\right)$
Could this work? If yes i will get drunk today :)

At any rate, I would recommend first proving a special case: that $$ \mathbb{P}(A_1 \cup A_2) = \mathbb{P}(A_1) + \mathbb{P}(A_2) - \mathbb{P}(A_1 \cap A_2). $$ And even before this, how about first proving the first equality in this Wikipedia article. In general, all the terms that are subtracted are intended to correct for an "overcount".
– avs Apr 12 '19 at 22:48My intention is only to find out if my way works
– germinator Apr 12 '19 at 22:49