Introduction to Sets
Writing a Set in Roster Notation
Write the set of all vowels in the English alphabet.
Identify the vowels: The vowels are: a, e, i, o, u = 5 elements identified
Write using set notation: Use curly braces and list each element = $V = \{a, e, i, o, u\}$
Verify the set: Each element is distinct and clearly defined = Valid set
Answer: $V = \{a, e, i, o, u\}$
Using Element Notation
Let $B = \{2, 4, 6, 8, 10\}$. Determine if $6 \in B$ and if $7 \in B$.
Check if 6 is in the set: Looking at $B = \{2, 4, 6, 8, 10\}$, we see 6 is listed = $6 \in B$ (True)
Check if 7 is in the set: Looking at $B = \{2, 4, 6, 8, 10\}$, 7 is not listed = $7 \notin B$ (True)
State conclusions: 6 belongs to B, but 7 does not = Membership determined
Answer: $6 \in B$ and $7 \notin B$
Describing a Set with Set-Builder Notation
The set $C = \{1, 2, 3, 4, 5, 6, 7, 8, 9, 10\}$ contains the first 10 positive integers. Write this using set-builder notation.
Identify the pattern: These are positive integers from 1 to 10 = Pattern: $1 \leq x \leq 10$
Write the condition: $x$ is a positive integer and $x \leq 10$ = $x \in \mathbb{Z}^+, x \leq 10$
Use set-builder notation: $\{x | x \text{ is a positive integer and } x \leq 10\}$ = Set-builder form
Answer: $C = \{x | x \in \mathbb{Z}^+, x \leq 10\}$ or $C = \{x | x \text{ is a positive integer}, x \leq 10\}$
The Empty Set
Write the set of all months with 32 days.
Consider the condition: No month has 32 days = No elements exist
Define the set: A set with no elements is called the empty set = Empty set
Write the notation: The empty set is written as $\{\}$ or $\emptyset$ = $\emptyset$
Answer: $\emptyset$ (the empty set) - there are no months with 32 days
Mistake: Writing $\{1, 2, 2, 3\}$ with duplicate elements
Why: Sets contain only distinct elements. Each element can appear only once.
Correct: Write $\{1, 2, 3\}$ - duplicates are automatically removed in a set.
Mistake: Confusing $\{0\}$ with $\emptyset$
Why: $\{0\}$ is a set containing one element (zero), while $\emptyset$ is a set with no elements.
Correct: $\{0\}$ has 1 element, $\emptyset$ has 0 elements. They are different sets!
Mistake: Using parentheses $(1, 2, 3)$ instead of braces $\{1, 2, 3\}$
Why: Parentheses indicate ordered pairs or tuples, not sets. Order matters in tuples but not in sets.
Correct: Always use curly braces $\{\}$ for sets.
Music Playlists
Streaming services organize songs into sets (playlists). Each playlist is a set of songs.
Your 'Favorites' playlist might be $F = \{\text{Song A, Song B, Song C}\}$. Adding a song means adding an element to the set.
Contact Groups
Phone contact groups work like sets. Each group contains a set of contacts.
Your 'Family' group: $\{\text{Mom, Dad, Sister}\}$. The $\in$ symbol tells us who belongs: Mom $\in$ Family.
A **set** is a collection of distinct objects called **elements**
Sets are written with curly braces: $A = \{1, 2, 3\}$
$x \in A$ means $x$ is an element of $A$; $x \notin A$ means $x$ is not in $A$
The **empty set** $\emptyset$ contains no elements
Order doesn't matter in sets: $\{1, 2, 3\} = \{3, 1, 2\}$
Sets cannot have duplicate elements
Q: Does the order of elements in a set matter?
A: No! $\{1, 2, 3\}$ is the same set as $\{3, 2, 1\}$. Sets are unordered collections - only membership matters, not arrangement.
Q: Can a set contain other sets?
A: Yes! For example, $\{1, \{2, 3\}\}$ is a set with two elements: the number 1 and the set $\{2, 3\}$.
Q: What is the difference between $\emptyset$ and $\{\emptyset\}$?
A: $\emptyset$ is the empty set (0 elements). $\{\emptyset\}$ is a set containing one element - the empty set itself (1 element)!
Introduction to Sets
1 / 12
Introduction to Sets
Learn what sets are, how to define them, and why they are fundamental to mathematics.