Skip to main content

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{.}\)

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.

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 \nmathrel{R} a_2} \lgcor {a_2 \nmathrel{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{.}\)