In representing this relation as a graph, elements of \(A\) are called the vertices of the graph. They are typically represented by labeled points or small circles. We connect vertex \(a\) to vertex \(b\) with an arrow, called an edge, going from vertex \(a\) to vertex \(b\) if and only if \(a r b\text{.}\) This type of graph of a relation \(r\) is called a directed graph or digraph. FigureΒ 6.2.1 is a digraph for \(r\text{.}\) Notice that since 0 is related to itself, we draw a βself-loopβ at 0.
Digraph of the relation \(r = \{(0, 0), (0, 3), (1, 2), (2, 1), (3, 2), (2, 0)\}\) with four nodes, 0, 1, 2, and 3; and edges between them corresponding to the pairs in the relation. One pair, \((0,0)\) is displayed as a loop starting at ending at node 0.
The actual location of the vertices in a digraph is immaterial. The actual location of vertices we choose is called an embedding of a graph. The main idea is to place the vertices in such a way that the graph is easy to read. After drawing a rough-draft graph of a relation, we may decide to relocate the vertices so that the final result will be neater. FigureΒ 6.2.1 could also be presented as in FigureΒ 6.2.2.
A vertex of a graph is also called a node, point, or a junction. An edge of a graph is also referred to as an arc, a line, or a branch. Do not be concerned if two graphs of a given relation look different as long as the connections between vertices are the same in the two graphs.
Consider the relation \(s\) whose digraph is FigureΒ 6.2.4. What information does this give us? The graph tells us that \(s\) is a relation on \(A = \{1, 2, 3\}\) and that \(s = \{(1, 2), (2, 1), (1, 3), (3, 1), (2, 3), (3, 3)\}\text{.}\)
Example6.2.5.Ordering subsets of a two element universe.
Let \(B = \{1,2\}\text{,}\) and let \(A = \mathcal{P}(B) = \{\emptyset, \{1\}, \{2\}, \{1,2\}\}\text{.}\) Then \(\subseteq\) is a relation on \(A\) whose digraph is FigureΒ 6.2.6.
We will see in the next section that since \(\subseteq\) has certain structural properties that describe βpartial orderings.β We will be able to draw a much simpler type graph than this one, but for now the graph above serves our purposes.
Let \(A\) be the set of strings of 0βs and 1βs of length 2 or less. This includes the empty string, \(\lambda\text{,}\) which is the only string of length zero.
Define the relation of \(d\) on \(A\) by \(x d y\) if \(x\) is contained within \(y\text{.}\) For example, \(1 d 01\text{.}\) Draw a digraph for this relation.
Recall the relation in Exercise 5 of Section 6.1, \(\rho\) defined on the power set, \(\mathcal{P}(S)\text{,}\) of a set \(S\text{.}\) The definition was \((A,B) \in \rho\) iff \(A\cap B = \emptyset\text{.}\) Draw the digraph for \(\rho\) where \(S = \{a, b\}\text{.}\)
Let \(C= \{1,2, 3, 4, 6, 12\}\text{,}\) the divisors of 12, and define \(t\) on \(C\) by \(a t b\) if and only if \(a\) and \(b\) share a common divisor greater than 1. Draw a digraph for \(t\text{.}\)