Let A = {0, 1, 2, 3} and R be a relation on A defined as R = {(0, 0), (0, 1), (0, 3), (1, 0), (1, 1), (2, 2), (3, 0), (3, 3)}. Is R reflexive? symmetric? transitive?
AnswerWe have, R = {(0, 0), (0, 1), (0, 3), (1, 0), (1, 1), (2, 2), (3, 0), (3, 3)}As, $(\text{a, a})\in\text{R}\ \forall\ \text{a}\in\text{A}$
So, R is a reflexive relation. Also, $(\text{a, b})\in\text{R}$ and $(\text{b, a})\in\text{R}$ So, R is a symmetric as well And, $(0,1)\in\text{R}$ but $(1,2)\notin\text{R}$ and $(2,3)\notin\text{R}$ So, R is not a transitive relation.