Difference between revisions of "Boolean lattice"

m
m
 
Line 1: Line 1:
{{stub}}
 
 
 
Given any [[set]] <math>S</math>, the '''boolean lattice''' <math>B(S)</math> is a [[partially ordered set]] whose elements are those of <math>\mathcal{P}(S)</math>, the [[power set]] of <math>S</math>, ordered by inclusion (<math>\subset</math>).
 
Given any [[set]] <math>S</math>, the '''boolean lattice''' <math>B(S)</math> is a [[partially ordered set]] whose elements are those of <math>\mathcal{P}(S)</math>, the [[power set]] of <math>S</math>, ordered by inclusion (<math>\subset</math>).
  
Line 9: Line 7:
 
{{image}}
 
{{image}}
  
 +
Every boolean lattice is a [[distributive lattice]], and the poset operations [[meet]] and [[join]] correspond to the set operations [[union]] and [[intersection]].
 +
 +
{{stub}}
  
Every boolean lattice is a [[distributive lattice]], and the poset operations [[meet]] and [[join]] correspond to the set operations [[union]] and [[intersection]].
+
[[Category:Definition]]

Latest revision as of 22:46, 20 April 2008

Given any set $S$, the boolean lattice $B(S)$ is a partially ordered set whose elements are those of $\mathcal{P}(S)$, the power set of $S$, ordered by inclusion ($\subset$).

When $S$ has a finite number of elements (say $|S| = n$), the boolean lattice associated with $S$ is usually denoted $B_n$. Thus, the set $S = \{1, 2, 3\}$ is associated with the boolean lattice $B_3$ with elements $\emptyset, \{1\}, \{2\}, \{3\}, \{1, 2\}, \{1, 3\}, \{2, 3\}$ and $\{1, 2, 3\}$, among which $\emptyset$ is smaller than all others, $S = \{1, 2, 3\}$ is larger than all others, and the other six elements satisfy the relations $\{1\}, \{2\} \subset \{1,2\}$, $\{1\}, \{3\} \subset \{1,3\}$, $\{2\}, \{3\} \subset \{2,3\}$ and no others.

The Hasse diagram for $B_3$ is given below:


An image is supposed to go here. You can help us out by creating one and editing it in. Thanks.


Every boolean lattice is a distributive lattice, and the poset operations meet and join correspond to the set operations union and intersection.

This article is a stub. Help us out by expanding it.