Let's say we have the following definition:
A relation $\rho$ on a set $A$ is called transitive if
$a \rho b \wedge b \rho c \Rightarrow a \rho c$
is true for all $a,b,c \in A$.
Another example: $\forall a, b, c \in A (\dots)$.
Do these statements automatically mean/give the condition that $a \neq b \neq c$ or would that have to be specified separately? I know this question is very basic, but I did not find an answer when searching in my words, so I thought I'd ask here and maybe the answer could help others along the way.
Thanks a lot!