What is a subset of a set?
A subset is a set whose elements are all contained within another set. If every element of set A also belongs to set B, then A is a subset of B, written A ⊆ B. Every set is a subset of itself, and the empty set ∅ is a subset of every set. See also our Coin Flip Probability Calculator.
What is a proper subset?
A proper subset is a subset that is not equal to the original set — it must contain fewer elements. If A ⊆ B and A ≠ B, then A is a proper subset of B, written A ⊂ B. A set with n elements has 2ⁿ − 1 proper subsets.
How do I calculate the number of subsets?
The total number of subsets of a set with n elements is 2ⁿ. This includes the empty set and the set itself. For example, a set with 3 elements has 2³ = 8 subsets total.
Is the empty set a subset of every set?
Yes. The empty set ∅ (also written {}) is considered a subset of every set. Since it contains no elements, there is nothing in it that could violate the subset condition, so it trivially satisfies A ⊆ B for any set B. You might also find our Venn Diagram Generator (3 Sets) useful.
What is a power set?
The power set of a set A is the collection of all subsets of A, including the empty set and A itself. If A = {1, 2}, then the power set P(A) = {∅, {1}, {2}, {1, 2}}. The power set of a set with n elements always contains exactly 2ⁿ elements.
What is an improper subset?
An improper subset of a set is the set itself. Every set A is an improper subset of A because A ⊆ A. There is exactly one improper subset for any set — the set itself.
How many subsets does a set with 5 elements have?
A set with 5 elements has 2⁵ = 32 total subsets and 2⁵ − 1 = 31 proper subsets. The subsets range from the empty set (size 0) up to the full set (size 5), with C(5,k) subsets of each size k.
Can this calculator handle non-numeric elements?
Yes. You can enter any comma-separated values — numbers, letters, or words — and the calculator will generate all subsets. Elements are treated as distinct labels, so {a, b, c} works just as well as {1, 2, 3}.