Skip to main content
Logo image

Exercises 17.6 Exercises

Directed graph for a relation.

In each of Exercises 1–4, you are given a relation on a specific set. Draw a directed graph that represents the relation.

1.

Relation \(\mathord{\subsetneqq}\) on \(\powset{\{a,b,c\}}\text{.}\)

2.

Relation \(\mathord{\lt}\) on \(\{1,2,3,4\}\text{.}\)

3.

Relation \(\mathord{\equiv_3}\) on \(\natnumlt{13}\text{.}\)

4.

Relation “has the same number of occurrences of the letter \(\mathrm{a}\) as” on \(\words{\Sigma}_4\) for alphabet \(\Sigma = \{\mathrm{a}, \mathrm{z}\}\text{.}\)

5.

Recall that a relation on a set \(A\) is just a subset of the Cartesian product \(A \cartprod A\text{.}\) Write out all relations on the set \(A = \{a,b\}\) as subsets of \(A \cartprod A\text{.}\) Which of these relations are reflexive? Symmetric? Antisymmetric? Transitive?

Testing reflexivity/symmetry/antisymmetry/transitivity.

In each of Exercises 6–17, you are given a relation on a specific set. Determine which of the properties reflexive, symmetric, antisymmetric, and transitive the given relation possesses.

6.

Relation \(\mathord{\lt}\) on \(\R\text{.}\)

7.

Relation \(\mathord{\ge}\) on \(\R\text{.}\)

8.

Relation \(\mathord{\mid}\) on \(\Z\text{.}\)

9.

Relation \(\mathord{\subseteq}\) on \(\powset{X}\text{,}\) where \(X\) is an arbitrary, unspecified set.

10.

Relation “is taller than” on the set of all living humans.

11.

Relation “is parallel to” on the set of all straight lines in the plane.

12.

Relation “is perpendicular to” on the set of all straight lines in the plane.

13.

Relation “has the same length as” on \(\words{\Sigma}\text{,}\) where \(\Sigma\) is an arbitrary, unspecified alphabet set.

14.

Relation “is shorter than” on \(\words{\Sigma}\text{,}\) where \(\Sigma\) is an arbitrary, unspecified alphabet set.

15.

Relation “contains the same number of occurrences of the letter \(x\) as” on \(\words{\Sigma}\text{,}\) where \(\Sigma\) is an arbitrary, unspecified alphabet set and \(x\) is some fixed choice of letter in \(\Sigma\text{.}\)

16.

Relation \(\mathord{\lgcequiv}\) on the set of all logical statements involving the statement variables \(p_1,p_2,p_3,\dotsc\text{.}\)

17.

Relation \(R\) defined by “\(a_1 \mathrel{R} a_2\) if \(f(a_1) = f(a_2)\)” on a set \(A\text{,}\) where \(\funcdef{f}{A}{B}\) is an arbitrary, unspecified function.

Properties of relations reflected in their graphs.

In each of Exercises 18–19, you are given a list of properties. Draw the directed graph of a relation on the set \(\{a,b,c,d\}\) that possesses the given properties.

18.

Symmetric and transitive, but neither reflexive nor antisymmetric.

19.

Reflexive, antisymmetric, and transitive, but not symmetric.

20.

Prove that a relation is symmetric if and only if it is equivalent to its own inverse relation.

21.

As described in Section 17.3, the definition of antisymmetric relation can be formulated in symbolic language as
\begin{equation*} (\forall a_1 \in A)(\forall a_2 \in A)({a_1 \neq a_2} \lgcimplies {{a_1\ \not R\ a_2} \lgcor {a_2\ \not R\ a_1}}) \text{.} \end{equation*}
Prove that each of the two conditionals provided in the Antisymmetric Relation Test are equivalent to the symbolic formulation of the definition of antisymmetric given above.

22.

Suppose \(R\) is a relation on a set \(A\) that is both symmetric and antisymmetric. Prove that \(R\) is a subset of the identity relation \(\setdef{(x,x)}{x \in A}\text{.}\)