I've looked all around this stackexchange before asking this question. Just don't want to get penalized for a repeating question in case there is one.
I'm having trouble finding relations that are
- transitive but not reflexive or symmetric
- reflexive and transitive but not symmetric (not quite sure that this is possible)
- symmetric and transitive but not reflexive
To clarify, I'm looking for three different relations.
Thanks in advance!
Let $A = \{1,2,3\}$, and $R$ be a relation on $A$.
$R = \{(1,3),(3,2),(1,2)\}$
$R = \{(1,1),(2,2),(3,3),(1,2)\}$
$R = \{(1,1),(2,2),(2,1),(1,2)\}$