Given three set $A$, $S$, and $L$. How to prove that $$|A\cap S'\cap L'|=|A|-|A\cap S|-|A\cap L| + |A\cap S\cap L|$$ by using inclusion exclusion principle ? (without the aid of Venn Diagram)
2026-03-26 19:29:10.1774553350
On
Inclusion-exclusion Principle for three different sets
73 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Step 1: Remove the members of $A\cap S$ from $A.$ You now have a set $T$ with $|A|-A\cap S|$ members.
Step 2: To get from $T$ to $A\cap S'\cap L'$ you must remove, from $T,$ the members of $A$ that belong to $L$ that were not removed from $A$ in Step 1. That is , remove the members of $A\cap L$ that do not belong to $S$. That is, remove the members of $A\cap L$ that do not belong to $(A\cap L)\cap S.$ There are $|A\cap L|-|A\cap L\cap S|$ of these.
Therefore $$|A\cap S'\cap L'|=|T|-(\,|A\cap L|-|A\cap L\cap S| \,)=$$ $$=|A|-|A\cap S|-(\,|A\cap L|-|A\cap L\cap S|\,)=$$ $$=|A|-|A\cap S|-|A\cap L|+|A\cap L\cap S|.$$
Hint:
It is well known that: $|A|=|A\cap B|+|A\cap B'|$
Now, try to use this with $(S'\cap L')$ in place of $B$.