bounded and complemented lattices

Comprehensive study notes, diagrams, and exam preparation for bounded and complemented lattices.

Bounded and Complemented Lattices

Definition

A bounded lattice is a lattice that has:

  • a least element such that for all ,
  • a greatest element such that for all .

A complemented lattice is a bounded lattice in which every element has at least one element called a complement of , satisfying:

  • ,
  • .

Here:

  • means meet,
  • means join.

If the complement of every element is unique, the lattice is called a uniquely complemented lattice. If, in addition, the lattice satisfies distributive laws, it becomes a Boolean lattice.


Main Content

1. Bounded Lattice

  • A lattice is bounded when it contains both an absolute bottom element and an absolute top element.
  • These elements are denoted by 0 and 1, and they play a crucial structural role because they provide global reference points for the entire lattice.

In a bounded lattice:

  • is the least element, so for every , .
  • is the greatest element, so for every , .

This means every element of the lattice lies “between” 0 and 1.

Example 1: Power set lattice

Let . The collection of all subsets of is: with order given by set inclusion .

  • Least element:
  • Greatest element:

So this is a bounded lattice.

Example 2: Divisibility lattice

Consider the set of positive divisors of 12: ordered by divisibility.

  • Least element:
  • Greatest element:

Thus, it is also a bounded lattice.

Hasse diagram for the divisors of 12

      12
     /  \
    4    6
    |   / \
    2  3   |
     \ |  /
       1

This diagram shows the partial order by divisibility, with 1 at the bottom and 12 at the top.


2. Complement in a Lattice

  • A complement of an element is another element such that their meet is the least element and their join is the greatest element.
  • Intuitively, a complement acts like the “missing part” of an element relative to the whole lattice.

If is a complement of , then:

  • means they have nothing in common at the bottom level,
  • means together they generate the whole lattice.

Example: Set complement

In the power set lattice , if , then for the subset , a complement is: because:

  • ,
  • .

This is the most familiar example of complement in a lattice.

Important observation

In some lattices, complements need not be unique. A lattice may have:

  • multiple complements for the same element, or
  • no complement at all for certain elements.

So being complemented is a stronger requirement than merely being bounded.

Example of non-uniqueness

In some modular lattices, an element can have more than one complement. This shows that complemented lattices do not automatically behave like set-theoretic complements unless additional properties such as distributivity are present.


3. Complemented Lattice and Boolean-Like Behavior

  • A complemented lattice combines boundedness with the existence of complements for every element.
  • This makes the lattice highly structured and especially important in logic and algebra.

A complemented lattice satisfies:

  1. It has and ,
  2. Every element has at least one complement .

Why this matters

The presence of complements allows elements to be “split” into parts that together reconstruct the whole lattice. This is similar to:

  • true/false in logic,
  • a subset and its set-theoretic complement,
  • a region and its outside in geometry.

Stronger conditions

If a complemented lattice is also distributive, then:

  • complements are unique,
  • the lattice becomes a Boolean lattice.

Boolean lattices are the algebraic foundation of:

  • propositional logic,
  • digital circuit design,
  • set operations,
  • switching theory.

Example: Boolean lattice of subsets

For , the power set lattice is: Here:

  • complements ,
  • complements .

This lattice is complemented and distributive, hence Boolean.

Example of a complemented but non-distributive lattice

A standard example is the diamond lattice :

      1
    / | \
   a  b  c
    \ | /
      0

Each of is complemented by any of the other two:

  • has complements and ,
  • has complements and ,
  • has complements and .

So is complemented, but not distributive.


Working / Process

1. Check whether the lattice is bounded

  • Identify the least element and greatest element .
  • In a Hasse diagram, appears at the bottom and at the top.
  • If either does not exist, the lattice is not bounded.

2. Find meets and joins for elements

  • For each pair of elements, determine their meet and join .
  • This is essential for checking complements because complements are defined using meet and join.

3. Test for complements

  • For a given element , search for an element such that:
    • ,
    • .
  • If every element has at least one such , the lattice is complemented.
  • If the complement is unique for every element and the lattice is distributive, the lattice is Boolean.

Advantages / Applications

  • Provides a clear algebraic framework for analyzing structure with a smallest and largest element.
  • Plays a major role in Boolean algebra, which is fundamental to logic and computer science.
  • Helps in understanding set operations, especially union, intersection, and complement.
  • Useful in digital circuit design, where logical variables often behave like elements of a Boolean lattice.
  • Important in combinatorics and order theory, especially when studying posets and Hasse diagrams.
  • Supports algebraic reasoning in modular lattices, distributive lattices, and related structures.
  • Helps classify lattices and identify when a lattice behaves like a logical system.

Summary

  • A bounded lattice has a least element and a greatest element .
  • A complemented lattice is a bounded lattice in which every element has a complement.
  • Complements satisfy and .
  • If a complemented lattice is distributive, it becomes a Boolean lattice.
  • Important terms to remember: bounded lattice, least element, greatest element, complement, meet, join, complemented lattice, Boolean lattice