Maths Library

5729 articles

Open Chat
0-Bottom (Bottom Element of a Boolean Algebra)

0-Bottom (Bottom Element of a Boolean Algebra)

algebra
The bottom element (denoted 00) in a [[boolean-algebra|Boolean algebra]] is the unique element satisfying 0a=00 \land a = 0 and 0a=a0 \lor a = a for all elements aa; it is the least element in the associated partial order.

0-Bottom (Bottom Element of a Boolean Algebra)

Definition

0a=0and0a=a0 \land a = 0 \quad \text{and} \quad 0 \lor a = a

In any Boolean algebra (or more generally a bounded lattice), the bottom element is the unique element that is less than or equal to every other element. It is usually denoted 00 and serves as the identity for the join operation \lor and as an absorbing element for the meet operation \land. The existence of a bottom element makes the Boolean algebra a bounded lattice.

Notes

A Boolean algebra is an algebraic structure (B,,,¬,0,1)(B, \land, \lor, \neg, 0, 1) where \land and \lor are binary operations (meet and join), ¬\neg is a unary operation (complement), 00 is the bottom (or zero) element, and 11 is the top (or unit) element. The axioms include:

  • Idempotence: aa=aa \land a = a, aa=aa \lor a = a
  • Commutativity: ab=baa \land b = b \land a, ab=baa \lor b = b \lor a
  • Associativity: (ab)c=a(bc)(a \land b) \land c = a \land (b \land c), (ab)c=a(bc)(a \lor b) \lor c = a \lor (b \lor c)
  • Absorption: a(ab)=aa \land (a \lor b) = a, a(ab)=aa \lor (a \land b) = a
  • Distributivity: a(bc)=(ab)(ac)a \land (b \lor c) = (a \land b) \lor (a \land c), a(bc)=(ab)(ac)a \lor (b \land c) = (a \lor b) \land (a \lor c)
  • Complements: a¬a=0a \land \neg a = 0, a¬a=1a \lor \neg a = 1

From these, the properties of the bottom follow:

  • 00 is an identity for \lor: 0a=a0 \lor a = a.
  • 00 is an annihilator for \land: 0a=00 \land a = 0.
  • The bottom element is unique: if 00 and 00' both satisfy the bottom properties, then 0=00=00 = 0 \land 0' = 0'.

In the standard example of the Boolean algebra of subsets of a set XX, the bottom element is the empty set \emptyset. In propositional logic, interpreted as a Boolean algebra, the bottom is the constant false proposition.

Properties

  • Uniqueness: The bottom element is unique in any bounded lattice.
  • Complement relation: The complement of the bottom is the top: ¬0=1\neg 0 = 1.
  • Order-theoretic: In the partial order defined by aba \le b iff ab=aa \land b = a, the bottom is the least element: 0a0 \le a for all aa.
  • Fixed point: For any function ff that preserves joins, f(0)0f(0) \le 0 if ff is order-preserving; but typically 00 is not a fixed point.

Examples

  1. Subset algebra: For any set XX, the power set P(X)\mathcal{P}(X) with union as \lor, intersection as \land, and complement as set complement has bottom \emptyset.
  2. Two-element Boolean algebra: {0,1}\{0,1\} with the usual logical operations: 0a=00 \land a = 0, 0a=a0 \lor a = a, ¬0=1\neg 0 = 1.
  3. Boolean algebra of propositions: The equivalence classes of logical formulas under logical equivalence form a Boolean algebra where the bottom is the class of contradictions (e.g., p¬pp \land \neg p).

Examples

Given a Boolean algebra BB, the bottom element 00 satisfies:

  • 00=00 \land 0 = 0, 00=00 \lor 0 = 0
  • 01=00 \land 1 = 0, 01=10 \lor 1 = 1
  • ¬0=1\neg 0 = 1

Significance

Foundation of Boolean Algebra

The bottom element is one of the two distinguished constants (along with the top) that define the structure of a Boolean algebra. It is essential for the definition of complements and for the connection to logic, where false is represented by 0.

Lattice Theory

In the broader context of lattice theory, the existence of a bottom element characterizes bounded lattices. Many results rely on the bottom, such as the Knaster–Tarski fixed-point theorem.


Glossary

Term / Symbol Meaning
Boolean algebra An algebraic structure (B,,,¬,0,1)(B, \land, \lor, \neg, 0, 1) where \land and \lor are meet and join, ¬\neg is complement, 00 is bottom, 11 is top, satisfying the axioms of idempotence, commutativity, associativity, absorption, distributivity, and complements.
00 The unique bottom element of a Boolean algebra, satisfying 0a=00 \land a = 0 and 0a=a0 \lor a = a.
\land Meet operation: binary infimum (greatest lower bound).
\lor Join operation: binary supremum (least upper bound).
bounded lattice A lattice that has both a bottom and a top element.
identity element An element ee such that ea=ae=ae * a = a * e = a for all aa; here 00 is an identity for \lor.
absorbing element An element aa such that ab=aa * b = a for all bb; here 00 is absorbing for \land.
Links