How do I find the greatest lower bound of a set?

1 Answer
Nov 2, 2014

If the set has the smallest element, then the greatest lower bound of the set is the same as the smallest element; however, if the set does not have the smallest element, then it is a little trickier. Let us look at the following example.


Let

#S={1/1,1/2,1/3,1/4,1/5,1/6,...}#.

Notice that #S# does not have the smallest element since ite elements are always smaller and smaller toward zero, but it never quite becomes zero, so all terms are greater than zero, which makes zero a lower bound of #S#. Notice that we can always make the denominator large enough so that the element is smaller than any positive value, which means that no positive value can be a lower bound of #S#. Hence, zero is the greatest lower bound of #S#.


I hope that this was helpful.