Let A = {1,2,3} and consider the relation R = {(1,1),(2,2), (3,3), (1,2), (2,3), (1,3)}, Then R is
Explanation
1. Reflexivity
A relation R on set A is reflexive if for every a∈A, the pair (a,a)∈R.
-
Here, A={1,2,3}.
-
The relation contains (1,1), (2,2), and (3,3).
-
Result: R is Reflexive.
2. Symmetry
A relation R is symmetric if (a,b)∈R implies (b,a)∈R.
-
In this relation, we have (1,2)∈R, but the reverse pair (2,1)∈/R.
-
Similarly, we have (2,3)∈R but (3,2)∈/R.
-
Result: R is Not Symmetric.
3. Transitivity
A relation R is transitive if (a,b)∈R and (b,c)∈R imply (a,c)∈R.
Final Answer
The relation R is Reflexive and Transitive but not Symmetric.