Idea
Order theory is the study of binary relations that capture notions of comparison, precedence, or hierarchy. It provides a common language for mathematics, logic, and computer science, unifying concepts such as divisibility, containment, implication, and reachability under a single framework.
Basic Definitions
The central notion is that of a relation on a set . The main classes of ordered structures are defined by which combination of properties satisfies:
| Structure | Reflexive | Transitive | Anti-symmetric | Total |
|---|---|---|---|---|
| Preorder | ✓ | ✓ | ||
| Partial Order | ✓ | ✓ | ✓ | |
| Total order | ✓ | ✓ | ✓ | ✓ |
| Well-Ordering | ✓ | ✓ | ✓ | ✓ + well-founded |
Strict variants replace reflexivity with irreflexivity and anti-symmetry with asymmetry, giving strict partial orders () and strict total orders.
Key Concepts
- Reflexive Relation:
- Transitive Relation:
- Anti-Symmetric Relation:
- Totality:
- Well-foundedness: every non-empty subset has a minimal element
Constructions
Upper and Lower Bounds
Given a subset of a poset :
- is an upper bound of iff
- is a lower bound of iff
- The supremum (least upper bound) is the smallest upper bound, if it exists
- The infimum (greatest lower bound) is the largest lower bound, if it exists
Lattices
A partial order in which every finite subset has a supremum and infimum is a lattice. If every subset (including infinite ones) has a supremum and infimum, it is a complete lattice.
Monotone Maps
A function between preordered sets is monotone (or order-preserving) iff Monotone maps are the morphisms in the category of preorders; they correspond to functors between the associated thin categories.
Galois Connections
A Galois connection between posets and is a pair of monotone maps and satisfying This is an adjunction between the corresponding thin categories. Galois connections arise throughout algebra (e.g. between subgroups and fixed fields in Galois theory) and logic (e.g. between syntax and semantics).
Ordinals and Cardinals
Ordinals are canonical representatives of well-ordered sets: every well-ordered set is order-isomorphic to a unique ordinal. Cardinals measure size up to bijection and are themselves represented as initial ordinals.
Ordinal arithmetic (, , exponentiation) is defined by transfinite recursion and is not commutative: .
Categorical Perspective
Every preorder corresponds to a thin category with objects and a unique morphism iff . Under this correspondence:
- monotone maps are functors
- Galois connections are adjunctions
- complete lattices are categories with all small limits and colimits
This makes order theory a special case of category theory, and many order-theoretic results are instances of general categorical theorems.