Question
Question: Let S be the set of all real numbers and let R be a relation on S, defined by \(a\text{ }R\text{ }b\...
Let S be the set of all real numbers and let R be a relation on S, defined by a R b ⇔ !!∣!! a-b !!∣!! ≤1. Then R, is
(a) reflexive and symmetric but not transitive
(b) reflexive and transitive but not symmetric
(c) symmetric and transitive but not reflexive
(d) an equivalence relation
Solution
Hint:Here, we will use the definitions of reflexive, symmetric and transitive relations to check whether the given relations are reflexive, symmetric or transitive.
Complete step-by-step answer:
A relation between two sets is a collection of ordered pairs containing one object from each set. If the object x is from the first set and the object y is from the second set, then the objects are said to be related if the ordered pair (x, y) is in the relation.
A relation R is reflexive if each element is related itself, i.e. (a, a) ∈ R, where a is an element of the domain.
A relation R is symmetric in case if any one element is related to any other element, then the second element is related to the first, i.e. if (x, y) ∈ R then (y, x) ∈ R, where x and y are the elements of domain and range respectively.
A relation R is transitive in case if any one element is related to a second and that second element is related to a third, then the first element is related to the third, i.e. if (x, y) ∈ R and (y, z) ∈ R then (x, z) ∈ R.
Here, the given relation is:
a R b ⇔ !!∣!! a-b !!∣!! ≤1
Let us take an ordered pair (a, a).
|a-a|=0, which is always less than 1.
So, R is reflexive.
Now, let us suppose that (a, b) ∈ R.
For R to be symmetric, we will have to show that (b, a) ∈ R.
∣a−b∣≤1⇒∣−(b−a)∣≤1⇒∣b−a∣≤1
So, (b, a) ∈ R.
This means that R is symmetric.
Now, let us suppose that a-b ∈ R and b-c ∈ R, then R would be transitive if a-c ∈ R.
Since, (a, b) ∈ R and (b, c) ∈ R. So, we can write:
∣a−b∣≤1
⇒−1≤a−b≤1..........(1)
And, ∣b−c∣≤1
⇒−1≤b−c≤1..........(2)
On adding equations (1) and (2), we get:
−1−1≤a−b+b−c≤1+1⇒−2≤a−c≤2
It means that ∣a−c∣∈/R.
This implies that R is not transitive.
Therefore, R is reflexive and symmetric but not transitive.
Hence, option (a) is the correct answer.
Note: Students should note here that for a relation to be a particular type of relation, i.e. reflexive, symmetric or transitive, all its elements must satisfy the required conditions. If we are able to find even a single counter example, i.e. if any of the elements doesn’t satisfy the criteria, then we can’t proceed further.