Subsets — Definition, Types, Examples

Subsets — Definition, Types, Examples

TL;DR
A subset of a set AAA is any set whose elements are all also elements of AAA — written ( B \subseteq A ). This article covers the definition, the proper/improper distinction, the formula ( 2^n ) for the total number of subsets of an n-element set, three worked examples, and the empty set's role as a subset of every set.

A Container Inside a Container

Sets are the foundation of modern mathematics. Subsets are how sets relate to each other. Almost every theorem in set theory, probability, and logic is a statement about whether one collection sits inside another.

Recognising a subset is the entry point into every later set-theoretic topic. Once a student knows how to spot a subset, the union, intersection, complement, and power set follow naturally.

What a Subset Is

A set BBB is a subset of a set AAA — written ( B \subseteq A ) — if every element of BBB is also an element of AAA.

Two key edge cases:

Quick facts:

Types of Subsets

Proper subset (( \subset )). A subset that is not equal to the original set. {1,2} ( \subset ) {1,2,3}.
Improper subset (===, sometimes written ( \subseteq ) to emphasise the equality case). The set itself. Every set has exactly one improper subset: itself.
Empty subset (( \emptyset \subset A )). The empty set is a (proper) subset of every non-empty set.
Power set (( P(A) )). The set of all subsets of A. If A has n elements, ( P(A) ) has ( 2^n ) elements.

Worked Examples of Subsets

Quick. List all subsets of A={1, 2}.

The subsets are: ( \emptyset, {1}, {2}, {1, 2} ).

Final answer: four subsets. Confirms the formula: ( 2^2 = 4 ).

Standard (Wrong Path First — Where Students Lose the Mark). How many proper subsets does {a, b, c, d} have?

The wrong path. The memorizer recalls "( 2^n ) subsets" and computes ( 2^4 = 16 ). They report 16 proper subsets.

The flaw: ( 2^n ) counts all subsets, including the set itself. A proper subset excludes the set itself.

The rescue. Total subsets: ( 2^4 = 16 ). Proper subsets exclude the original set: ( 16 - 1 = 15 ).

Final answer: 15 proper subsets.

Stretch. Find the power set of A={x,y,z}.

Systematically list all subsets by size.

( P(A) = { \emptyset, {x}, {y}, {z}, {x, y}, {x, z}, {y, z}, {x, y, z} }. )

Final answer: ( P(A) ) has 8 elements.

Why Subsets Matter — From Probability to Database Queries

Subsets are not just a vocabulary item. They are a load-bearing concept in every quantitative field.

The destination, in every direction: any time you describe "a part of" something, the subset is the formal name for that part.

Subsets Mistakes Students Make Most Often

1. Confusing proper and improper subsets.

Don't do this: Count the set itself as a proper subset. A proper subset is strictly smaller than the original set. The original set is an improper subset of itself.

2. Forgetting the empty set.

Don't do this: Skip the empty set. Always include it in the count.

3. Confusing "is a subset of" with "is an element of."

Don't do this: Use ( \subseteq ) between an element and a set.

4. Treating ( \emptyset ) as a subset.

Don't do this: Confuse "the set containing the empty set" with "the empty set." The correct way to think is about the elements each set contains.

Conclusion

Practice These Three Before Moving On

  1. List all subsets of {a,b,c}. There should be 8.
  2. How many proper subsets does a set with 5 elements have?
  3. Is {2,4} a subset of {1,2,3,4,5}? Is it a proper subset?

Frequently Asked Questions

  1. What is the difference between a subset and a proper subset?
    A subset can equal the original set; a proper subset cannot.

  2. How many subsets does a set with n elements have?
    ( 2^n ).

  3. Is the empty set a subset of every set?
    Yes.

  4. Is a set a subset of itself?
    Yes.

  5. What is the power set?
    The power set ( P(A) ) of a set A is the set of all subsets of A.

  6. How is a subset different from an element?
    An element belongs to a set; a subset is itself a set whose elements all belong to another set.