The examples use the poset (\mathcal{P}(\{x, y, z\}),\subseteq) consisting of the
set of all subsets of a three-element set \{x, y, z\}, ordered by set inclusion (see Fig. 1). •
a is
related to b when
a ≤
b. This does not imply that
b is also related to
a, because the relation need not be
symmetric. For example, \{x\} is related to \{x, y\}, but not the reverse. •
a and
b are
comparable if or . Otherwise they are
incomparable. For example, \{x\} and \{x, y, z\} are comparable, while \{x\} and \{y\} are not. • A
total order or
linear order is a partial order under which every pair of elements is comparable, i.e.
trichotomy holds. For example, the natural numbers with their standard order. • A
chain is a subset of a poset that is a totally ordered set. For example, \{ \{\,\}, \{x\}, \{x, y, z\} \} is a chain. • An
antichain is a subset of a poset in which no two distinct elements are comparable. For example, the set of
singletons \{\{x\}, \{y\}, \{z\}\}. • An element
a is said to be
strictly less than an element
b, if
a ≤
b and a \neq b. For example, \{x\} is strictly less than \{x, y\}. • An element
a is said to be
covered by another element
b, written
a ⋖
b (or
a a \neq b are true, and
a ≤
c ≤
b is false for each
c with a \neq c \neq b. Using the strict order \{x\} is covered by \{x, z\}, but is not covered by \{x, y, z\}.
Extrema There are several notions of "greatest" and "least" element in a poset P, notably: •
Greatest element and least element: An element g \in P is a if a \leq g for every element a \in P. An element m \in P is a if m \leq a for every element a \in P. A poset can only have one greatest or least element. In our running example, the set \{x, y, z\} is the greatest element, and \{\,\} is the least. •
Maximal elements and minimal elements: An element g \in P is a maximal element if there is no element a \in P such that a > g. Similarly, an element m \in P is a minimal element if there is no element a \in P such that a If a poset has a greatest element, it must be the unique maximal element, but otherwise there can be more than one maximal element, and similarly for least elements and minimal elements. In our running example, \{x, y, z\} and \{\,\} are the maximal and minimal elements. Removing these, there are 3 maximal elements and 3 minimal elements (see Fig. 5). •
Upper and lower bounds: For a subset
A of
P, an element
x in
P is an upper bound of
A if
a ≤
x, for each element
a in
A. In particular,
x need not be in
A to be an upper bound of
A. Similarly, an element
x in
P is a lower bound of
A if
a ≥
x, for each element
a in
A. A greatest element of
P is an upper bound of
P itself, and a least element is a lower bound of
P. In our example, the set \{x, y\} is an for the collection of elements \{\{x\}, \{y\}\}. As another example, consider the positive
integers, ordered by divisibility: 1 is a least element, as it
divides all other elements; on the other hand this poset does not have a greatest element. This partially ordered set does not even have any maximal elements, since any
g divides for instance 2
g, which is distinct from it, so
g is not maximal. If the number 1 is excluded, while keeping divisibility as ordering on the elements greater than 1, then the resulting poset does not have a least element, but any
prime number is a minimal element for it. In this poset, 60 is an upper bound (though not a least upper bound) of the subset \{2, 3, 5, 10\}, which does not have any lower bound (since 1 is not in the poset); on the other hand 2 is a lower bound of the subset of powers of 2, which does not have any upper bound. If the number 0 is included, this will be the greatest element, since this is a multiple of every integer (see Fig. 6). == Mappings between partially ordered sets ==