Power Set Calculator
Generate every subset of a finite set and confirm the total subset count with the 2 to the power n rule.
About power sets
Power set examples
The subset count doubles with each additional distinct element.
| Original set | Subset count | Selected subsets |
|---|---|---|
| a | 2 | The empty set and [a]. |
| a, b | 4 | Includes ∅, [a], [b], and [a, b]. |
| 1, 2, 3 | 8 | Includes all sizes from zero through three. |
| red, green, blue, gold | 16 | Four independent include-or-exclude choices. |
How to use the power set calculator
- Type each distinct set element and separate neighboring elements with commas.
- Check that the list contains no more than ten unique elements.
- Choose Generate Power Set to enumerate every possible subset.
- Review the subset count and copy the combinations needed for your work.
Power set calculator FAQ
Does a power set include the empty set?
Yes, the empty set is a subset of every set, including itself. It therefore appears exactly once in every power set.
Is the original set part of its power set?
Yes, every set is a subset of itself. The original set is the largest member listed in its power set.
How many subsets does a set have?
A finite set with n distinct elements has 2 to the power n subsets. Each element independently has two choices: included or excluded.
Why are duplicate elements removed?
Mathematical sets contain distinct elements and ignore repetition. Removing duplicate labels ensures the count and generated subsets follow that definition.
What is a proper subset?
A proper subset contains some or none of a set's elements but is not equal to the original set. Therefore a nonempty finite set has one fewer proper subset than total subsets.