Chapter 3 - Sets
Chapter 3 - Sets
Chapter 3 - Sets
Objectives
• Definition of sets.
• Discuss the basic concept of set.
• Explained the set operation and algebra sets.
1
DISCRETE MATHEMATICS
Set
A set is an unordered collection of different elements. A set can be written
explicitly by listing its elements using set bracket. If the order of the elements is
changed or any element of a set is repeated, it does not make any changes in the set.
Representation of a Set
Sets can be represented in two ways −
1. Roster or Tabular Form
2. Set Builder Notation
Cardinality of a Set
Cardinality of a set S, denoted by |S||S|, is the number of elements of the set.
The number is also referred as the cardinal number. If a set has an infinite number of
2
elements, its cardinality is ∞∞.
2
DISCRETE MATHEMATICS
• Example − |{1,4,3,5}|=4,|{1,2,3,4,5,…}|=∞|{1,4,3,5}|=4,|{1,2,3,4,5,…}|=∞
If there are two sets X and Y,
1. |X|=|Y||X|=|Y| denotes two sets X and Y having same cardinality. It occurs
when the number of elements in X is exactly equal to the number of elements
in Y. In this case, there exists a bijective function ‘f’ from X to Y.
2. |X|≤|Y||X|≤|Y| denotes that set X’s cardinality is less than or equal to set Y’s
cardinality. It occurs when number of elements in X is less than or equal to
that of Y. Here, there exists an injective function ‘f’ from X to Y.
3. |X|<|Y||X|<|Y| denotes that set X’s cardinality is less than set Y’s cardinality. It
occurs when number of elements in X is less than that of Y. Here, the
function ‘f’ from X to Y is injective function but not bijective.
4. If |X|≤|Y|If |X|≤|Y| and |X|≥|Y||X|≥|Y| then |X|=|Y||X|=|Y|. The sets X and Y are
commonly referred as equivalent sets.
Types of Sets
Sets can be classified into many types. Some of which are finite, infinite, subset,
universal, proper, singleton set, etc.
1. Finite Set
A set which contains a definite number of elements is called a finite
set.
Example − S={x|x∈NS={x|x∈N and 70>x>50}70>x>50}
2. Infinite Set
A set which contains infinite number of elements is called an
infinite set.
Example − S={x|x∈NS={x|x∈N and x>10}x>10}
3. Subset
A set X is a subset of set Y (Written as X⊆YX⊆Y) if every element
of X is an element of set Y.
Example1 −Let, X={1,2,3,4,5,6}X={1,2,3,4,5,6} and Y={1,2}Y={1,2}
. Here set Y is a subset of set X as all the elements of set Y is in
set X. Hence, we can write Y⊆XY⊆X.
Example 2 − Let, X={1,2,3}X={1,2,3} and Y={1,2,3}Y={1,2,3}. Here
set Y is a subset (Not a proper subset) of set X as all the elements
of set Y is in set X. Hence, we can write Y⊆XY⊆X.
4. Proper Subset
The term “proper subset” can be defined as “subset of but not
equal to”. A Set X is a proper subset of set Y (Written as X⊂YX⊂Y) if
every element of X is an element of set Y and |X|<|Y||X|<|Y|.
Example − Let, X={1,2,3,4,5,6}X={1,2,3,4,5,6} and Y={1,2}Y={1,2}.
Here set Y⊂XY⊂X since all elements in YY are contained in XX too
and XX has at least one element is more than set YY.
5. Universal Set
It is a collection of all elements in a particular context or
application. All the sets in that context or application are essentially
subsets of this universal set. Universal sets are represented as UU.
3
3
DISCRETE MATHEMATICS
4
DISCRETE MATHEMATICS
Video links:
Introduction of Set
• https://youtu.be/ZMhoRLGNR5Y
Set Operation
• https://youtu.be/4TlCToZZ5gA
Reference:
• https://www.tutorialspoint.com/discrete_mathematics/discret
e_mathematics_sets.htm
• https://en.m.wikipedia.org/wiki/Set_(mathematics)