[Math] Union of sets of sets

elementary-set-theory

I am not sure how one should interpret the union of Sets of sets. Is the union a set with the elements being the elements of the sets inside the Sets, or is it a set with the elements being the Sets?

Best Answer

Let $A, B, C, D, E$ be sets.

$A = \{0, 1, 2, \cdots 9\}$

$B = \{0, 2, 4, \cdots, 18\}$

$C = \{1, 3, 5, \cdots, 19\}$

$D = \{10, 11, 12, \cdots 19\}$

$E = \{0, 5, 10, 15, 20\}$

Let $P = \{A, B, E\}$ and $Q = \{C, D\}$.

Then $P\cup Q = \{A, B, C, D, E\}$.

Here, the elements of $P, Q$ are sets, so their union is a set of sets (a set whose elements are sets). So their union is not a set of all the set elements contained in $A, B, C, D, E$. (I.e., none of the numbers $0$ to $20$ are in $P, \;Q,\;$ OR $P\cup Q$.)


If you want to describe the union of all elements in $A, B, C, D, E$, you would write, e.g., $A \cup B \cup C\cup D\cup E = \{0, 1, 2, 3, \ldots, 18, 19, 20\}$.