Check whether the relation R defined in the set {1, 2, 3, 4, 5, 6} as
R = {(a, b): b = a + 1} is reflexive, symmetric or transitive.
Answers
Answer:
Let A = {1, 2, 3, 4, 5, 6}.
A relation R is defined on set A as:
R = {(a, b): b = a + 1}
∴R = {(1, 2), (2, 3), (3, 4), (4, 5), (5, 6)}
We can find (a, a) ∉ R, where a ∈ A.
For instance,
(1, 1), (2, 2), (3, 3), (4, 4), (5, 5), (6, 6) ∉ R
∴R is not reflexive.
It can be observed that (1, 2) ∈ R, but (2, 1) ∉ R.
∴R is not symmetric.
Now, (1, 2), (2, 3) ∈ R
But,
(1, 3) ∉ R
∴R is not transitive
Hence, R is neither reflexive, nor symmetric, nor transitive.
Check whether the relation R defined in the set {1, 2, 3, 4, 5, 6} as R = {(a, b): b = a + 1} is reflexive, symmetric or transitive.
R = {(a, b): b = a + 1}
Check whether the relation R defined in the set {1, 2, 3, 4, 5, 6}
Given that, R = {(a, b): b = a + 1}
Now, for this relation we have to check whether it is reflexive, transitive and symmetric reflexivity:
Reflexive:
Let a be an arbitrary element of R.
Then, a = a + 1 cannot be true for all a ∈ A.
So, R is not reflexive on A.
Symmetry:
Let (a, b) ∈ R
Thus, (b, a) ∉ R
So, R is not symmetric on A.
Transitivity:
Let (1, 2) and (2, 3) ∈ R
2 + 1 is true.
But 3 ≠ 1 + 1
So, R is not transitive on A.