Reflexive Transitive Closure/Examples/Arbitrary Example 1

From ProofWiki
Jump to navigation Jump to search

Example of Reflexive Transitive Closure

Let $S = \set {1, 2, 3}$ be a set.

Let $\RR$ be the relation on $S$ defined as:

$\RR = \set {\tuple {1, 2}, \tuple {2, 2}, \tuple {2, 3} }$

The reflexive transitive closure $\RR^*$ of $\RR$ is given by:

$\RR^* = \set {\tuple {1, 1}, \tuple {1, 2}, \tuple {2, 2}, \tuple {2, 3}, \tuple {1, 3}, \tuple {3, 3} }$


Sources