Lesson 1 MS 101
Lesson 1 MS 101
Passi, Iloilo
DISCRETE MATHEMATICS
MS 101
MODULE 1
MS 101
DISCRETE MATHEMATICS
Continuous Mathematics ─ It is based upon continuous number line or the real numbers. It is characterized by the fact that
between any two numbers, there are almost always an infinite set of numbers. For example, a function in continuous
mathematics can be plotted in a smooth curve without breaks.
Discrete Mathematics ─ It involves distinct values; i.e. between any two points, there are a countable number of points. For
example, if we have a finite set of objects, the function can be defined as a list of ordered pairs having these objects, and can be
presented as a complete list of those pairs.
Part 1: Sets
German mathematician G. Cantor introduced the concept of sets. He had defined a set as a collection of definite and distinguishable
objects selected by the means of certain rules or description.
Set theory forms the basis of several other fields of study like counting theory, relations, graph theory and finite state machines.
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.
The set is represented by listing all the elements comprising it. The elements are enclosed within braces and separated by commas.
The set is defined by specifying a property that elements of the set have in common. The set is described as A = { x : p(x)}
Cardinality of a Set
Cardinality of a set S, denoted by |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 elements, its cardinality is ∞.
| 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.
|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.
Finite Set
A set which contains a definite number of elements is called a finite set.
Example: S = {x | x ∈ N and 70 > x > 50}
Infinite Set
A set which contains infinite number of elements is called an infinite set.
Example: S = {x | x ∈ N and x > 10}
Subset
A set X is a subset of set Y (Written as X ⊆ Y) if every element of X is an element of set Y.
Example 1: Let, X = { 1, 2, 3, 4, 5, 6 } and Y = { 1, 2 }. Here set Y is a subset of set Xas all the elements of set Y is in set X. Hence,
we can write Y ⊆X.
Example 2: Let, X = {1, 2, 3} and 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 ⊆ X.
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 ⊂Y) if
every element of X is an element of set Y and | X| < | Y |.
Example: Let, X = {1, 2, 3, 4, 5, 6} and Y = {1, 2}. Here set Y ⊂ X since all elements in Y are contained in X too and X has at least
one element is more than set Y.
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 U.
Example: We may define U as the set of all animals on earth. In this case, set of all mammals is a subset of U, set of all fishes is a
subset of U, set of all insects is a subset of U, and so on.
Equal Set
If two sets contain the same elements they are said to be equal.
Example: If A = {1, 2, 6} and B = {6, 1, 2}, they are equal as every element of set A is an element of set B and every element of set B
is an element of set A.
Equivalent Set
If the cardinalities of two sets are same, they are called equivalent sets.
Example: If A = {1, 2, 6} and B = {16, 17, 22}, they are equivalent as cardinality of A is
equal to the cardinality of B. i.e. |A|=|B|=3
Overlapping Set
Two sets that have at least one common element are called overlapping sets.
Example: Let, A = {1, 2, 6} and B = {6, 12, 42}. There is a common element ‘6’, hence
these sets are overlapping sets.
Disjoint Set
Two sets A and B are called disjoint sets if they do not have even one element in common. Therefore, disjoint sets have the following
properties:
Example: Let, A = {1, 2, 6} and B = {7, 9, 14}; there is not a single common element, hence these sets are overlapping sets.