Sets
Ever organized your music into playlists or sorted your clothes by color? You've already used the core idea of sets! In math, a set is simply a collection of distinct items. This guide will walk you through the language and logic of sets, a fundamental concept in all of mathematics.

What Is a Mathematical Set?
A set is a well-defined collection of distinct objects. This is the foundational definition you need to know. Let's break down those key terms:
- Collection: This just means we are grouping things together. These things can be numbers, letters, names, or even other sets!
- Well-defined: This is crucial. It means we can determine with absolute certainty whether an object belongs to the collection or not. For example, "the collection of tall students in your class" is not well-defined because "tall" is subjective. However, "the collection of students in your class over 160cm tall" is well-defined because we can measure each student and get a definite yes or no answer.
- Distinct objects: Each object in a set must be unique. We don't list the same object more than once. The set of letters in the word "book" is
, not .
The objects within a set are called its elements or members. We use curly braces
To show that an object is an element of a set, we use the symbol
(Read as: "3 is an element of A") (Read as: "7 is not an element of A")
How Do We Describe and Write Sets?
There are two primary ways to describe the elements of a set. The method you choose often depends on which is clearer or more convenient for the specific set you're working with.
1. Roster Method (or Listing Method)
This is the most straightforward method. You simply list all the elements of the set, separated by commas, inside the curly braces. We've already seen this with
For sets with many elements that follow a clear pattern, we can use an ellipsis (
2. Set-Builder Notation (or Rule Method)
This method is more powerful, especially for large or infinite sets. Instead of listing the elements, you describe them by stating a property or rule that its members must satisfy. The notation looks like this:
This is read as: "S is the set of all elements
For example, let's define the set
Here's another example. The set
What Are the Different Types of Sets?
Sets can be categorized based on the number and nature of their elements. Understanding these types is essential for working with them.
- Finite Set: A set that has a limited, countable number of elements. The process of counting its elements would eventually come to an end. The set of days in a week,
, is a finite set. - Infinite Set: A set that has an unlimited number of elements. You could never finish counting them. The set of all whole numbers,
, is an infinite set. - Empty Set (or Null Set): This is a special set that contains no elements at all. It is denoted by the symbol
or by empty curly braces . For example, the set of dogs that can fly is the empty set. - Universal Set: This is the set of all possible elements relevant to a particular problem or context. It is denoted by the letter
. For example, if we are discussing sets of single-digit numbers, our universal set might be . The universal set provides the boundaries for our discussion.
The number of distinct elements in a finite set is called its cardinality. The cardinality of a set
Summary of Set Types
| Type of Set | Description | Example |
|---|---|---|
| Finite Set | Contains a countable number of elements. | |
| Infinite Set | Contains an endless number of elements. | |
| Empty Set | Contains no elements. | |
| Universal Set | Contains all elements for a given context. | If discussing vowels, |
What Are Subsets and Proper Subsets?
Often, we need to talk about sets that are contained within other sets. This is where the idea of a subset comes in.
A set
For example, if
Two important rules for subsets:
- Every set is a subset of itself (e.g.,
). - The empty set
is a subset of every set (e.g., ).
A set
Using our example above,
List all possible subsets of the set
Solution:
Let the number of elements in
- Start with the subset that has no elements:
- List the subsets with one element:
, - List the subset with two elements:
So, the four subsets of
The proper subsets are:
How Do We Combine Sets? Union and Intersection
Just like we can add or multiply numbers, we can perform operations on sets. The two most common operations are union and intersection.
Union of Sets ( )
The union of two sets,
When you combine the sets, remember not to list any duplicate elements.
Intersection of Sets ( )
The intersection of two sets,
If two sets have no elements in common, their intersection is the empty set. Such sets are called disjoint sets.
Let
Solution:
To find the union (
We list every element from both sets, without repeating any. Start with the elements of
It's common practice to write the final set in numerical order:
To find the intersection (
We look for the elements that appear in both sets.
- Is
in both sets? Yes. - Is
in both sets? Yes. - Is
in both sets? No. - Is
in both sets? No. - Is
in both sets? No.
The only common elements are

What Is the Difference of Sets and the Complement?
Besides combining sets, we can also talk about what's left over after taking elements away. This leads to the operations of difference and complement.
Difference of Sets ( )
The difference between two sets, written as
Note that
Complement of a Set ( )
The complement of a set
Essentially, the complement is everything *outside* of set A.
Let the universal set be
Let
Find: (a)
Solution:
(a) Find
We start with all elements of
The elements of
(b) Find
We start with all elements of
The elements of
(c) Find
The complement of
So,
Common Mistakes to Avoid with Sets
As you get comfortable with sets, it's easy to fall into a few common traps. Keep an eye out for these potential mistakes:
- Confusing
and : The symbol represents the empty set—a set with zero elements. The notation represents a set that contains one element, and that element happens to be the empty set. They are not the same. - Repeating Elements: Remember that elements in a set are distinct. Writing
is incorrect; it should simply be . The repetition is ignored. - Mixing Up Subset Symbols: The symbol
means "is a subset of" (and could be equal), while means "is a proper subset of" (and cannot be equal). Be precise with your notation. - Confusing Union and Intersection: A simple way to remember is that Union starts with 'U' and its symbol
looks like a 'U'. Intersection's symbol looks like an 'n', as in 'and'—it contains elements in set A and set B. - Forgetting the Empty Set is a Subset: It's a fundamental rule that is easy to forget when listing all subsets of a set. The empty set
is a subset of every single set. - Confusing Element and Subset: The symbol
is used for elements, while is for subsets. For the set , it is correct to say and , but it is incorrect to say or .
Quick Reference Summary
Here is a quick summary table of the key terms and symbols covered in this lesson. Use it as a handy reference as you practice working with sets.
| Term | Symbol | Meaning |
|---|---|---|
| Set | A well-defined collection of distinct objects. | |
| Element | An object within a set. | |
| Cardinality | The number of elements in a set. | |
| Empty Set | A set with no elements. | |
| Universal Set | The set of all possible elements for a given context. | |
| Subset | Every element of the first set is also in the second set. | |
| Proper Subset | A subset that is not equal to the original set. | |
| Union | Combines all elements from two or more sets (OR). | |
| Intersection | Finds elements common to two or more sets (AND). | |
| Difference | Elements in | |
| Complement | Elements in the universal set |
Frequently Asked Questions
What is the difference between an element and a subset?
An element is a single object within a set. A subset is a set containing some (or all) of the elements from another set. For
Why is the empty set a subset of every set?
A set
Is the order of elements in a set important?
No, the order of elements in a set does not matter. The set
What does 'well-defined' mean for a set?
A set is well-defined if you can definitively say whether any given object is an element of the set or not. 'The set of tasty fruits' is not well-defined because 'tasty' is an opinion, but 'the set of fruits that are red' is well-defined.
What is the cardinality of a set?
The cardinality of a set is simply the number of distinct elements it contains. It is denoted by
What's the difference between union (∪) and intersection (∩)?
The union of two sets includes all elements from both sets combined (think 'OR'). The intersection includes only the elements that the two sets have in common (think 'AND').
Is {0} the same as the empty set?
No, they are different. The empty set,
Can a set contain another set as an element?
Yes, absolutely. A set can contain any type of object, including other sets. For example,