Partially Ordered Sets - Core Definitions
Partially ordered sets (posets) provide a mathematical framework for studying order relations. They appear throughout mathematics, from lattice theory to algebraic topology, and are fundamental to understanding combinatorial structures.
A partially ordered set is a pair where is a set and is a binary relation on satisfying:
- Reflexivity: for all
- Antisymmetry: if and , then
- Transitivity: if and , then
We write if and . Elements are comparable if or ; otherwise they are incomparable (written ).
- Natural numbers with usual ordering (totally ordered)
- Divisibility poset where if divides
- Power set ordered by inclusion
- Integer partitions ordered by dominance: if for all
- Young's lattice: integer partitions ordered by diagram inclusion
For a poset and subset :
- Maximum: with for all
- Minimum: with for all
- Maximal: with no satisfying
- Minimal: with no satisfying
- Upper bound: with for all
- Lower bound: with for all
- Supremum (least upper bound): upper bounds of
- Infimum (greatest lower bound): lower bounds of
- A chain is a totally ordered subset where all elements are pairwise comparable
- An antichain is a subset where all elements are pairwise incomparable
- The width of a poset is the maximum size of an antichain
- The height (or length) is the maximum size of a chain minus 1
The Boolean lattice has:
- Size: elements
- Height: (chains from to )
- Width: (Sperner's theorem)
- Rank function:
The Hasse diagram forms a hypercube graph in dimensions.
A lattice is a poset in which every pair of elements has:
- A join (supremum):
- A meet (infimum):
A complete lattice has joins and meets for all subsets (not just pairs). Every finite lattice is complete.
The Hasse diagram is a visual representation of a finite poset where:
- Elements are drawn as vertices
- is shown by above
- An edge connects to if and no satisfies (covering relation)
This eliminates reflexive loops and transitive edges for clarity.
A function between posets is:
- Order-preserving (monotone) if
- Order-embedding if (injective)
- Order-isomorphism if it's a bijective order-embedding
An automorphism is an order-isomorphism from a poset to itself.
For the divisibility poset on :
- Primes form an antichain of size 5
- A chain might be
- Maximum antichain size = width
- Minimum chain decomposition covers all elements
Dilworth's theorem states: width = minimum number of chains needed to cover the poset.
Posets unify diverse mathematical structures and provide powerful tools for analyzing order relationships in combinatorics, algebra, and computer science.