Lattice
A lattice is an algebraic structure consisting of a set with two binary operations, called meet (denoted ) and join (denoted ), satisfying the following axioms for all elements in the set:
commutative: and
associativity: and
absorbtion law: and
idempotence: and
EXAMPLE
The power set of a set with intersection (, meet) and union (, join) forms a lattice, because the power set is closed under these operations and satisfies the lattice axioms.
with and is also a lattice, or with and .
The set of subspaces of a vector space forms a lattice with intersection and sum. The intersection gives us the largest subspace contained in both (greatest lower bound, just like or or ), and the sum gives us the smallest subspace containing both (least upper bound, like or or ).