Subset

Download as PDF

Welcome to the world of sets! Understanding subsets is a foundational concept in algebra and beyond. A subset is simply a set that is contained within another set. This guide will walk you through everything you need to know, from basic definitions to powerful formulas.

Subset — an original Algebra911 reference diagram defining subset with its key formula and a worked example.
What Is a Subset? A Complete Guide to Sets and Subsets

What Is a Subset?

A subset is a set where all of its elements are also contained within another, larger set. Think of it like a collection of items taken from a bigger collection. If every item you chose is from the original group, then your new group is a subset of the original.

Let's use an analogy. Imagine a set called Fruit which contains {apple, orange, banana, grape}. If you create a new set called MySnack with the elements {apple, grape}, then MySnack is a subset of Fruit. Why? Because every element in MySnack (apple, grape) is also found in the Fruit set.

In mathematics, we use a special symbol to show this relationship: . So, we would write:

MySnackFruit

This is read as "MySnack is a subset of Fruit."

For this relationship to be true, there can't be any element in the smaller set that isn't in the larger set. If we had a set MyLunch={apple, sandwich}, it would not be a subset of Fruit because the element 'sandwich' is not in the Fruit set. We show this using the symbol :

MyLunchFruit

This fundamental idea of one set being contained within another is a building block for many other topics in mathematics.

How Do You Identify a Subset?

To determine if one set is a subset of another, you just need to perform a simple check. For a set A to be a subset of a set B, you must go through every single element in A and confirm that it also exists in B.

Let's follow a clear process:

  1. Identify the two sets. Let's call them A (the potential subset) and B (the larger set).
  2. Take the first element of set A. Check if this element is present in set B.
  3. If it is, move to the next element in A.
  4. If it is not, you can stop immediately. A is not a subset of B.
  5. Repeat the process until you have checked every element in A. If you get through the entire list without finding any elements that aren't in B, then you can confidently say that AB.
Example 1

Let set X={2,7} and set Y={1,2,5,7,10}. Is X a subset of Y?

Step 1: Take the first element of X, which is 2. Is 2 in set Y? Yes, it is.

Step 2: Take the next element of X, which is 7. Is 7 in set Y? Yes, it is.

Step 3: We have checked all elements in X, and every one of them is also in Y.

Conclusion: Therefore, XY.

Example 2

Let set P={a,b,d} and set Q={a,e,i,o,u}. Is P a subset of Q?

Step 1: Take the first element of P, which is a. Is a in set Q? Yes, it is.

Step 2: Take the next element of P, which is b. Is b in set Q? No, it is not.

Step 3: We can stop here. Since we found an element in P that is not in Q, the condition for being a subset is not met.

Conclusion: Therefore, PQ.

What Is the Difference Between Proper and Improper Subsets?

The term "subset" has two more specific variations: proper subsets and improper subsets. Understanding the difference is key to being precise in your mathematical language.

Proper Subset ( )

A set A is a proper subset of set B if A is a subset of B, but A is not equal to B. This means that set B must contain at least one element that is not in set A. The symbol for a proper subset is , which looks like the subset symbol without the "or equal to" line underneath. Think of it like the difference between < (less than) and (less than or equal to).

  • Let B={1,2,3}.
  • The set A={1,2} is a proper subset of B because all elements of A are in B, and B has an element (3) that is not in A. We write AB.

Improper Subset

An improper subset is a subset that contains every single element of the original set. This means the only improper subset of a set B is the set B itself. It's a subset because all its elements are in the original set (of course!), but it's not "proper" because it's not smaller.

  • Let B={1,2,3}.
  • The set C={1,2,3} is an improper subset of B. We can still write CB because the "or equal to" part of the symbol is satisfied. However, we cannot write CB.

Here is a table to summarize the differences:

