Logic & Set Theory
Calculate the power set of any given set. Enter set elements and get all possible subsets including the empty set.
Elements can be numbers, letters, or words. Duplicates will be automatically removed.
Try these examples to understand how power sets work
Simple set with 3 elements
Elements: a, b, c
Display Format: setNotation
Include Empty Set: true
Power set of numbers
Elements: 1, 2, 3
Display Format: setNotation
Include Empty Set: true
Small set demonstrating 2^n formula
Elements: x, y
Display Format: listFormat
Include Empty Set: true
Power set of a singleton set
Elements: a
Display Format: setNotation
Include Empty Set: true