Day 03Part 09-CseIt- Cross structure failure case of greatest lower bound and least upper bound.
Day 03Part 09-CseIt- Cross structure failure case of greatest lower bound and least upper bound.
Day 03 Part 09 – CSE/IT: Cross Structure Failure Cases of Greatest Lower Bound (GLB) and Least Upper Bound (LUB)
Contents [hide]
Understanding GLB and LUB in Posets
In a partially ordered set (poset), for any two elements aa and bb:
-
Greatest Lower Bound (GLB): The largest element that is less than or equal to both aa and bb.
-
Least Upper Bound (LUB): The smallest element that is greater than or equal to both aa and bb.
A lattice is a poset where every pair of elements has both a GLB and a LUB.
Cross Structure Failure Cases
Certain poset configurations, known as cross structures, fail to be lattices because some pairs of elements lack a GLB or LUB.Mathematics Stack Exchange
Example 1: Missing LUB
Consider the poset with elements {a,b,c}\{a, b, c\} and the following relations:
-
aa and bb are incomparable.
-
Both aa and bb are less than cc.
Hasse Diagram:
Analysis:
-
GLB of aa and bb: Does not exist since aa and bb are incomparable and have no common lower bound.
-
LUB of aa and bb: Exists and is cc.
Example 2: Missing GLB
Consider the poset with elements {a,b,d}\{a, b, d\} and the following relations:
-
aa and bb are incomparable.
-
Both dd is less than aa and bb.
Hasse Diagram:
Analysis:
-
GLB of aa and bb: Exists and is dd.
-
LUB of aa and bb: Does not exist since aa and bb are incomparable and have no common upper bound.focs.computer.org
Key Takeaways
-
In cross structures, certain pairs of elements lack either a GLB or LUB, preventing the poset from being a lattice.
-
Identifying these failure cases is crucial in discrete mathematics and computer science, especially in topics like compiler design and formal language theory.
If you need further clarification or additional examples on this topic, feel free to ask!