Definition 13 (Power set). π«(X) = {Y : Y β X}.
18Collections of sets
We saw in SectionΒ 4 that a set can have other sets among its elements. This section collects a few things worth saying about sets of that kind.
Given a set X, all of the subsets of X can themselves be gathered into a single set. We call it the power set of X, and we write it π«(X). So the inclusion criterion for π«(X) is Y β X:
For example, π«({7, 8}) = {β , {7}, {8}, {7, 8}}. Notice that β and X are elements of π«(X) whatever X is, by PropositionsΒ 4 (an empty set is a subset of anything) andΒ 2 (every set is a subset of itself).
We often want to take the union or the intersection of more than two sets at once. Let β± be a collection of sets, by which I just mean a set whose elements are themselves sets:
Definition 14 (Collection). A collection is a set whose elements are themselves sets.
The union of β± is the set of objects belonging to at least one element of β±, and we write it β β±. The intersection of β± is the set of objects belonging to every element of β±, and we write it β β±. So the inclusion criterion for β β± is that x β X for at least one X β β±, and the inclusion criterion for β β± is that x β X for every X β β±:
Definition 15 (Union of a collection). β β± = {x : x β X for at least one X β β±}.
Definition 16 (Intersection of a collection). β β± = {x : x β X for every X β β±}.
For example, β {{7, 8}, {8, 9}, {9, 10}} = {7, 8, 9, 10}. On the other hand, β {{7, 8}, {8, 9}, {9, 10}} = β , since no number is in all three. And β {{7, 8, 9}, {8, 9}, {9, 10}} = {9}.
Taking β± to be {X, Y} gives us back the operations we already have: β {X, Y} = X βͺ Y and β {X, Y} = X β© Y. We will always assume that β± is non-empty when taking an intersection.
Proposition 45 (each set is a subset of the union of its collection). For any collection β± and any X β β±, X β β β±.
Suppose that x β X. By the definition of union, for any Y β β±, if y β Y then y β β β±. In particular, since X β β±, we have x β β β±.
Proposition 46 (the intersection of a collection is a subset of each). For any collection β± and any X β β±, β β± β X.
Suppose that x β β β±. Then, by the definition of intersection, for each Y β β±, we have x β Y. In particular, since X β β±, we have x β X.
These are the general versions of PropositionsΒ 15 (each set is a subset of the union) andΒ 8 (an intersection is a subset of each set).
In practice you will often see these written with an index. If we have a set Xi for each i in some set I, people write βi β I Xi for β {Xi : i β I}, and βi β I Xi for β {Xi : i β I}. This is just a way of labelling the elements of the collection, and nothing new is going on.