Definition

A lattice is a partially ordered set in which every pair of elements has both a least upper bound (called the join or supremum) and a greatest lower bound (called the meet or infimum).

For any :

  • The join is the smallest element such that and
  • The meet is the largest element such that and

Properties

A lattice satisfies the following axioms for all :

Commutativity:

Associativity:

Idempotency:

Absorption:

Complete Lattice

A complete lattice is a partially ordered set in which every subset has both a supremum and an infimum. Every finite lattice is complete.

Examples

  • The power set of any set with inclusion forms a complete lattice where join is union and meet is intersection
  • The set of natural numbers with divisibility relation forms a lattice where join is least common multiple and meet is greatest common divisor
  • Any totally ordered set forms a lattice where and