Let $Ω$ be a finite set. Let $A_1,...,A_n$ be finite subsets of $Ω$. For $S$, a nonempty subset of $\{1,2,...,n\}$ define $A_S = \cap_{i\in S}A_i$.
Let $Y$ be the set of elements of $Ω$ that are in exactly one of the sets $A_1,...,A_n$. Prove that: $|Y| = \sum_{S\subseteq [n]:S \not= \varnothing} (−1)^{|S|−1}|S| · |A_S |$
I have no idea how to do this problem. I attempted to partition the RHS (the sum) along possible values for $|S|$, to get the double sum $\sum_{i=1}^{n}\binom{n}{k}k(-1)^{k-1}\sum_{S\subseteq [n]:|S|=k}|A_S|$, but I think that summation might be slightly off and in any case, I haven't been able to advance past that. Any thoughts?