I am trying to solve a probability theory question which asks to prove the following for any events $A$ and $B$
$-P[(A-B)\cup (B-A)] \le P[A]-P[B] \le P[(A-B)\cup (B-A)]$
The following is my attempt:
$P[(A-B)\cup (B-A)] = P[(A\cap B^c)\cup(B\cap A^c)]$
$= P[A\cap B^c] + P[B\cap A^c]$, since $(A\cap B^c)$ and $(B\cap A^c)$ are mutually disjoint.
$=P[A-A\cap B] + P[B-A\cap B] = P[A] + P[B] - 2P[A\cap B]$
So I have simplified the left-most and right-most expression to $P[A] + P[B] - 2P[A\cap B]$. But I am unable to prove that the inequality is correct. I may have done the decomposition wrong and if so, I would appreciate if someone could show me the alternative decomposition which will make it possible to prove the inequality.