[Math] Find a set which has GLB and LUB but there exists at least one subset which has no GLB and LUB

boolean-algebrareal-analysis

GLB=greatest lower bound
LUB=least upper bound
Give one example of a set such that the GLB and LUB exist but there exists at least one subset which has no GLB and LUB.

Best Answer

Consider the set $\{42\}$. It has a greatest lower bound and a least upper bound (both of which are $42$), but its subset $\varnothing$ has neither.

Related Question