2.3 Ordering & Bounding
2.3.1 Orders
Definition 2.10.
A partially ordered set is an ordered pair , where is a set and is a binary relation which forms a partial order on . For any two elements we have either , or .
Example 2.1.
Let be a set, then let be the set of subsets of . Then is a partially ordered set. For any two elements we have either or .
Definition 2.11.
A totally ordered set is an ordered pair , where is a set and is a binary relation which forms a total order on . So for any two elements we have , or , or both (never neither)22 2 This is known as the trichotomy law. It is possible for a subset of a partially ordered set to be totally ordered (under the same relation).
Example 2.2.
— the set of natural numbers with the greater than or equal to relation — forms a totally ordered set. For any we have , or , or both (). Any subset of is also totally ordered under .
The key difference between partial orders and total orders is that partial orders are only useful for comparing some elements with each other whereas total orders can compare all elements with each other.
2.3.2 Bounds
There are several different ways we can create definitions for different kinds of ‘extreme’ elements in a set, all with subtle differences between them. We will go through some of these now.
Definition 2.12.
Let be a partially ordered set and let .
-
•
An element is the greatest element of if . If a greatest element exists, clearly it is unique (due to the trichotomy law). In other words, a greatest element is an element that is greater than all other elements. However, note that greatest elements may not necessarily exist.
-
•
An element is a maximal element of if there does not exist any with such that . A set may have multiple maximal elements, and they may exist without there being a greatest element. Maximal elements also may not necessarily exist. In simple terms, a maximal element is one that is not smaller than any other element. Notice how this definition is subtly different to the definition of the greatest element.
-
•
An element is an upper bound for in . Note that if , then the definition of a greatest element of becomes equivalent to the definition of an upper bound of in , therefore an element is the greatest element of if and only if is an upper bound for and . It is also plausible that may not have a greatest element while also having an upper bound in (that’s a tricky one to get your head around).
-
•
Let be a totally ordered subset of . Then the greatest element of and the maximal element of are the same, in which case this element is called the maximum of .
-
•
Let be the set of all upper bounds for in . Then is the supremum (or least upper bound) of if . Basically the supremum of is the least element of . Thus if suprema exist, they are unique. If a greatest element or maximum exists, then it is the supremum, and this is the only case where the supremum of a set will lie in the set itself.
-
•
If we switch the elements around the sign in all the above definitions, we obtain the definitions for the dual notions of all those just defined: the least element, minimal element, lower bound, minimum, and infimum (or greatest lower bound).