Relation Function Concepts
Relation Function Concepts
RELATION IN A SET
Then, R = {( 3, 1), (4, 2), (5, 3), (6, 4)}. Clearly, 3 R1, 4R 2, 5 R 3and6R 4. But, 1 R 3, 2 R 4, 5 R 6, etc.
Let R be a relation in a set A. Then, the set of all rst coordinates of elements of R is called the domain of R, written as dom
(R) and the set of all second coordinates of R is called the range of R, written as range (R).
R = {(a, b) : b = a2}.
Then, R = {(1, 1), (2, 4), (3, 9), (4, 16)}.
\ dom (R) = {1, 2, 3, 4} and range (R) = {1, 4, 9, 16}. Some Particular Types of Relations
EMPTY RELATION (Or VOID RELATION) A relation R in a set A is called an empty relation, if no element of A is related to any element of A
and we denote such a relation by f.
Thus, R = f Í A ́ A.
UNIVERSAL RELATION A relation R in a set A is called a universal relation, if each element of A is related to every element of A.
Thus, R =(A ́A) Í (A ́A) is the universal relation on A. Example Let A = {1, 2, 3}. Then,
IDENTITY RELATION The relation IA = {(a, a) : a ÎA} is called the identity relation on A.
i.e., if a R b and b R c Þ a R c.
EQUIVALENCE RELATION A relation R in a set A is said to be an equivalence relation
Let A be the set of all triangles in a plane and let R be a relation in A, de ned by R = {(C1 , C 2) : C1 @ C 2}.
Show that R is an equivalence relation in A.
\ R is re exive.
(ii) Symmetry
LetC1, C2 ÎA such that(C1, C2) ÎR. Then,
Þ (C2,C1)ÎR. \ R is symmetric.
(iii) Transitivity
Let C1, C2, C3 ÎA such that (C1, C2) ÎR and (C2, C3) ÎR. Then, (C1 , C2) Î R and (C2 , C3) Î R
\ R is transitive.
Thus, R is re exive, symmetric and transitive. Hence, R is an equivalence relation.
Let A be the set of all lines in xy-plane and let R be a relation in A, de ned by
R = {( L1 , L 2 ) : L1 | | L 2} .
Show that R is an equivalence relation in A.
Find the set of all lines related to the line y = 3x + 5.
Þ L2||L1
Þ (L2,L1)ÎR. \ R is symmetric.
(iii) Transitivity
Let L1, L2, L3 ÎA such that (L1, L2) ÎR and (L2, L3) ÎR. Then,(L1, L2) ÎR and(L2, L3) ÎR
Relations 3
Þ L1||L2andL2||L3
Þ L1||L3
Þ (L1,L3)ÎR. \ R is transitive.
y = 3x + k, where k is real.