I've seen a few answers to this, like here and but they are not satisfying to me (possibly too advanced).
The definitions in my book are as follows:
- A binary relation $\mathrel{R}$ on two sets $A$ and $B$ is a subset of $A \times B$, whose elements can be written $a \mathrel{R} b$.
- When we say $\mathrel{R}$ is binary relation on $A$, we mean that $R$ is a subset of $A \times A$.
- The relation $R$ is transitive if $a \mathrel{R} b$ and $b \mathrel{R} c$ imply $a \mathrel{R} c$, for all $a,b,c \in A$.
- The relation $R$ is symmetric if $a \mathrel{R} b$ implies $b \mathrel{R} a$.
Browsing Math Stack it appears those definitions are standard. Consider the following question: if a nonempty relation is symmetric and transitive, is it also reflexive?
I say yes. But in a discussion with a peer, they provide the example: consider the relation $R$ on $A$ where $A = \{0,1,2\}$ but $R = \{(0,1), (0,2), (1,0), (2,0), (2,1), (1,2)\}$. They claim this relation is transitive but I say no, because in order for it to be so we need $0 \mathrel{R} 1$ and $1 \mathrel{R} 0$ to imply $0 \mathrel{R} 0$, but clearly $(0, 0) \notin R$.
Who's right? And is it possible to generate such a nonempty relation?