maximal and minimal elements
Distinguishing elements of a set equipped with a preorder:
A maximal element is not less than any other element of the set.
A minimal element is not greater than any other element of the set.
Formally,
for a preorder
- an element
is a maximal element of if whenever , then - equivalently,
whenever are comparable
- equivalently,
- an element
is a minimal element of if whenever , then - equivalently,
whenever are comparable
- equivalently,
N.B. it is not required that a maximal or minimal element is comparable to every other element.
If
- an element
is a maximal element of if there is no such that with . - an element
is a minimal element of if there is no such that with .