Power Set — Definition, Formula & Examples
The power set of a set is the set of all possible subsets of , including the empty set and itself.
Given a set , the power set is defined as . If has elements, then has exactly elements.
Key Formula
Where:
- = The power set of S
- = The number of elements in S
- = The number of subsets of S
How It Works
To build the power set of a set , list every subset you can form by choosing to include or exclude each element. For each element, you have two choices — in or out — which is why the total count is . Always remember to include the empty set (which contains no elements) and itself (which contains all of them). The result is a set whose elements are themselves sets.
Worked Example
Problem: Find the power set of .
Step 1: Count the elements. has elements, so the power set will have subsets.
Step 2: List all subsets by systematically choosing to include or exclude each element.
Answer: contains 8 subsets: .
Why It Matters
Power sets appear in combinatorics whenever you need to count all possible selections from a group. In computer science, they model all possible states of a collection of binary flags or features. Discrete mathematics courses rely on power sets to prove properties about set operations and cardinality.
Common Mistakes
Mistake: Forgetting to include the empty set as a subset.
Correction: The empty set is a subset of every set, so it always belongs in the power set. A power set of a set with elements must have exactly members — if yours has fewer, you likely missed or another subset.
