Set Theory
Set Theory
Set Theory
Introduction
Georg Cantor (1845-1918), a German mathematician, initiated the concept
‘Theory of sets’ or ‘Set Theory’. While working on “Problems on Trigonometric
Series”,
He encountered sets, that have become one of the most fundamental concepts in
mathematics. Without understanding sets, it will be difficult to explain the other
concepts such as relations, functions, sequences, probability, geometry, etc.
What is Set?
Examples of a set:
Parth R Faldu
2
Representation of Set
For example, If set L represent all the letters from the word ‘ADDRESS’ then it
would be represent using roster form as, L = {𝐴, 𝐷, 𝑅, 𝐸, 𝑆} = {𝑅, 𝐷, 𝑆, 𝐴, 𝐸}
For example, if set S represent all the elements which are prime numbers then it
could be represent using set builder form as,
S = {𝑥 | 𝑥 𝑖𝑠 𝑎 𝑝𝑟𝑖𝑚𝑒 𝑛𝑢𝑚𝑏𝑒𝑟}
Example: If the set B represent all the natural number which is between 2 to 9
then represent this set using roster and set builder form.
Solution: In roster form, B = {3,4,5,6,7,8}
In set builder form, B = {𝑥 | 2 < 𝑥 < 9, 𝑥 ∈ 𝑁}
Parth R Faldu
3
Example: Find roster form of A = {2𝑥 − 1 | 𝑥 𝑖𝑠 𝑎𝑛 𝑒𝑣𝑒𝑛 𝑛𝑢𝑚𝑏𝑒𝑟; 2 < 𝑥 < 14}.
The roster form is A = {7,11,15,19,23}
Type of Sets
The sets are categorised into different types based on elements or types of elements
What is Subset?
The set A is called a subset of set B if all the elements of set A are also present in
set B. (Set A is contained inside set B)
If A is a subset of set B then it is denoted by, A ⊂ B and set B is called superset of
set A.
Every set is a subset of itself that is, If A is any set then A ⊂ A
Empty set is a subset of every set, that is ∅ ⊂ A
If A ⊂ B and B ⊂ A then we can say that A = B
𝐍⊂𝐖⊂𝐙⊂𝐐⊂𝐑⊂𝐂
Parth R Faldu
4
Operations On Set
Note:
If any element 𝑥 ∈ (A ∪ B) ⇔ 𝑥 ∈ A or 𝑥 ∈ B
If any element 𝑥 ∈ (A ∩ B) ⇔ 𝑥 ∈ A and 𝑥 ∈ B
If any element 𝑥 ∉ (A ∪ B) ⇔ 𝑥 ∉ A and 𝑥 ∉ B
Parth R Faldu
5
The Cartesian product of two non-empty sets A and B is the set of all possible
distinct ordered pairs of the form (𝑎, 𝑏)
The Cartesian product of two non-empty sets A and B is given by,
A × B = {(𝑎, 𝑏) | 𝑎 ∈ A and 𝑏 ∈ B}
Note: In ordered pairs, the order of an elements is important [(𝒂, 𝒃) ≠ (𝒃, 𝒂)]
Example: If two sets A and B are A = {1,2,3} and B = {6,7} then the Cartesian
product of two sets A × B is given by,
A × B = {(1,6), (1,7), (2,6), (2,7), (3,6), (3,7)} and
B × A = {(6,1), (6,2), (6,3), (7,1), (7,2), (7,3)}
Hence, we can say that A × B ≠ B × A
If set A contains 𝒎 elements and set B contains 𝒏 elements then the Cartesian
product A × B has 𝒎𝒏 elements.
A× ∅=∅
The power set of any set A is a set of all the possible subsets of set A including
the empty set and set A itself.
P(A) = {X | X ⊂ A}
The power set of any set A is usually denoted by P(A)
If set A has 𝑛 number of elements then the total no. of elements in power set of A
is 2𝑛 .
The cardinality of power set is |P(A)| = 2𝑛
Example: If set A is given as A = {1,2,3} then find the power set of set A.
Here, set A has 3 elements so the power set of A has 23 = 8 elements.
P(A) = {∅, {1}, {2}, {3}, {1,2}, {1,3}, {2,3}, {1,2,3}}
Here ∅ and {1,2,3} are called improper subsets of set A. All other subsets are called
proper subsets of A
Example: If set A is empty set that is A = ∅ = { } then find the power set of set A.
Here, set A has 0 element so the power set of A has 20 = 1 elements.
P(A) = {∅} = {{ }}
Parth R Faldu
6
Example: If set A is given as A = {1} then find the power set of set A.
Here, set A has 1 element so the power set of A has 21 = 2 elements.
P(A) = {∅, {1}}
Example: If set A is given as A = {∅} then find the power set of set A.
Here, set A has 1 element so the power set of A has 21 = 2 elements
P(A) = {∅, {∅}}
Disjoint Sets
Partition of a Set
Parth R Faldu
7
If B ⊂ A then A ∩ B = B and A ∪ B = A
A ∪ B = B ∪ A (Commutative law)
(A ∪ B) ∪ C = A ∪ (B ∪ C) (Associative law)
A ∪ ∅ = A (Identity law)
U∪A=U
A ∩ B = B ∩ A (Commutative law)
(A ∩ B) ∩ C = A ∩ (B ∩ C) (Associative law)
A ∩ B ∩ C = A – [(A − B) ∪ (A − C)]
A∩∅=∅
U∩A=A
A∆B=B∆A
(A ∆ B) ∆ C = A ∆ (B ∆ C)
A∆A=∅
A∆∅ =A
A–B≠B–A
A – B = A – (A ∩ B)
B – A = B – (A ∩ B)
A ∆ B = (A – B) ∪ (B – A)
U′ = ∅
∅′ = U
A ∪ A′ = U
A ∩ A′ = ∅
(A ∪ B)′ = A′ ∩ B′ (De Morgan’s law)
(A ∩ B)′ = A′ ∪ B′ (De Morgan’s law)
A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C) (Distributive law)
A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C) (Distributive law)
A – (B ∪ C) = (A − B) ∩ (A − C)
A – (B ∩ C) = (A − B) ∪ (A − C)
Parth R Faldu
8
A ∩ (B ∆ C) = (A ∩ B) ∆ (A ∩ C)
A ∩ B′ = A – B = A – (A ∩ B)
B ∩ A′ = B – A = B – (A ∩ B)
A × (B ∪ C) = (A × B) ∪ (A × C)
A × (B ∩ C) = (A × B) ∩ (A × C)
A × (B − C) = (A × B) − (A × C)
Cardinality of a Set
The cardinality of any set is the total number of elements present in that set.
The cardinality of set A is denoted by |A| 𝑜𝑟 𝑛(A).
Note:
𝑛(A ∪ B) = 𝑛(A) + 𝑛(B) – 𝑛(A ∩ B)
If A and B are disjoint set then, 𝑛(A ∪ B) = 𝑛(A) + 𝑛(B)
For two sets, the number of elements only in set A = 𝑛(A ∩ B′) = 𝑛(A) – 𝑛(A ∩ B)
For two sets, the number of elements only in set B = 𝑛(A′ ∩ B) = 𝑛(B) – 𝑛(A ∩ B)
Parth R Faldu