Week 1 Notes - (Set Theory)
Week 1 Notes - (Set Theory)
Credit: 3 Hours
Pre-requisites: MTH 1109
b) E-materials
1. Discrete Mathematics with Algorithms by M.O. Albertson and J.P. Hutchinson.
www.freebookcentre.net
c) Journals
1. SIAM Journal on Discrete Mathematics
b) E-materials
1. Lecture Notes for College Discrete Mathematics By Gabor and Szabolics Tengely.
www.freebookcentre.net
2. Maple Website: http://www.maplesoft.com
c) Journals
1. Journal of Discrete Mathematics- An Open Access Journal
⃝Francis
c Oketch
Lecture 1
1 Introduction
Definition 1.1 (Discrete mathematics). It is a branch of mathematics that focuses on mathematical
structures and concepts that have distinct, separate values, rather than continuous values.
Discrete mathematics deals with objects that come in discrete bundles, e.g., 1 or 2 goats. In
contrast, continuous mathematics deals with objects that vary continuously, e.g., 3.42 inches high.
Think of digital watches versus analog watches (where the second hand loops around continuously
without stopping).
2 Set Theory
Definition 2.1 (Set). It is a collection of objects that are precisely defined.
These objects (which may be cities, countries, years, numbers, letters, or anything else) are called
elements or members of the set. Each element occurs once in a set.
1. Listing method: The elements of a set are listed inside a pair of curly brackets “{}” and
separated by commas. For example, the set whose elements are the first six letters of the
alphabet is written as
A = {a, b, c, d, e, f }
2. Set builder notation: In this method, we specify a set by giving a description of its elements
(without actually listing the elements). We use the notation
B = {x : p(x)},
where p(x) is a condition that x must satisfy for it to be in the given set. For example,
This method is used when it is not possible to list all the elements of a given set. The capital
letters N, Z, Q, R, and C will be reserved to denote the set of natural numbers, set of integers,
set of rational numbers, set of real numbers, and set of complex numbers respectively.
Symbol Meaning
∈ Belongs to (or is a member of). For example, x ∈ A means that the element x belongs to
the set A.
∈
/ Is not a member of. For example, x ∈/ A means that the element x is not a member of A.
∀ For all. For example, ∀x ∈ B, x is an even integer between 1 and 11
∃ There exists. For example, ∃x ∈ B such that x is an even integer between 1 and 11
| or : such that
1
2.3 Empty set ⃝Francis
c Oketch
(a) The set of people who are taller than the Times Tower in Kenya.
(a) If one considers the set of men and women, then a universal set is probably the set of human
beings.
(b) If one considers sets such as pigs, cows, chickens, or horses, the universal set is probably the set
of animals.
2.7 Subsets
The set A is said to be a subset of B, written A ⊂ B, if, and only if, every element of A is also an element
of B. In other words, A is contained in B. For example, let A = {2, 5, 7} and B = {1, 2, 3, 4, 5, 6, 7, 8}.
Then, it is clear that A is contained in B, i.e., A ⊂ B.
If A is a subset of B and there exists at least one element in B which is not in A, then A is called
a proper subset of B, written A ⊂ B. The “bigger” set B is called a super set of A.
The empty set is a subset of any set, i.e., ∅ ⊂ A. This is called the trivial subset.
P(A) = {X : X ⊂ A}
For example,
(a) Let A = {1, 2}. The subsets of A are ∅, {1}, {2} and A. Hence, the power set of A is
2
2.9 Power set ⃝Francis
c Oketch
(b) Let B = {a, b, c}. The subsets of B are ∅, {a}, {b}, {c}, {a, b}, {a, c}, {b, c} and B. Hence, the
power set of B is
P(B) = {∅, {a}, {b}, {c}, {a, b}, {a, c}, {b, c}, B}
The cardinality of P(B) is |P(B)| = 8.
Exercise:
1
Mathematics is fun!