Sets and Set Notation — Definition, Formula & Examples
A set is a well-defined collection of distinct objects, called elements. Set notation is the system of symbols and conventions used to describe sets, their elements, and the relationships between them.
A set is an unordered collection of distinct elements. A set may be specified by roster notation, which explicitly lists its elements within braces (e.g., ), or by set-builder notation, which defines elements by a property they satisfy (e.g., ). Two sets and are equal if and only if they contain exactly the same elements.
Key Formula
Where:
- = The set being defined
- = A variable representing a potential element
- = A condition (predicate) that each element must satisfy
How It Works
You describe a set in one of two main ways. Roster notation lists every element inside curly braces: . Set-builder notation states a rule: . Key symbols include ("is an element of"), ("is not an element of"), ("is a subset of"), (union), (intersection), and (the empty set). Because sets are unordered and contain no duplicates, and .
Worked Example
Problem: Let , , and . Find , , and determine whether .
Step 1: Find the intersection: The intersection contains elements that are in both and .
Step 2: Find the union: The union contains all elements that are in or (or both), with no duplicates.
Step 3: Test membership: Check whether 5 appears in . It does not.
Answer: , , and .
Another Example
Problem: Write the set of all positive multiples of 3 that are less than 20 in both roster notation and set-builder notation.
Step 1: List the elements (roster notation): Start at 3 and add 3 repeatedly, stopping before 20.
Step 2: Write the rule (set-builder notation): Describe the pattern using a condition on the variable.
Answer: Roster: . Set-builder: .
Why It Matters
Set notation is foundational in Algebra 2, Precalculus, and any college course involving discrete mathematics or proofs. Probability theory defines events as sets of outcomes, so fluency with unions, intersections, and complements directly applies to calculating probabilities. Database queries, Venn diagram reasoning, and formal logic all rely on the language of sets.
Common Mistakes
Mistake: Confusing the symbols and . For example, writing .
Correction: relates an element to a set: . relates a set to a set: . The object is a set, not an element of (unless the set explicitly contains as an element).
Mistake: Treating sets as ordered or allowing duplicates, such as thinking .
Correction: Sets are unordered and contain no repeated elements. and are the same set. If order matters, use an ordered tuple like .
