🔳Lattice Theory Unit 1 – Introduction to Partially Ordered Sets
Partially ordered sets, or posets, are fundamental structures in mathematics that capture relationships between elements. They consist of a set and a binary relation that defines precedence, generalizing the concept of total orders to allow for incomparable elements.
Posets have key properties like reflexivity, antisymmetry, and transitivity. They can be visualized using Hasse diagrams and have applications in various fields. Understanding posets is crucial for grasping more advanced concepts in order theory and related areas of mathematics.
Consists of a set and a binary relation that indicates that some elements precede others
The binary relation is called a partial order and typically denoted as ≤
For elements a and b in set P, if a≤b, we say "a is related to b" or "a precedes b"
Not every pair of elements in a poset must be comparable under the partial order
If neither a≤b nor b≤a, then a and b are incomparable
Partial orders are reflexive, antisymmetric, and transitive relations
Formally denoted as an ordered pair (P,≤) where P is a set and ≤ is a partial order on P
Generalizes the concept of total orders (linear orders) where every pair of elements is comparable
Key Concepts and Terminology
Reflexivity: For all a∈P, a≤a (every element is related to itself)
Antisymmetry: For all a,b∈P, if a≤b and b≤a, then a=b (no distinct elements precede each other)
Transitivity: For all a,b,c∈P, if a≤b and b≤c, then a≤c (precedence is transitive)
Comparability: Elements a and b are comparable if either a≤b or b≤a
Incomparability: Elements a and b are incomparable if neither a≤b nor b≤a
Minimal element: An element a∈P is minimal if there is no b∈P such that b≤a and b=a
Maximal element: An element a∈P is maximal if there is no b∈P such that a≤b and a=b
Properties of Partial Orders
Reflexivity: Every element is related to itself (a≤a for all a∈P)
Antisymmetry: No distinct elements precede each other (if a≤b and b≤a, then a=b)
Transitivity: Precedence is transitive (if a≤b and b≤c, then a≤c)
A partial order is a preorder (reflexive and transitive) that is also antisymmetric
Partial orders may have incomparable elements, unlike total orders where all elements are comparable
The set of real numbers with the usual ≤ relation is a total order, but not all posets are total orders
A poset can have multiple minimal or maximal elements, but at most one minimum or maximum element
Types of Elements in Posets
Minimal element: No other element precedes it (there is no b∈P such that b≤a and b=a)
Maximal element: No other element succeeds it (there is no b∈P such that a≤b and a=b)
A poset can have multiple minimal or maximal elements
Minimum element: Precedes all other elements (for all b∈P, a≤b)
Maximum element: Succeeds all other elements (for all b∈P, b≤a)
A poset can have at most one minimum or maximum element
Lower bound of a subset S⊆P: An element a∈P such that a≤s for all s∈S
Upper bound of a subset S⊆P: An element a∈P such that s≤a for all s∈S
Visualizing Posets: Hasse Diagrams
Hasse diagrams are graphical representations of posets that capture the partial order relation
Elements of the poset are represented as vertices (dots) in the diagram
If a≤b and there is no element c such that a≤c≤b (a=c=b), then there is an edge (line) drawn from a to b
This edge represents a "covers" relation, denoted as a≺b or b≻a
Edges are directed upward, so if a≤b, then a appears below b in the diagram
Transitive relations are not explicitly shown as edges to keep the diagram simple
Incomparable elements are not connected by an edge and are typically drawn at the same level
The Hasse diagram of a total order is a vertical line with elements arranged from bottom to top
Common Examples and Applications
Divisibility relation on natural numbers: a≤b if a divides b (denoted as a∣b)
Example: Positive divisors of 12 ordered by divisibility: 1≤2≤3≤4≤6≤12
Subset relation on a collection of sets: A≤B if A⊆B
Example: Power set of {a,b} ordered by inclusion: ∅≤{a}≤{a,b} and ∅≤{b}≤{a,b}
Subgroup relation on groups: H≤G if H is a subgroup of G
Implication relation on logical propositions: p≤q if p⇒q
Preference relations in decision theory and social choice theory
Scheduling tasks with prerequisites or dependencies
Relationships Between Posets
Subposet: A poset (Q,≤Q) is a subposet of (P,≤P) if Q⊆P and ≤Q is the restriction of ≤P to Q
Induced subposet: A poset (Q,≤Q) is an induced subposet of (P,≤P) if Q⊆P and for all a,b∈Q, a≤Qb if and only if a≤Pb
Isomorphic posets: Posets (P,≤P) and (Q,≤Q) are isomorphic if there exists a bijection f:P→Q such that for all a,b∈P, a≤Pb if and only if f(a)≤Qf(b)
Isomorphic posets have the same structure and can be viewed as "essentially the same"
Dual of a poset: The dual of (P,≤) is the poset (P,≥) where a≥b if and only if b≤a in the original poset
The Hasse diagram of the dual is obtained by flipping the original Hasse diagram upside down
Product of posets: The product of (P,≤P) and (Q,≤Q) is the poset (P×Q,≤) where (a,b)≤(c,d) if and only if a≤Pc and b≤Qd
Practice Problems and Exercises
Determine whether a given relation on a set is a partial order by checking reflexivity, antisymmetry, and transitivity
Draw the Hasse diagram of a given poset
Find minimal, maximal, minimum, and maximum elements in a poset, if they exist
Determine whether two elements in a poset are comparable or incomparable
Find lower and upper bounds of subsets in a poset
Prove that a given function between two posets is an order-preserving map (homomorphism) or an isomorphism
Construct the dual of a given poset and draw its Hasse diagram
Find induced subposets of a given poset
Determine the product of two given posets and draw its Hasse diagram
Solve problems involving divisibility, subset relations, or other common examples of posets