Sets Relations
Sets Relations
Sets Relations
SETS
SET
A set is a collection of well defined objects which are distinct from each other. Set are generally denoted by
capital letters A, B, C, ........ etc. and the elements of the set by small letters a, b, c ....... etc.
If a is an element of a set A, then we write a A and say a belongs to A.
If a does not belong to A then we write a A,
e.g. the collection of first five prime natural numbers is a set containing the elements 2, 3, 5, 7, 11.
TYPES OF SETS
Null set or empty set : A set having no element in it is called an empty set or a null set or void set, it is
denoted by or { }. A set consisting of at least one element is called a non-empty set or a non-void set.
Singleton set : A set consisting of a single element is called a singleton set.
Finite set : A set which has only finite number of elements is called a finite set.
Order of a finite set : The number of elements in a finite set A is called the order of this set and
denoted by O(A) or n(A). It is also called cardinal number of the set.
e.g.
A = {a, b, c, d}
n(A) = 4
Infinite set : A set which has an infinite number of elements is called an infinite set.
Equal sets : Two sets A and B are said to be equal if every element of A is member of B, and every element
of B is a member of A. If sets A and B are equal, we write A = B and if A and B are not equal then
AB
Equivalent sets : Two finite sets A and B are equivalent if their number of elements are same
i.e. n(A) = n(B)
e.g.
A = {1, 3, 5, 7}, B = {a, b, c, d}
n(A) = 4 and n(B) = 4
(ii)
(iv)
A = {a, b, c}
A = {1, 2, 6, 7} and B = {6, 1, 2, 7, 7}
(1)
(2)
(3)
[4, 3, 2, 1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
{x : x is a natural number and a divisor of 6}
Not equal sets
A B
PROPER SUBSET :
If A is a subset of B but A B then A is a proper subset of B and we write A B. Set A is not proper subset
of A so this is improper subset of A
Note : (i)
(ii)
(iii)
A B and B A A = B
(iv)
(v)
(vi)
POWER SET :
Let A be any set. The set of all subsets of A is called power set of A and is denoted by P(A)
Example # 5 : Examine whether the following statements are true or false :
(i)
{a, b} / {b, c, a}
(ii)
(iii)
(iv)
Solution :
(6)
Answers
(4)
False
(5)
False
(6)
True
UNIVERSAL SET :
A set consisting of all possible elements which occur in the discussion is called a universal set and is
denoted by U.
e.g. if A = {1, 2, 3}, B = {2, 4, 5, 6}, C = {1, 3, 5, 7} then U = {1, 2, 3, 4, 5, 6, 7} can be taken as the universal
set.
VENN DIAGRAM :
Most of the relationships between sets can be represented by means of diagrams which are known as venn
diagrams.These diagrams consist of a rectangle for universal set and circles in the rectangle for subsets of
universal set. The elements of the sets are written in respective circles.
For example If A = {1, 2, 3}, B = {3, 4, 5}, U = {1, 2, 3, 4, 5, 6, 7, 8} then their venn diagram is
AB
AB
AB
BA
SETS AND RELATIONS # 3
A'
(A B) = (A B) (B A)
Disjoint
A (B C) = (A B) (A C) ; A (B C) = (A B) (A C)
A = , A U = U
A B = {x : x A and x B} = {1, 3, 5}
similarly B A = {8}
Solution :
Let
C B A
A=CB
(8)
Find A (A B) if A = {5, 9, 13, 17, 21} and B = {3, 6, 9, 12, 15, 18, 21, 24}
Answers
(7)
(8)
{9, 21}
(v)
(vi)
(vii)
Example # 13 : In a group of 40 students, 26 take tea, 18 take coffee and 8 take neither of the two. How many take
both tea and coffee ?
Solution n(U) = 40, n(T) = 26, n(C) = 18
n(T C) = 8 n(T C) = 8
n(U) n(T C) = 8
n(T C) = 32
n(T) + n(C) n(T C) = 32
n(T C) = 12
Example # 14 : In a group of 50 persons, 14 drink tea but not coffee and 30 drink tea. Find
(i) How many drink tea and coffee both ?
(ii) How many drink coffee but not tea ?
Solution T : people drinking tea
C : people drinking coffee
(i) n(T) = n(T C) + n(T C)
30 = 14 + n(T C)
n(T C) = 16
RELATIONS
ORDERED PAIR :
A pair of objects listed in a specific order is called an ordered pair. It is written by listing the two objects in
specific order separating them by a comma abd enclosing the pair in parantheses.
In the ordered pair (a, b), a is called the first element and b is called the second element.
SETS AND RELATIONS # 5
Two ordered pairs are set to be equal if their corresponding elements are equal. i.e.
(a, b) = (c, d) if a = c and b = d.
CARTESIAN PRODUCT :
The set of all possible ordered pairs (a, b), where a A and b B i.e. {(a, b) ; a A and b B} is called
the cartesian product of A to B and is denoted by A B. Usually A B B A.
Similarly A B C = {(a, b, c) : a A, b B, c C} is called ordered triplet.
RELATION:
Let A and B be two sets. Then a relation R from A to B is a subset of A B. Thus, R is a relation from A to B
R A B. The subsets is derived by describing a relationship between the first element and the second
element of ordered pairs in A B e.g. if A = {1, 2, 3, 4, 5, 6, 7, 8} and B = {1, 2, 3, 4, 5} and
R = {(a, b) : a = b2, a A, b B} then R = {(1, 1), (4, 2), (9, 3)}. Here a R b 1 R 1, 4 R 2, 9 R 3.
NOTE :
(i)
(ii)
Let A and B be two non-empty finite sets consisting of m and n elements respectively. Then A B
consists of mn ordered pairs. So total number of subsets of A B i.e. number of relations from A to
B is 2mn.
A relation R from A to A is called a relation on A.
(2)
If A B = {(1, 2), (1, 3), (1, 6), (7, 2), (7, 3), (7, 6)} then find sets A and B.
(3)
(4)
Write R = {(4x + 3, 1 x) : x 2, x N}
Answers
5
, y = 10
2
(1)
x=
(2)
(3)
(4)
TYPES OF RELATIONS :
In this section we intend to define various types of relations on a given set A.
(i)
Void relation : Let A be a set. Then A A and so it is a relation on A. This relation is called
the void or empty relation on A.
(ii)
(iii)
Identity relation : Let A be a set. Then the relation IA = {(a, a) : a A} on A is called the identity
relation on A. In other words, a relation IA on A is called the identity relation if every element of A
is related to itself only.
(iv)
(v)
(vi)
(vii)
Example # 4 : Which of the following are identity relations on set A = {1, 2, 3}.
R1 = {(1, 1), (2, 2)}, R2 = {(1, 1), (2, 2), (3, 3), (1, 3)}, R3 = {(1, 1), (2, 2), (3, 3)}.
Solution:
The relation R3 is idenity relation on set A.
R1 is not identity relation on set A as (3, 3) R1.
R2 is not identity relation on set A as (1, 3) R2
Example # 5 : Which of the following are reflexive relations on set A = {1, 2, 3}.
R1 = {(1, 1), (2, 2), (3, 3), (1, 3), (2, 1)}, R2 = {(1, 1), (3, 3), (2, 1), (3, 2)}..
Solution :
R1 is a reflexive relation on set A.
R2 is not a reflexive relation on A because 2 A but (2, 2) R2.
Example # 6 : Prove that on the set N of natural numbers, the relation R defined by x R y x is less than y is
transitive.
Solution :
Because for any x, y, z N
x < y and y < z x < z x R y and y R z x R z. so R is
transitive.
Example # 7 : Let T be the set of all triangles in a plane with R a relation in T given by R = {(T1 , T2) : T1 is
congruent to T2}. Show that R is an equivalence relation.
SETS AND RELATIONS # 7
Solution :
Let R be a relation on the set of all lines in a plane defined by (1, 2) R line 1 is parallel to
line 2. Prove that R is an equivalence relation.