Let $A_1, A_2, \dots$ be events. Show that for all $n\ge1$ $$\mathsf P\left[\bigcap_iA_i\right]\ge\sum_i\mathsf P(A_i)-(n-1)$$
I am able to prove this for $n=2$ but I need to prove it for all $n$. When $n=2$ there's events A and B with $$\mathsf P(A\cap B)\ge\mathsf P(A)+\mathsf P(B)-(2-1)$$
which may be seen from the following relations: $$\mathsf P(A\cup B)=\mathsf P(A)+\mathsf P(B)-\mathsf P(A\cap B)$$ $$\mathsf P(A\cap B)=\mathsf P(A)+\mathsf P(B)-\mathsf P(A\cup B)$$ $$P(A\cup B)≤1$$
To prove for all $n$ I think I need to use inclusion–exclusion, but where does the $n-1$ come from?