Module 1 Notes
Module 1 Notes
1. SET
A set is a well defined collection of distinct objects.
1.1 Notations
The sets are usually denoted by capital letters A, B, C, etc. and
the members or elements of the set are denoted by lowercase letters
a, b, c, etc. If x is a member of the set A, we write x A (read
as 'x belongs to A') and if x is not a member of the set A, we write
x A (read as 'x does not belong to A,). If x and y both belong
to A, we write x,yA
2. REPRESENTATION OF A SET
Usually, sets are represented in the following two ways : (i) Roster
form or Tabular form (ii) Set Builder form or Rule Method
NOTE
(i) In roster form, every element of the set is listed only once.
(ii) The order in which the elements are listed is immaterial.
(iii) For example, each of the following sets denotes the same set
{1, 2, 3}, {3, 2, 1}, {1, 3, 2}
3. TYPES OF SETS
A set which has no element is called the null set or empty set. It is
denoted by the symbol .
NOTE
(i) Every set is a subset and a superset itself.
(ii) If A is not a subset of B, we write A B.
(iii) The empty set is the subset of every set.
(iv) If A is a set with n(A) = m, then the number of subsets
of A are 2m and the number of proper subsets of A are
2m -1.
For example, let A = {3, 4}, then the subsets of A are , {3}, {4}. {3, 4}.
Here, n(A) = 2 and number of subsets of A = 22 = 4. Also, {3} {3,4}and {2,3}
{3, 4}
4. OPERATIONS ON SETS
5. ALGEBRA OF SETS
COMMUTATIVE LAW
ASSOCIATIVE LAW
DISTRIBUTIVE LAW
DE MORGAN’S LAW
The Cartesian product of two sets is a set, and the elements of that set are
ordered pairs. In each ordered pair, the first component is an element of
A, and the second component is an element of B.
LINTU JOSEPH