Power Set Calculator
Calculate all possible subsets of a set with detailed explanations
Power Set Results
Calculation Details
Simple Format (for copying)
Power Set Visualization
About Power Sets
A power set is the set of all subsets of a set, including the empty set and the set itself.
If a set has n elements, then its power set has 2n elements.
For example, the set {a, b} has the power set: { {}, {a}, {b}, {a, b} }.
Power sets are fundamental in set theory and have applications in combinatorics, probability, and computer science.