Sets - Subsets
A subset is a set of elements that are also in another set. Recall that a set is a collection of distinct elements. For example, is a set containing a few animals, is a set of even numbers, and is a set of letters.
For a given set , the set is a subset of if every element that is in is also in . This is denoted by .
Here is a set that contains all of the integers in the range 0 to 10: . Create a subset of , called , such that contains all of the odd numbers of .
Select all of the odd numbers in and add them to :
is a subset of because all of the elements that are in are also in .
if and only if and .
Proper Subsets
is a proper subset of if is a subset of and is not equal to . This is denoted by . The empty set is a proper subset of every non-empty set.
Subset versus proper subset:
Take the following sets: , , and .
- because every element in is also in .
- because every element in is also in .
- and because every element in is also in and .
- and because all elements in are in and , but is not equal to or .
If is not a subset of , then .
The following is a set describing the food available at a cafeteria. Which of the choices is a subset of the menu that contains only fruit?
Calculating the Number of subsets in a Set
What are all of the subsets of ?
The subsets are (the empty set), . There are 8 of them.
Note: You can use the rule of product to show that for a finite set , there are subsets.
If set is the set containing the first 10 prime numbers, how many subsets does have?
Since set contains 10 distinct elements, we see that . Using the rule of product, we see that the number of subsets of are . Thus, there are 1024 subsets of set .