Definition. Complete Lattice [002c]

A complete lattice is a partially ordered set in which all subsets have both a greatest lower bound (also known as infimum or meet) and a least upper bound (also known as supremum or join). This means that for any subset \(S\) of the complete lattice \(L\), there exists an element \(\sqcup \ S\) in \(L\) such that: (1)

  • \(\sqcup \ S\) is a lower bound of \(S\): For all elements \(s \in S\), \(\sqcup \ S \leq s\).
  • \(\sqcup \ S\) is the greatest of all lower bounds: For any other lower bound \(b\) of \(S\), \(b \leq \sqcup \ S\).

Similarly, there exists an element \(\sqcap \ S\) in \(L\) such that:

  • \(\sqcap \ S\) is an upper bound of \(S\): For all elements \(s \in S\), \(s \leq \sqcap \ S\).
  • \(\sqcap \ S\) is the least of all upper bounds: For any other upper bound \(b\) of \(S\), \(\sqcap \ S \leq b\).

In a complete lattice, every subset, including the empty set and the entire set itself, has both a supremum and an infimum within the lattice.