I've learned that in probability course, in the exercise we are asked to prove that: given $n$ sets $A_1,\ldots,A_n$,
$$ \left|\bigcup_i A_i\right| \ge \sum_i|A_i| - \sum_{i\ne j}|A_i\cap A_j|\;.$$
I know that the set that is defined by a cut of $\ge3$ sets is smaller than the one of $\ge2$ sets, but I don't know how to apply that to the question.
HINT: It’s a little easier to work with in the form
$$\sum_i|A_i|\le\left|\bigcup_iA_i\right|+\sum_{i\ne j}|A_i\cap A_j|\;.$$
Let $A=\bigcup_iA_i$, and for each $x\in A$ let $n(x)$ be the number of sets $A_i$ that contain $x$.
Let $S=\{x\in A:n(x)\ge 2\}$, the set of points that are in at least two of the sets $A_i$.
This reduces your problem to showing that
$$\sum_{x\in A}n(x)\le\sum_{x\in S}n(x)+|A|\;,$$
which isn’t hard.