greatest and least elements
Distinguishing elements of a set equipped with a preorder:
A greatest element is an upper bound contained in the set, i.e. it is greater than or equal to any other element of the set.
A least element is a lower bound contained in the set, i.e. it is less than or equal to any other element of the set.
Formally,
for a preorder
- an element
is a greatest element of if for all - an element
is a least element of if for all
N.B. by definition, a greatest or least element must be comparable to every other element.
If
If