I am wondering if a relationship with only one tuple e.g. {$(a,b)$} is transitive. If so, what about empty relation {$\emptyset$}.
We know that if a relation is transitive if $(a,b)\in R$ and $(b,c)\in R$, then $(a,c) \in R$. I don't know how to use the definition to interpret my question. Please show me your thread.
We got only one tuple, and it seems does not fit in the definition. Appreciate for any help.
Updated notes: *Not sure about the notation of empty relation should be either $\emptyset$ or {$\emptyset$}. Undoubtedly, $\emptyset$ is an element of {$\emptyset$}, if $\emptyset$ still be a subset of every set in this case, e.g {$\emptyset$} *
There are quantifiers in the definition of transitivity \begin{equation} \forall (a, b)\in R, \forall (c, d)\in R, b = c \Rightarrow (a, c)\in R \end{equation} A logical proposition starting with $\forall x\in\emptyset$ is always true. There are no pairs of tuples $(a, b)$ and $(b, c)$ in $R$, hence transitivity is true.
Also note that a proposition starting with $\exists x\in\emptyset$ is always false. Indeed there is no element in the empty set, so there is no element in the empty set satisfying a property $P(x)$, hence the proposition $\exists x\in\emptyset, P(x)$ is always false. I don't think this property can be proved, the existence of the empty set is axiomatic.
Remark that the logical negation of the proposition $\forall x\in\emptyset, P(x)$ is the proposition $\exists x\in\emptyset,\neg P(x)$. Since the latter is false, the former must be true.