LESSWRONG
LW

Wikitags

Greatest lower bound in a poset

Edited by Patrick Stevens last updated 24th Sep 2016

In a partially ordered set, the greatest lower bound of two elements x and y is the "largest" element which is "less than" both x and y, in whatever ordering the poset has. In a rare moment of clarity in mathematical naming, the name "greatest lower bound" is a perfect description of the concept: a "lower bound" of two elements x and y is an object which is smaller than both x and y (it "bounds them from below"), and the "greatest lower bound" is the greatest of all the lower bounds.

Formally, if P is a set with partial order ≤, and given elements x and y of P, we say an element z∈P is a lower bound of x and y if z≤x and z≤y. We say an element z∈P is the greatest lower bound of x and y if:

  • z is a lower bound of x and y, and
  • for every lower bound w of x and y, we have w≤z.

Parents:
Partially ordered set
1
1
Discussion1
Discussion1