I am having difficulty grasping the concepts of and the relations (Transitive, Reflexive, Symmetric) while there is one way that given a relation we can determine which property it has. but if we want to define sets that are for example both symmetric and transitive, or all three, or any two? some examples in the following table would be really helpful to clear stuff out.
For each of the eight lines of the table below, a relation on { 1 , 2 , 3 } that fits the description.
Reflexive Symmetric Transitive
True True True
True True False
True False True
True False False
False True True
False True False
False False True
False False False
In all examples, $x$ and $y$ range over elements of the set $\{1, 2, 3\}$.
All combinations of Reflexive, Symmetric, Transitive:
True True True: $\{(x, y) : x = y\}$
True True False: $\{(x, y) : |x - y| \leq 1\}$
True False True: $\{(x, y) : x \leq y\}$
True False False: $\{(x, y) : x \leq y $ and $|x - y| \leq 1\}$
False True True: $\{(x, y) : x + y = 5\}$
False True False: $\{(x, y) : |x - y| = 1\}$
False False True: $\{(x, y) : x < y\}$
False False False: $\{(x, y) : x = y + 1\}$