Ordered Set
Definition
An ordered set is a set equipped with an order relation that arranges its elements in a specified way.
Most commonly, in the context of unit topics like posets and lattices, an ordered set means a partially ordered set (poset).
A partially ordered set is a pair , where:
- is a set
- is a relation on satisfying:
- Reflexive: for every
- Antisymmetric: if and , then
- Transitive: if and , then
If every pair of elements is comparable, the ordered set is called a totally ordered set or linearly ordered set. That means for any , either or .
Examples of ordered sets:
- , natural numbers with usual order
- , power set ordered by inclusion
- , divisors of 6 ordered by divisibility
Main Content
1. Types of Ordered Sets
Totally ordered set (linear order)
- : Every pair of elements can be compared. Example: . Here, any two numbers have a definite order.
Partially ordered set (poset)
- : Not every pair must be comparable. Example: the set under divisibility. Here, 2 and 3 are incomparable because neither divides the other.
A clearer comparison:
| Structure | Comparability | Example |
|---|---|---|
| Total order | Every pair comparable | |
| Partial order | Some pairs may be incomparable |
Important observations:
- In a total order, the elements form a complete sequence.
- In a partial order, the structure may branch, showing hierarchy rather than a single line.
- Ordered sets are often represented using Hasse diagrams to visualize partial orders.
Example of a poset: Let with divisibility.
- , ,
- ,
- But and are not comparable
This makes it a partial order, not a total order.
2. Comparability, Minimal and Maximal Elements
Comparable elements
- : Two elements and are comparable if either or .
Minimal element
- : An element that has no smaller element below it in the ordered set.
Maximal element
- : An element that has no larger element above it in the ordered set.
These are different from the smallest or largest element:
- A least element is less than or equal to every element in the set.
- A greatest element is greater than or equal to every element in the set.
- A minimal element need not be least.
- A maximal element need not be greatest.
Example: Consider the poset .
- is the least element
- is the greatest element
- and are both minimal above 1 in certain substructures, but in the whole set they are not minimal because 1 divides them
- and are maximal only if we consider a smaller subset such as under divisibility, where neither divides the other and neither has a larger element in that subset
Another example: Set ordered by inclusion.
- and are minimal elements
- is maximal and also greatest
- There is no least element among and because neither is contained in the other
This concept is important in identifying the “edge” elements of an ordered structure.
3. Hasse Diagram Representation
- A Hasse diagram is a graphical way to represent a finite poset.
- It shows only the essential order relations, leaving out reflexive and transitive edges.
Rules for drawing a Hasse diagram:
- Place smaller elements lower and larger elements higher.
- Draw an edge only when one element covers another directly.
- Do not draw arrows; upward direction indicates increasing order.
- Do not include self-loops or redundant transitive connections.
Example: Poset
6
/ \
2 3
\ /
1
Interpretation:
- is below , , and
- and are below
- No line is drawn from directly to because that relation is implied through transitivity
Why Hasse diagrams matter:
- They make partial orders easier to understand visually.
- They show chains, branches, minimal and maximal elements.
- They are used in analyzing lattices and combinatorial structures.
Another example using subsets of ordered by inclusion:
{a,b}
/ \
{a} {b}
\ /
∅
This represents the power set ordered by inclusion.
Working / Process
1. Identify the set and the relation
- Determine what objects are being compared.
- Decide the relation used to order them, such as , , or divisibility.
2. Check whether it is a partial or total order
- Verify reflexivity, antisymmetry, and transitivity.
- Check whether every pair is comparable to decide if it is total.
3. Analyze the structure
- Find comparable and incomparable elements.
- Identify minimal, maximal, least, and greatest elements.
- Draw a Hasse diagram if the set is finite.
Advantages / Applications
Organizes mathematical objects systematically
- : Ordered sets help classify elements by hierarchy, size, inclusion, or divisibility.
Useful in computer science and algorithms
- : They appear in scheduling, dependency resolution, task ordering, and topological sorting.
Foundation for advanced topics
- : Ordered sets lead naturally to Hasse diagrams, lattices, Boolean algebra, and combinatorial analysis.
Summary
- Ordered sets arrange elements according to a relation
- Partial orders and total orders are the two main forms
- Hasse diagrams help visualize finite ordered sets
- Important terms to remember: ordered set, partial order, total order, comparable elements, minimal element, maximal element, Hasse diagram, divisibility, inclusion