Set, Relation and Function-2
Set, Relation and Function-2
Session
A B 1, 2, 3, 8
A B 3
A B A B 1,3 , 2, 3 , 3, 3 , 8, 3
A B B A A B B A
A B A B
O A B B A O A B A B
O A B .O A B
O A B n2
2
R x, y | x A, y B, x | y
= {(2, 6), (2, 8), (2, 12), (3, 3), (3, 6), (3, 9), (3, 12),
(4, 8), (4, 12), (6, 6), (6, 12)}
R = {(0, 5), (0, –5), (3, 4), (3, –4), (4, 3), (4, –3),
(5, 0), (–3, 4), (–3, –4), (–4, 3), (–4, –3), (–5, 0)}
R–1 = {(5, 0), (–5, 0), (4, 3), (–4, 3), (3, 4), (–3, 4),
(0, 5), (4, –3), (–4, –3), (3, –4), (–3, –4), (0, –5)} = R
l2 l1
l2 , l1 R
R is symmetric
Not transitive
Class Exercise - 7
Let f = ‘n/m’ means that n is factor
of m or n divides m, where n, m N .
Then the relation ‘f’ is
(a) reflexive and symmetric
(b) transitive and symmetric
(c) reflexive, transitive and symmetric
(d) reflexive, transitive and not symmetric
Solution
Reflexive: a/a a N
As a is factor of a a 1.a
Reflexive
a, c f
Symmetric: If a, b S , i.e. a2 + b2 = 1
b2 a2 1
b, a S
Symmetric
Solution contd..
Transitive: If a, b , b, c S
i.e. a2 + b2 = 1 and b2 + c2 = 1
a2 c 2
a2 c 2 may not be 1
Not transitive
Class Exercise - 9
Let A be a set of all the points in space.
Let R be a relation on A such that a1
Ra2 if distance between the points a1
and a2 is less than one unit. Then which
of the following is false?
(a) R is reflexive
(b) R is symmetric
(c) R is transitive
(d) R is not an equivalence relation
Solution
Reflexive: Distance between a1 and a1
is 0 less than one unit.
Hence, a1 Ra1a1 A
Reflexive
a2Ra1 Symmetric
Transitive: If a1 R a2 and a2 R a3
Solution contd..
Distance between a1 and a2 is less
than 1 unit and distance between a2 and
a3 is less than 1 unit
Distance between a1 and a3 is less than 1 unit.
0.9 0.9
For example, a1 a2 a3
Distance between a1 and a3 = 1.8 > 1
Not transitive
R is symmetric
Solution contd..
Transitive: If (a, b) R (c, d) and (c, d) R (e, f)
1 1 1 1 1 1 1 1
and
b c a d d e c f
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
and
c d a b c d e f a b e f a f b e
Transitive
Hence, R is an equivalence relation.
Thank you