ConceptSymbolConditionExample (with B={5,10})
SubsetAll elements of A are in B. A can be smaller than or equal to B.{5}B
{5,10}B
Proper SubsetAll elements of A are in B, AND A is strictly smaller than B. (AB){5}B
{10}B
B
Improper Subset(uses )A subset that is equal to the original set.{5,10} is the improper subset.

What Is the Special Role of the Empty Set?

In set theory, there is a very special set called the empty set (or null set). It is the set that contains no elements at all. It is represented by the symbol or by empty curly braces {}.

The empty set has a unique and fundamental property: The empty set is a subset of every set.

This might seem strange at first. How can a set with nothing in it be a subset of, say, {a,b,c}? Let's think back to the definition. For a set A to be a subset of B, every element in A must also be in B. The only way for this to be false is if you can find an element in A that is not in B.

Let's try to prove that is not a subset of {a,b,c}. To do this, we would need to find an element inside that is not inside {a,b,c}. But the empty set has no elements! It's impossible to find such an element. Since we cannot prove the statement false, it must be true. This is sometimes called a "vacuously true" statement in logic.

So, for any set S you can imagine, it is always true that:

S

This is a rule you must always remember when working with subsets. When you are asked to list all the subsets of a set, your list must always begin with the empty set, .

How Many Subsets Does a Set Have?

Manually listing every subset of a large set would be tedious and prone to errors. Thankfully, there is a simple and powerful formula to calculate the total number of subsets a set has without listing them.

The number of subsets depends on the number of elements in the set. The number of elements in a set A is called its cardinality, denoted as |A| or n(A). Let's use n to represent the number of elements.

Number of subsets = 2n

In this formula, n is the number of elements in the original set.

Why Does This Formula Work?

