The question is to find an example of a set $S$ and three relations $R_1$, $R_2$, and $R_3$ on it, such that $R_1$ is reflexive but not transitive, $R_2$ is transitive but not symmetric and $R_3$ is symmetric but not reflexive.
This is what I have done: Let set $S=\{a,b,c,d\}$ and the three realations are as follows:
- $R_1 = \{(a,a),(b,b),(c,c),(d,d)\}$
- $R_2 = \{(a,b),(b,c),(c,d)\}$
- $R_3 = \{(a,b),(b,a),(c,d),(d,c)\}$
If there is a set which is wrong and not satisfying what is needed can anyone help?