Notes Set Theory
Notes Set Theory
1. Introduction to Sets
A set is a well-defined collection of distinct objects.
Notation:
Example:
Roster form:
A
=
{
1
,
2
,
3
}
A={1,2,3}
Set-builder form:
B
=
{
x
∣
x
is an even number
}
B={x∣x is an even number}
2. Types of Sets
Empty (Null) Set (∅ or { }): A set with no elements.
Infinite Set: A set with an unlimited number of elements (e.g., natural numbers).
3. Operations on Sets
Union (A ∪ B): All elements in A or B or both.
Complement (A’ or
A
‾
A
): Elements in U but not in A.
4. Venn Diagrams
Visual representation of sets using overlapping circles.
5. Important Laws
Commutative Law:
A
∪
B
=
B
∪
A
A∪B=B∪A
A
∩
B
=
B
∩
A
A∩B=B∩A
Associative Law:
(
A
∪
B
)
∪
C
=
A
∪
(
B
∪
C
)
(A∪B)∪C=A∪(B∪C)
(
A
∩
B
)
∩
C
=
A
∩
(
B
∩
C
)
(A∩B)∩C=A∩(B∩C)
Distributive Law:
A
∪
(
B
∩
C
)
=
(
A
∪
B
)
∩
(
A
∪
C
)
A∪(B∩C)=(A∪B)∩(A∪C)
A
∩
(
B
∪
C
)
=
(
A
∩
B
)
∪
(
A
∩
C
)
A∩(B∪C)=(A∩B)∪(A∩C)
De Morgan’s Law:
(
A
∪
B
)
’
=
A
’
∩
B
’
(A∪B)’=A’∩B’
(
A
∩
B
)
’
=
A
’
∪
B
’
(A∩B)’=A’∪B’
Complement Law:
A
∪
A
’
=
U
A∪A’=U
A
∩
A
’
=
∅
A∩A’=∅
6. Cardinality of Sets
Number of elements in a finite set A: Denoted by
n
(
A
)
n(A).