Maths Library
5729 articles
0-Bottom (Bottom Element of a Boolean Algebra)
algebra0-Bottom (Bottom Element of a Boolean Algebra)
Definition
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 and serves as the identity for the join operation and as an absorbing element for the meet operation . The existence of a bottom element makes the Boolean algebra a bounded lattice.
Notes
A Boolean algebra is an algebraic structure where and are binary operations (meet and join), is a unary operation (complement), is the bottom (or zero) element, and is the top (or unit) element. The axioms include:
- Idempotence: ,
- Commutativity: ,
- Associativity: ,
- Absorption: ,
- Distributivity: ,
- Complements: ,
From these, the properties of the bottom follow:
- is an identity for : .
- is an annihilator for : .
- The bottom element is unique: if and both satisfy the bottom properties, then .
In the standard example of the Boolean algebra of subsets of a set , the bottom element is the empty set . 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: .
- Order-theoretic: In the partial order defined by iff , the bottom is the least element: for all .
- Fixed point: For any function that preserves joins, if is order-preserving; but typically is not a fixed point.
Examples
- Subset algebra: For any set , the power set with union as , intersection as , and complement as set complement has bottom .
- Two-element Boolean algebra: with the usual logical operations: , , .
- 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., ).
Examples
Given a Boolean algebra , the bottom element satisfies:
- ,
- ,
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 where and are meet and join, is complement, is bottom, is top, satisfying the axioms of idempotence, commutativity, associativity, absorption, distributivity, and complements. |
| The unique bottom element of a Boolean algebra, satisfying and . | |
| Meet operation: binary infimum (greatest lower bound). | |
| Join operation: binary supremum (least upper bound). | |
| bounded lattice | A lattice that has both a bottom and a top element. |
| identity element | An element such that for all ; here is an identity for . |
| absorbing element | An element such that for all ; here is absorbing for . |