Let $X$ be a set with a binary relation $\sim$, such that for all $a$, $b$, and $c$ in $X$:
If $a\sim b$ and $c\sim b$ then $a\sim c$
Is anyone familiar with this property of a binary relation? Does it have a name? Does it have any interesting properties?
It's called (left) Euclidean relation. You can find more at Wikipedia. Using a diagram:
$$ \begin{array}{c} a && c\\ \downarrow&\swarrow \\ b \end{array} \hspace{20pt}\text{implies}\hspace{20pt} \begin{array}{c} a &\rightarrow& c\\ \downarrow&\swarrow \\ b \end{array} $$
Some interesting properties (I'm using the left- version, it would be the similar for right-Euclidean):
I hope this helps $\ddot\smile$