In this section we look at some properties of relations. In particular, we define the reflexive, symmetric, and transitive properties. We will use directed graphs to identify the properties and look at how to prove whether a relation is reflexive, symmetric, and/or transitive.
is symmetric since if then . Note, this property does not mean , just that if a pair is in , then the reverse is as well.
is transitive since if and then . Note, this property can be tedious to check by hand. In this example, though, the only pairs that fit the hypothesis are pairs like , so , which is in .
Example8.2.3.Another Look at the Properties.
Let , define the relation on by
is not reflexive since .
is not symmetric since , but not .
is transitive since if and then .
Check: , so , which is in . This is the only set of ordered pairs where the second coordinate of the first pair matches the first coordinate of the second pair.
We can use directed graphs to help identify the properties.
If a relation is reflexive, then the directed graph will have an arrow from the vertex to itself (a loop) at every vertex.
Figure8.2.4.Directed graph for reflexive property
Symmetric.
If a relation is symmetric, then whenever the directed graph has an arrow from vertex, to vertex , there is a corresponding arrow going from to .
Figure8.2.5.Directed graph for symmetric property
Transitive.
If a relation is transitive, then whenever the directed graph has an arrow from vertex, to vertex followed by an arrow from to , there is a corresponding arrow going from to .
Figure8.2.6.Directed graph for transitive property
The transitive closure of a relation , denoted , is the set of ordered pairs in as well as all additional ordered pairs to make the relation transitive.
Checking that a relation is reflexive, symmetric, or transitive on a small finite set can be done by checking that the property holds for all the elements of . But if is infinite we need to prove the properties more generally.