If I have some collection of sets such that $A_1\cap...\cap A_n \neq \emptyset$, then what happens if I apply the complement (denoted by superscript c) to both sides? i.e.,
$(A_1\cap...\cap A_n)^{c} =A_1^{c} \cup ... \cup A_n^{c} = \emptyset?$
Thank you!
Your claim is not true. The complement of a nonempty set is not necessarily the empty set.
An example:
Let $X = \{a,b,c\}$. Let $A_1 = \{a,b\}$ and $A_2 = \{b, c\}$.
$A_1 \cap A_2 = \{b\} \neq \emptyset$.
However $(A_1 \cap A_2)^c = A_1^c \cup A_1^c = \{a,c\} \neq \emptyset$.