How can I prove that $A_1 \cup A_2 \cup \dots \cup A_n = U$ if and only if $A_1^c \cap A_2^c \cap\dots \cap A_n^c = \emptyset$ ?
I know I have to prove $A \implies B$ and $\lnot B\implies \lnot A$, but I don't understand how.
How can I prove that $A_1 \cup A_2 \cup \dots \cup A_n = U$ if and only if $A_1^c \cap A_2^c \cap\dots \cap A_n^c = \emptyset$ ?
I know I have to prove $A \implies B$ and $\lnot B\implies \lnot A$, but I don't understand how.
A sum (a union) of $A_i$ sets is by definition such a set, that each of its elements belongs to at least one of $A_i$: $$\forall(x\in U)\ \exists i: x\in A_i$$ An intersection (a common part) of ${A_i}^c$ sets is a set, whose every element belongs to all ${A_i}^c$ sets. However, for any $x$ if $x$ belongs to some set $S$, then, by definition of a complement set, is does not belong to $S^c$. $$(x\in S)\iff(x\notin S^c)$$
And as every element $x\in U$ belongs to some $A_i$, it also does not belong to the corresponding ${A_i}^c$ $$\forall(x\in U)\ \exists i: x\notin {A_i}^c$$ hence it does not belong to all ${A_i}^c$. Consequently, none $x$ belongs to an intersection of all ${A_i}^c$ $$\forall(x\in U): x\notin \bigcap_i {A_i}^c$$ which means the intersection is empty $$\bigcap_i {A_i}^c = \emptyset$$
Which proves your $\Longrightarrow$ implication.
Same steps worked backwards prove the $\Longleftarrow$ implication.