1 minute read

Prerequisite: Complemented LatticePermalink

Definition 3.1: Let L be a bounded lattice.

  1. An element xL is said to be complemented (by y) if yL such that xy= and xy=.
  2. We call y, also denoted by x, the complement of x.
  3. Accordingly, lattice R is said to be complemented if xL, x has a complement.

Theorem 3.3: In a bounded, distributive lattice, every element has at most one complement.

Proof: Consider a bounded distributive lattice L and elements a,b,cR. Suppose b,c are both complements of a. We have:

c=c=c(ab)=(ca)(cb)=(cb)=cb,

which implies bc.

A similar argument can show that cb. Therefore b=c and there is only one complement of a.

Boolean LatticesPermalink

Definition 3.4: A lattice L is said to be Boolean if it is bounded, distributive, and complemented.

The most common example of a Boolean lattice is the powerset Boolean lattice. Given a positive integer n and a set [n]={1,2,,n}, the poset Bn=(2[n],) is called a powerset boolean lattice of order n.

E.g. when n=2, B2={,{1},{2},{1,2}}

Some textbooks simply call Bn the “Boolean lattice of order n”.

Boolean AlgebrasPermalink

Definition 3.6: A Boolean algebra is a structure (L,,,,,) such that:

  • (L,,,,) is a Boolean lattice
  • is the unary complement operation.

The most common example of a Boolean algebra is the powerset Boolean algebra such as (Bn,,,,,[n])

ReferencesPermalink

  • https://arxiv.org/abs/2307.16671
  • https://moraschini.github.io/files/teaching/OLBA.pdf

Categories:

Updated:

Comments