Posets
Definition
A poset is a pair , where is a set and is a binary relation on satisfying the following three properties:
1. Reflexive
- : For every , .
2. Antisymmetric
- : If and , then .
3. Transitive
- : If and , then .
A relation satisfying these properties is called a partial order.
Example
Let with the relation “divides” .
- , ,
- ,
- But and are incomparable because neither divides the other.
So is a poset.
Important terminology
Comparable elements
- : Two elements and are comparable if or .
Incomparable elements
- : Two elements are incomparable if neither nor holds.
Partial order
- : A relation satisfying reflexive, antisymmetric, and transitive properties.
Main Content
1. First Concept: Partial Order Relation
A partial order relation is the defining feature of a poset. It organizes elements in a structured way, but unlike total order, not every pair must be comparable.
Reflexivity
- ensures every element is related to itself, which gives consistency to the ordering.
Antisymmetry
- prevents two distinct elements from being mutually related in both directions.
Transitivity
- allows the ordering to extend logically across chains of elements.
Example
Consider the set with relation defined by:
- therefore by transitivity
This relation is a partial order if it satisfies all three conditions.
Notes on partial order
- A partial order may represent hierarchy, containment, divisibility, or precedence.
- In a partial order, some elements may remain unrelated.
- This is what makes posets more flexible than total orders.
2. Second Concept: Comparable and Incomparable Elements
In a poset, understanding whether elements can be compared is essential.
Comparable elements
- lie in a direct ordering relationship.
Incomparable elements
- cannot be placed above or below one another using the relation.
Example using divisibility
Let with divisibility:
- and are comparable because
- and are incomparable because and
Example using subset relation
Let ordered by :
- and are incomparable
This concept is crucial because many mathematical structures are naturally only partially ordered.
3. Third Concept: Hasse Diagram Representation
A Hasse diagram is a graphical way to represent a poset more simply. It shows the order relation without drawing all reflexive and transitive edges.
- Elements are drawn as points.
- If , then is placed higher than .
- Edges are drawn only for covering relations, not for every implied relation.
- No arrows are usually needed because the vertical placement already shows direction.
Example: Poset of divisors of 6
Elements:
6
/ \
2 3
\ /
1
This diagram shows:
- is below and
- and are below
- and are incomparable
Why Hasse diagrams are useful
- They make posets easier to visualize.
- They remove unnecessary information.
- They help identify minimal elements, maximal elements, and chains.
Working / Process
1. Identify the set and relation
- Determine the set of objects and the relation used to compare them.
- Examples include , , and .
2. Verify the partial order properties
- Check reflexivity: every element relates to itself.
- Check antisymmetry: mutual relation implies equality.
- Check transitivity: ordering is preserved through intermediate elements.
3. Analyze the structure
- Find comparable and incomparable pairs.
- Identify minimal and maximal elements.
- Draw a Hasse diagram if needed.
- Use the diagram to study chains, antichains, and ordering behavior.
Advantages / Applications
Models real-life hierarchies and dependencies
- Posets are used in task scheduling, course prerequisites, project planning, and version control.
Foundation for lattice theory
- Posets are the starting point for studying lattices, which are important in algebra and logic.
Useful in combinatorics and computer science
- They help analyze subsets, divisibility, sorting constraints, data structures, and partially ordered information.
Summary
- Posets are sets with a partial order relation.
- The relation must be reflexive, antisymmetric, and transitive.
- Not every pair of elements needs to be comparable.
- Important terms to remember: poset, partial order, comparable, incomparable, Hasse diagram, minimal element, maximal element, chain, antichain.