Day 03Part 08-Discrete mathematics for gate- Concept of Least upper bound and greatest lower bound.

Day 03Part 08-Discrete mathematics for gate- Concept of Least upper bound and greatest lower bound.

Least Upper Bound (LUB) and Greatest Lower Bound (GLB) – Discrete Mathematics (GATE)

The concepts of Least Upper Bound (LUB) and Greatest Lower Bound (GLB) are essential in partially ordered sets (posets) in Discrete Mathematics. These are also known as Supremum (sup) and Infimum (inf), respectively.

1. Partial Order & Lattice Basics

A poset (Partially Ordered Set) is a set SS with a relation ≤\leq that satisfies:
Reflexivity: a≤aa \leq a
Antisymmetry: If a≤ba \leq b and b≤ab \leq a, then a=ba = b.
Transitivity: If a≤ba \leq b and b≤cb \leq c, then a≤ca \leq c.

If every pair of elements in SS has a Least Upper Bound (LUB) and Greatest Lower Bound (GLB), then SS forms a lattice.

2. Least Upper Bound (LUB) / Supremum (sup)

The Least Upper Bound (LUB) of a subset AA of a poset (S,≤)(S, \leq) is the smallest element in SS that is greater than or equal to all elements of AA.

Mathematically, an element uu is LUB (sup) of AA if:

  1. uu is an upper bound of AA (∀a∈A,a≤u\forall a \in A, a \leq u).
  2. uu is the smallest such element, meaning if vv is another upper bound, then u≤vu \leq v.

Example:
Consider A={2,4,5}A = \{ 2, 4, 5 \} in the poset (S,≤)(S, \leq) where S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\}.
Upper bounds of AA in SS: {5, 6}
Least Upper Bound (LUB): 5 (because it is the smallest upper bound)

3. Greatest Lower Bound (GLB) / Infimum (inf)

The Greatest Lower Bound (GLB) of a subset AA of a poset (S,≤)(S, \leq) is the largest element in SS that is less than or equal to all elements of AA.

Mathematically, an element gg is GLB (inf) of AA if:

  1. gg is a lower bound of AA (∀a∈A,g≤a\forall a \in A, g \leq a).
  2. gg is the largest such element, meaning if hh is another lower bound, then h≤gh \leq g.

Example:
Consider A={2,4,5}A = \{ 2, 4, 5 \} in the poset (S,≤)(S, \leq) where S={1,2,3,4,5,6}S = \{1, 2, 3, 4, 5, 6\}.
Lower bounds of AA in SS: {1, 2}
Greatest Lower Bound (GLB): 2 (because it is the largest lower bound)

4. Graphical Representation in Hasse Diagram

In a Hasse Diagram,

  • The LUB of a subset is the lowest common ancestor in the diagram.
  • The GLB is the highest common descendant.

Example Hasse Diagram for Divisibility Ordering on {1, 2, 3, 6}

6
/ \
2 3
\ /
1

LUB of {2, 3} is 6 (smallest number divisible by both).
GLB of {2, 3} is 1 (largest number dividing both).

5. Special Cases

 If LUB exists and belongs to AA, it is called the maximum of AA.
 If GLB exists and belongs to AA, it is called the minimum of AA.
 If every subset has an LUB and a GLB, the poset is called a complete lattice.

6. Application in GATE Questions

Question 1 (GATE 2025)

Let A={4,8,12}A = \{4, 8, 12\} in the poset (S,≤)(S, \leq) where S={1,2,4,6,8,12}S = \{1, 2, 4, 6, 8, 12\} and ≤\leq is the divisibility relation.
Find LUB and GLB of AA.

Solution:
Upper bounds of {4, 8, 12} in SS: {12}
Least Upper Bound (LUB): 12
Lower bounds of {4, 8, 12} in SS: {1, 2, 4}
Greatest Lower Bound (GLB): 4

7. Summary Table

Concept Definition Symbol Example
Least Upper Bound (LUB) Smallest element ≥ all elements of a subset sup(A) sup({2, 4, 5}) = 5
Greatest Lower Bound (GLB) Largest element ≤ all elements of a subset inf(A) inf({2, 4, 5}) = 2

8. Conclusion

LUB is the smallest element that is greater than or equal to all elements in the subset.
GLB is the largest element that is less than or equal to all elements in the subset.
 These concepts are widely used in Lattice Theory and Poset Analysis in GATE.

Would you like more GATE practice problems on this topic?

Day 03Part 08-Discrete mathematics for gate- Concept of Least upper bound and greatest lower bound.

8 Ordered Set, Least Upper Bound, Greatest Lower …

11 Ordered set, least upper bound, greatest lower …

Leave a Reply

Your email address will not be published. Required fields are marked *

error: