Set Notation and Definitions
Set Notation and Definitions
Sets are one of the basic ways mathematicians organize information. A set is a collection of objects, called elements or members. In mathematics, sets help us describe groups of numbers, letters, shapes, or any other objects in a precise way.
In this lesson, you will learn how to write sets using proper notation, how to describe sets in two common forms, and how to identify important types of sets such as finite sets, infinite sets, the universal set, and the empty set.
1. Basic Set Notation
Sets are usually named with capital letters such as \(A\), \(B\), or \(S\). The elements of a set are written inside curly braces \(\{\}\).
For example, if set \(A\) contains the numbers 1, 3, and 5, we write:
\(A = \{1,3,5\}\)
If an object belongs to a set, we use the symbol \(\in\), which means “is an element of.” For example:
\(3 \in A\)
If an object does not belong to a set, we use \(\notin\). For example:
\(2 \notin A\)
Important idea: In a set, the order of elements does not matter, and repeated elements are not listed more than once.
- \(\{1,2,3\} = \{3,2,1\}\)
- \(\{1,1,2,2,3\} = \{1,2,3\}\)
2. Ways to Describe a Set
There are two main ways you will write sets in this topic:
- Roster method
- Set-builder notation
Roster Method
In the roster method, you list all the elements of the set inside curly braces.
Example:
\(B = \{2,4,6,8\}\)
This tells us exactly which elements are in the set.
The roster method works best when the set is small or when its elements are easy to list.
Set-Builder Notation
In set-builder notation, instead of listing every element, you describe a rule that tells which elements belong to the set.
A general form is:
$$\{x \mid \text{x satisfies a certain rule}\}$$
The symbol \(\mid\) means “such that.” Sometimes a colon is used instead, but the meaning is the same.
Example:
$$\{x \mid x \text{ is an even number and } 2 \le x \le 8\}$$
This set can also be written in roster form as \(\{2,4,6,8\}\).
3. Finite and Infinite Sets
A finite set is a set with a limited number of elements. You can count how many elements it has, even if there are many.
Examples of finite sets:
- \(\{a,e,i,o,u\}\)
- \(\{1,2,3,4,5\}\)
- Months of the year
An infinite set is a set that continues without end. Its elements cannot all be completely listed.
Examples of infinite sets:
- The natural numbers: \(\{1,2,3,4,5,\dots\}\)
- All even numbers: \(\{2,4,6,8,\dots\}\)
- All integers: \(\{\dots,-2,-1,0,1,2,\dots\}\)
When writing an infinite set in roster form, we often use dots \(\dots\) to show that the pattern continues.
4. Universal Set
The universal set is the set of all elements being considered in a particular discussion. It is often given the symbol \(U\).
The universal set depends on context. For example, if we are talking about whole numbers from 1 to 10, then the universal set might be:
\(U = \{1,2,3,4,5,6,7,8,9,10\}\)
If we are discussing letters in the English alphabet, then the universal set would be all 26 letters.
This means that when you describe a set, you are usually choosing elements from the universal set.
For example, if
\(U = \{1,2,3,4,5,6,7,8,9,10\}\)
then a set \(C\) of multiples of 3 in \(U\) is:
\(C = \{3,6,9\}\)
5. Empty Set
The empty set is the set with no elements. It is written as \(\{\}\) or \(\varnothing\).
Example:
Suppose \(D\) is the set of odd numbers between 2 and 4. There are no odd whole numbers between 2 and 4, so:
\(D = \varnothing\)
It is important to understand that the empty set is still a set. It just has zero elements.
Common mistake: Do not confuse \(\varnothing\) with \(\{\varnothing\}\).
- \(\varnothing\) means no elements
- \(\{\varnothing\}\) means a set containing one element, and that element is the empty set
6. Translating Between Roster and Set-Builder Notation
Being able to move between these two forms is an important skill.
If a set is given in roster form, look for the pattern or rule. If it is given in set-builder notation, determine which elements satisfy the rule.
Worked Example 1: Write a set in roster form
Write the set of whole numbers less than 6 in roster form.
Step 1: Identify the numbers that fit the description.
Whole numbers less than 6 are \(0,1,2,3,4,5\).
Answer:
\(\{0,1,2,3,4,5\}\)
This is a finite set because it has only 6 elements.
Worked Example 2: Write a set in set-builder notation
Write the set \(\{2,4,6,8,10\}\) in set-builder notation.
Step 1: Look for a pattern.
These are even numbers from 2 to 10.
Answer:
$$\{x \mid x \text{ is an even whole number and } 2 \le x \le 10\}$$
This set is also finite.
Worked Example 3: Identify the type of set
Consider the set
\(E = \{5,10,15,20,25,\dots\}\)
Step 1: Notice the dots at the end.
The pattern continues by adding 5 each time.
Step 2: Decide whether it ends.
It does not end, so it has infinitely many elements.
Answer: \(E\) is an infinite set.
In set-builder notation, it could be written as:
$$E = \{x \mid x \text{ is a positive multiple of } 5\}$$
Worked Example 4: Find an empty set
Let \(U = \{1,2,3,4,5,6,7,8\}\). Write the set of numbers in \(U\) that are greater than 10.
Step 1: Check whether any elements in \(U\) are greater than 10.
There are none.
Answer:
\(\varnothing\)
This is the empty set.
7. Key Symbols to Know
- \(\{ \}\): used to write a set
- \(\in\): is an element of
- \(\notin\): is not an element of
- \(\varnothing\): empty set
- \(U\): universal set
- \(\mid\): such that, used in set-builder notation
8. Tips for Success
- Use curly braces, not parentheses, when writing sets.
- Do not repeat elements in a set.
- Remember that order does not matter in a set.
- Use roster form when the elements are easy to list.
- Use set-builder notation when the set follows a clear rule or is too large to list fully.
- Always pay attention to the universal set if one is given.
Summary
A set is a collection of elements written inside curly braces. Sets can be written using the roster method, where elements are listed, or set-builder notation, where a rule describes the elements. A finite set has a limited number of elements, while an infinite set continues without end. The universal set contains all objects under discussion, and the empty set contains no elements.
Put what you read to the test
You've worked through Set Notation and Definitions. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.