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?
It’s straightforward to show that any pair $\langle A,B\rangle$ that satisfies your condition belongs to $R^+$, since it must belong to any reflexive, transitive relation containing $R$. On the other hand, it’s also easy to check that that the set of all pairs satisfying your condition is a reflexive, transitive relation containing $R$ and hence contains $R^+$. Thus, $R^+$ is precisely that set of pairs.