RELATIONS
1. INTRODUCTION :
Let AA 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.
Total Number of Relations : 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 is 2mn.
Domain and Range of a relation : Let R be a relation from a set A to a set B. Then the set of all first components or coordinates of the ordered pairs belonging to R is called to domain of R, while the set of all second components or coordinates of the ordered pairs in R is called the range of R.
Thus, Domain (R)={a:(a,b)∈R}
and, Range (R)={b:(a,b)∈R}
It is evident from the definition that the domain of a relation from A to B is a subset of A and its range is a subset of B.
Inverse Relation : Let A, B be two sets and let R be a relation from a set A to a set B. Then the inverse of R, denoted by R−1, is a relation from B to A and is defined by
R−1={(b,a):(a,b)∈R}
Clearly, (a,b)∈R⇔(b,a)∈R−1
Also, Domain (R)= Range (R−1) and Range (R)=Domain(R−1)
Note : Relation on a set : If R is a relation from set A to A itself then R is called Relation on set A.
2. TYPES OF RELATIONS :
In this section we intend to define various types of relations on a given set A.
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.
Universal Relation : Let A be a set. Then A×A⊆A×A and so it is a relation on A. This relation is called the universal relation on A.
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.
Reflexive Relation : A relation R on a set A is said to be reflexive if every element of A is related to itself.
Thus, R on a set A is not reflexive if there exists an element A∈A such that (a,a)∉R.
Every Identity relation is reflexive but every reflexive relation is not identity.
Symmetric Relation : A relation R on a set A is said to be a symmetric relation iff
(a,b)∈R⇔(b,a)∈R
i.e. aRb⇔bRa
Transitive Relation : Let A be any set. A relation R on A is said to be a transitive relation iff
(a,b)∈R and (b,c)∈R⇒(a,c)∈R
i.e. a Rb and bRc⇒aRc
Antisymmetric Relation : Let A be any set. A relation R on set A is said to be an antisymmetric relation iff
(a,b)∈R and (b,a)∈R⇒a=b
Equivalence Relation : A relation R on a set A is said to be an equivalence relation on A iff
(i) it is reflexive i.e. (a,a)∈R for all a∈A
(ii) it is symmetric i.e. (a,b)∈R⇒(b,a)∈R
(iii) it is transitive i.e. (a,b)∈R and (b,c)∈R⇒(a,c)∈R
It is not necessary that every relation which is symmetric and transitive is also reflexive.
Comments
Post a Comment