Skip to main content
Logo image

Exercises 19.8 Exercises

Recognizing a partial order from its graph.

In each of Exercises 1–2, you are given a directed graph for a relation on the set A={a,b,c,d}. Determine whether the relation is a partial order. Justify your answers.

Testing partial orders.

In each of Exercises 3–6, you are given a set A and a relation R on A. Determine whether the relation is a partial order. Justify your answers.

3.

A is the set of all Augustana students; aRb means that student a has a higher GPA than student b.

4.

A is the power set of some finite set; SRT means |S|≀|T|.

5.

A is the set of words on some alphabet; wRwβ€² means |w|≀|wβ€²|, where |w| means the length of word w.

6.

A=RΓ—R; (x1,y1)R(x2,y2) means x1≀x2 and y1≀y2.

Drawing Hasse diagrams.

In each of Exercises 7–8, you are given a finite, partially ordered set A. Draw the Hasse diagram.

8.

A=Ξ£4βˆ—, the set of words of length 4 in the alphabet Ξ£={0,1}, under dictionary order.

9.

Draw all possible valid Hasse diagrams for each of the sets A={a,b} and B={a,b,c}. (Thus, you will have determined all possible partial orders on those sets.)

10.

Consider the β€œdivides” relation ∣ on N>0. Provide an example of a set AβŠ†N>0

11.

Let A={0,1,2}, and consider the partial order βŠ† on the power set P(A). List all pairs of incomparable elements in P(A).

Determining maximal/maximum/minimal/minimum elements.

In each of Exercises 12–16, you are given a partially ordered set A. Determine any and all maximal, maximum, minimal, and minimum elements.

14.

A=Nβˆ–{0,1} under the β€œdivides” relation ∣.

15.

A={2,5,11,13,22,65,110,143,496} under the β€œdivides” relation ∣.

16.

A is the set of the first ten prime numbers under the β€œdivides” relation ∣.

17.

Suppose βͺ― is a partial order on the set A={0,1,2} such that 1 is a maximal element. What are the possibilities for the Hasse diagram of βͺ―?

Topological sorting.

In each of Exercises 18–19, you are given the Hasse diagram for a partially ordered set A. Use the Topological sorting algorithm to determine a compatible total order on A.