Power set and universal set
We now meet two ideas that elevate set theory from a notation to a structure. The power set lets us treat the subsets of a set as elements of a new set. The universal set gives a fixed background against which complements and Venn diagrams make sense.
Definitions
Let be a set. The power set of , written (or , or sometimes ), is the set whose elements are all subsets of :
A universal set, usually denoted , is a set chosen for a discussion so that every set under consideration is a subset of .
Power set examples
- If , then . One element: the empty subset.
- If , then . Two elements.
- If , then . Four elements.
- If , then has . Eight elements.
The pattern is unmistakable: a set with elements has subsets.
Theorem:
Claim. If is a finite set with , then .
Proof (counting argument). A subset of is determined by deciding, for each of the elements of , whether or not it belongs to . Each element has independent choices: in or out. By the multiplication principle, the total number of subsets is
Alternative proof (induction). Base case : , . Inductive step: assume for every -element set. Take an -element set where . Every subset of either omits (and is a subset of ) or contains (and is for some subset ). These two families are disjoint and each has elements. So .
This is your first encounter with exponential growth in this course: doubling the size of does not double the size of , it squares it.
Universal set
In any problem we usually have a "world" of objects in mind. The set of all such objects for the problem is called the universal set. For example:
- For divisibility problems: or .
- For trigonometric problems: .
- For class-attendance data: all students in the class.
The choice of depends on context. Once is fixed, every set in the discussion is a subset of , and the complement of a set (next subtopic) becomes meaningful.
Why these matter
Power sets appear whenever we want to count subsets: in probability, an event is a subset of the sample space, so events are elements of where is the sample space; in combinatorics, choosing a committee is choosing a subset, and so on.
The universal set is what makes the diagram of a set finite to draw. Without specifying , the complement of is hopelessly ambiguous: complement in ? in ? in ? The universal set settles the question.
Worked examples
Example 1. List .
Eight subsets: .
Example 2. If , how many subsets does have? How many of them have exactly elements?
Total subsets: . Subsets of size : (revisited in Chapter 6).
Example 3. If , find .
. So .
Example 4. Take , . List the smallest universal set in which both and are subsets, and verify that suffices.
. The smallest such universal set is itself. But the given also contains all of these, so suffices.
Example 5 (harder). Prove: if , then .
Let . Then . By transitivity (since ), , so . Hence .
Try it yourself
- List all elements of .
- How many subsets does a set with elements have?
- If has elements, find .
- Write all subsets of that have exactly two elements.
- If , find and .
- Is ? Is ?
- Show that and .
- Choose a sensible universal set for: (a) "the set of vowels"; (b) "rational solutions of a quadratic"; (c) "students who play football".
- Prove or disprove: .
- Prove or disprove: .
- If , how many subsets of have an even number of elements? (Hint: split by including/excluding a fixed element.)
- Why is " the set of all sets" not a legal universal set? (Hint: it leads to Russell's paradox; this is taken on faith for now.)
Pitfalls / Tricks
- and for every set . Both the empty subset and itself are subsets of .
- (true) is not the same as (false , is not a subset of ).
- The universal set is a choice. The same set may have very different complements in different universes.
- Insight. The map takes to . It is the prototype of exponential blow-up , and the reason why brute-force search over subsets becomes infeasible quickly.