Ordered Sets

Ordered sets are sets with an ordering.


Description

A set does not inherently have an ordering. For some sets however, it is possible to specify one.

Consider the set of natural numbers. All members of the set can be ordered by the 'less than' binary operator (<). This is sometimes called the standard ordering for set of the natural numbers.

An ordering must satisfy two properties:

As a counter-example, consider the power set of natural numbers and an ordering by subsets (). Transitivity is satisfied. But two valid members of this set are {1} and {2}, and none of the following are true:

A common prototype is dictionary ordering. For example, the set of Q x Q (i.e., all pairs as Cartesian coordinates) can be ordered by dictionary ordering; (a,b) < (c,d) if


Bounds

Consider a subset A ⊆ S.

There are also concepts of least upper bound (or supremum) and greatest lower bound (or infimum).

A universe S is said to have a least upper bound property if every non-empty A ⊆ S has a least upper bound that is also a member of S. Importantly, the set of rational numbers does not have this property.


CategoryRicottone

Analysis/OrderedSets (last edited 2026-02-15 17:38:14 by DominicRicottone)