Suppose $R$ is a binary relation on a set $S$. Let $R^+$ be the reflexive transitive closure of $R$. That is, $R^+$ is minimal relation which includes $R$ and is both transitive and reflexive. By minimal I mean that no proper subset of $R^+$ which includes $R$ is transitive and reflexive.
If a pair $(A,B)$ belongs to $R^{+}$, then there exists a finite sequence $C_1,\ldots,C_n$ of elements of $S$ such that:
- $C_1 = A$
- $C_n = B$
- For every $i$ in $\{1,\ldots,n-1\}$, $R(C_i,C_{i+1})$ (that is, the pair $(C_i, C_{i+1})$ belongs to $R$).
Is this statement true? (I guess so) If so, is there a theorem which justifies it?