Section 13.1 Posets Revisited
We recall the definition a partially ordering:
Example 13.1.2. Some posets.
We recall a few examples of posets:
is a poset. Notice that our generic symbol for the partial ordering, is selected to remind us that a partial ordering is similar to “less than or equal to.”- Let
Then is a poset. - Let
Then is a poset.
The posets we will concentrate on in this chapter will be those which have upper and lower bounds in relation to any pair of elements. Next, we define this concept precisely.
Definition 13.1.3. Lower Bound, Upper Bound.
In most of the posets that will interest us, every pair of elements have both upper and lower bounds, though there are posets for which this is not true.
Definition 13.1.4. Greatest Lower Bound.
The last condition in the definition of Greatest Lower Bound says that if is also a lower bound, then is “greater” in relation to than The definition of a least upper bound is a mirror image of a greatest lower bound:
Definition 13.1.5. Least Upper Bound.
Notice that the two definitions above refer to “...a greatest lower bound” and “a least upper bound.” Any time you define an object like these you need to have an open mind as to whether more than one such object can exist. In fact, we now can prove that there can’t be two greatest lower bounds or two least upper bounds.
Theorem 13.1.6. Uniqueness of Least Upper and Greatest Lower Bounds.
Let be a poset, and If a greatest lower bound of and exists, then it is unique. The same is true of a least upper bound, if it exists.
Proof.
Let and be greatest lower bounds of and We will prove that
a greatest lower bound of and is a lower bound of and a greatest lower bound of and and a lower bound of and by the definition of greatest lower bound. a greatest lower bound of and is a lower bound of and a greatest lower bound of and and a lower bound of and by the definition of greatest lower bound. and by the antisymmetry property of a partial ordering.
The proof of the second statement in the theorem is almost identical to the first and is left to the reader.
Definition 13.1.7. Greatest Element, Least Element.
Let be a poset. is called the greatest (maximum) element of if, for all In addition, is called the least (minimum) element of if for all The greatest and least elements, when they exist, are frequently denoted by and respectively.
Example 13.1.8. Bounds on the divisors of 105.
Consider the partial ordering “divides” on Then is a poset. To determine the least upper bound of 3 and 7, we look for all such that and Certainly, both and satisfy these conditions and no other element of does. Next, since is the least upper bound of 3 and 7. Similarly, the least upper bound of 3 and 5 is 15. The greatest element of is 105 since for all To find the greatest lower bound of 15 and 35, we first consider all elements of such that They are 1, 3, 5, and 15. The elements for which are 1, 5, 7, and 35. From these two lists, we see that and satisfy the required conditions. But since the greatest lower bound is 5. The least element of is 1 since for all
Definition 13.1.9. The Set of Divisors of an Integer.
For any positive integer the divisors of is the set of integers that divide evenly into We denote this set
Example 13.1.10. The power set of a three element set.
Consider the poset where The greatest lower bound of and is For any other element which is a subset of and (there is only one; what is it?), The least element of is and the greatest element is The Hasse diagram of this poset is shown in Figure 13.1.11.

Power Set of
The previous examples and definitions indicate that the least upper bound and greatest lower bound are defined in terms of the partial ordering of the given poset. It is not yet clear whether all posets have the property such that every pair of elements always has both a least upper bound and greatest lower bound. Indeed, this is not the case (see Exercise 13.1.3).
Exercises Exercises
1.
- Find all lower bounds of 10 and 15.
- Find the greatest lower bound of 10 and 15.
- Find all upper bounds of 10 and 15.
- Determine the least upper bound of 10 and 15.
- Draw the Hasse diagram for
with respect to Compare this Hasse diagram with that of Example 13.1.10. Note that the two diagrams are structurally the same.
Answer.
- 1, 5
- 5
- 30
- 30
- See the Sage cell below with the default input displaying a Hasse diagram for
xxxxxxxxxx
Posets.DivisorLattice(12).show()
2.
3.
Figure 13.1.12 contains Hasse diagrams of posets.
- Determine the least upper bound and greatest lower bound of all pairs of elements when they exist. Indicate those pairs that do not have a least upper bound (or a greatest lower bound ).
- Find the least and greatest elements when they exist.

Answer.
- Solution for Hasse diagram (b):
-
is the least element and is the greatest element.
-
- Partial solution for Hasse diagram (f):
and do not exist.- No greatest element exists, but
is the least element.
4.
For the poset what are the greatest lower bound and least upper bound of two elements and Are there least and/or greatest elements?
5.
- Prove the second part of Theorem 13.1.6, the least upper bound of two elements in a poset is unique, if one exists.
- Prove that if a poset
has a least element, then that element is unique.
Answer.
If and are distinct least elements, then
6.
We naturally order the numbers in with “less than or equal to,” which is a partial ordering. We define an ordering, on the elements of by
- Prove that
is a partial ordering on - Draw the ordering diagrams for
on and - In general, how does one determine the least upper bound and greatest lower bound of two elements of
and - Are there least and/or greatest elements in
7.
Let be the set of all subsets of such that the sum of the elements in is even. (Note that the empty set will be included as an element of ) For instance, is in because is even, but is not in because is odd. Consider the poset Let and be elements of
- Explain why
is not element of the poset. - Use the definitions of the italicized terms and the given partial ordering to complete the following statements:
is an upper bound of and if is the least element of if
- Find three different upper bounds of
and - Find the least upper bound of
and If it doesn’t exist, explain why not.
Answer.
- The sum of elements in
is odd and disqualifies the set from being an element of the poset. - The following correctly complete the statements in this part.
and for all
- Any set that contains the union of
but also contains 3 or 5, but not both will be an upper bound. You can create several by including on not including 4 or 8. - The least upper bound doesn’t exist. Notice that the union of
and isn’t in One of the two sets and is contained within every upper bound of and but neither is contained within the other.
You have attempted 1 of 1 activities on this page.