Let's consider a set S={a,b,c}. Here, n=3. To build any subset, we have to make a decision for each element: do we include it or not?

  • For element 'a': We have 2 choices (Yes, include it / No, don't include it).
  • For element 'b': We also have 2 choices (Yes / No).
  • For element 'c': We again have 2 choices (Yes / No).

The total number of possible combinations of these choices is found by multiplying the number of options for each element: 2×2×2=23=8. Each unique combination of choices creates a unique subset. For example, choosing "Yes" for 'a', "No" for 'b', and "Yes" for 'c' gives us the subset {a,c}. Choosing "No" for all three gives us the empty set .

Example 3

A set C is defined as C={red, green, blue, yellow}. How many subsets does C have?

Step 1: Find the number of elements in the set, n. The elements are red, green, blue, and yellow. So, n=4.

Step 2: Apply the formula 2n.

Number of subsets=24

Step 3: Calculate the result.

24=2×2×2×2=16

Conclusion: The set C has exactly 16 subsets.

If you want to find the number of proper subsets, you just subtract 1 (for the set itself). So the number of proper subsets is 2n1.

How Do You Find All Subsets of a Given Set?

Knowing the number of subsets is great, but sometimes you need to list all of them. To do this without missing any, it's best to use a systematic approach. The best method is to list the subsets based on their size (number of elements).

Here is a step-by-step method:

  1. Start with size 0: There is only one subset with zero elements: the empty set ().
  2. List subsets of size 1: Create a subset for each individual element in the original set.
  3. List subsets of size 2: Combine every possible pair of elements from the original set.
  4. Continue this process, increasing the size by one each time, until you reach...
  5. List subsets of size n: There is only one subset with n elements: the original set itself.
Example 4

List all the subsets of the set S={x,y,z}.

First, we note that n=3, so we should find 23=8 subsets in total.

Subsets with 0 elements:

Subsets with 1 element:

  • {x}
  • {y}
  • {z}

Subsets with 2 elements:

  • {x,y}
  • {x,z}
  • {y,z}

Subsets with 3 elements:

  • {x,y,z}

Final List: Let's collect them all: ,{x},{y},{z},{x,y},{x,z},{y,z},{x,y,z}. We have found all 8 subsets, so our work is complete.

This organized method ensures you don't accidentally skip a combination, which is easy to do if you list them randomly. For a set with 4 elements, you would follow the same pattern: list the 1 subset of size 0, the 4 subsets of size 1, the 6 subsets of size 2, the 4 subsets of size 3, and the 1 subset of size 4, for a total of 1+4+6+4+1=16 subsets.

Common Mistakes to Avoid

The concept of subsets is straightforward, but a few common mistakes can trip students up. Being aware of these pitfalls is the best way to avoid them.

  1. Confusing Elements () with Subsets ()
    The symbol means "is an element of," while means "is a subset of." An element is a single item, while a subset is a set. Let S={5,6,7}.
    Correct: 5S
    Correct: {5}S
    Incorrect: 5S (A number can't be a subset, only a set can.)
    Incorrect: {5}S (The set containing 5 is not an element of S.)
  2. Forgetting the Empty Set
    When asked to list all subsets, the most commonly forgotten one is the empty set, . Remember, it is a subset of every set, so it should always be the first one on your list.
  3. Forgetting the Set Itself
    The second most forgotten subset is the original set itself. Every set is an improper subset of itself. This should always be the last subset on your list when organizing by size.
  4. Using the Wrong Subset Symbol
    Be careful with the distinction between (subset) and (proper subset). If two sets might be equal, you must use . Only use when you are certain the subset is smaller than the larger set. For example, {1,2}{1,2,3} is correct, but {1,2,3}{1,2,3} is false.
  5. Miscalculating the Number of Subsets
    A common arithmetic error is calculating 2n as 2×n. For a set with 4 elements, the number of subsets is 24=16, not 2×4=8. Always remember it's an exponent.

Quick Summary

Here are the most important points to remember about subsets:

  • Definition: A set A is a subset of a set B if every element of A is also an element of B.
  • Subset Notation: AB means A is a subset of B.
  • Proper Subset Notation: AB means A is a subset of B but is not equal to B.
  • The Empty Set: The empty set, , is a subset of every set.
  • The Improper Subset: Every set is a subset of itself.
  • Formula for Number of Subsets: A set with n elements has 2n subsets.
  • Formula for Proper Subsets: A set with n elements has 2n1 proper subsets.

Frequently Asked Questions

What's the difference between a subset and a proper subset?

A subset can be equal to the original set, while a proper subset must be smaller. This means the original set must have at least one element that is not in the proper subset. For example, with set S={1,2}, {1,2} is a subset, but only {1}, {2}, and are proper subsets.

Is a set always a subset of itself?

Yes, every set is considered a subset of itself. This is because the definition—that all of its elements are in the original set—is perfectly met. This specific case is called an 'improper subset'.

Why is the empty set a subset of every set?

The empty set is a subset of any set A because you cannot find any element in that is not also in A. Since the condition for being a subset can't be proven false, it is considered true. It's a fundamental rule of set theory.

What is the difference between the symbols ∈ and ⊆?

The symbol means 'is an element of' and refers to a single member of a set. The symbol means 'is a subset of' and refers to an entire set whose members are contained in another set. For S={a,b}, we can say aS and {a}S, but not aS.

Can a subset have more elements than the original set?

No, this is impossible by definition. For a set to be a subset, all of its elements must come from the original set. Therefore, a subset can have, at most, the same number of elements as the original set, but never more.

What is a 'superset'?

A superset is the opposite of a subset. If A is a subset of B, then B is a superset of A. It simply means that B contains all the elements of A. The symbol for superset is .

Does the order of elements matter in a set or subset?

No, the order of elements never matters in a set. The set {1,2,3} is exactly the same as the set {3,1,2}. Because they are the same set, they have the exact same collection of subsets.

What is the 'power set'?

The power set of a set S is the set of all of its subsets. It is often written as P(S). For example, if S={1,2}, then its power set is P(S)={,{1},{2},{1,2}}.