Set Theory Basics
Set theory is a branch of mathematics that studies collections of objects, called sets. Sets can contain anything: numbers, letters, shapes, or even other sets. Understanding sets is foundational for almost all areas of mathematics.
1. What is a Set?
A set is a collection of distinct objects, called elements. Sets are usually written using curly braces {}. For example:
- The set of vowels:
V = {a, e, i, o, u} - The set of first three natural numbers:
N = {1, 2, 3}
2. Membership
To say an element belongs to a set, we use the symbol ∈.
To say it does not belong, we use ∉. Examples:
2 ∈ N(2 is in the set N)5 ∉ N(5 is not in the set N)
3. Types of Sets
- Empty set (no elements):
∅or{} - Finite set: has a limited number of elements, e.g.,
{1, 2, 3} - Infinite set: has unlimited elements, e.g., natural numbers
{1, 2, 3, ...} - Subset: A set whose elements all belong to another set. If
A ⊆ B, then every element of A is in B.
4. Set Operations
Common operations include:
- Union
A ∪ B: all elements in A or B - Intersection
A ∩ B: elements common to A and B - Difference
A - B: elements in A but not in B - Complement
A'orAc: all elements not in A (relative to a universal set)
5. Example
Let A = {1, 2, 3, 4} and B = {3, 4, 5, 6}:
- Union:
A ∪ B = {1, 2, 3, 4, 5, 6} - Intersection:
A ∩ B = {3, 4} - Difference:
A - B = {1, 2}
6. Why Learn Set Theory?
Set theory provides a language to describe collections of objects and relationships between them. It underpins logic, probability, functions, algebra, and nearly every branch of mathematics.
