- 10,876
- 423
A lattice is a partially ordered set such that every finite set has a least upper bound and a greatest lower bound. The least upper bound of the set {a,b} is denoted by a\vee b. The greatest lower bound of the same set is denoted by a\wedge b. A lattice is said to be bounded if it has a smallest member and a largest member. They are denoted by 0 and 1 respectively. A lattice is said to be distributive if for all a,b,c, \begin{align}<br />
a\wedge(b\vee c) &=(a\wedge b)\vee(a\wedge c)\\<br />
a\vee(b\wedge c) &=(a\vee b)\wedge(a\vee c).<br />
\end{align}<br /> A complementation is a unary operation (on a bounded lattice) a\mapsto a^\circ such that for all a,b, <br />
\begin{align}<br />
\text{(1)} & a^\circ{}^\circ=a\\<br />
\text{(2)} & a\wedge a^\circ=0\text{ and }a\vee a^\circ =1<br />
\end{align}<br /> An orthocomplementation is a complementation that satisfies the additional requirement \text{(3)}\ a\leq b\ \Rightarrow\ b^\circ\leq a^\circ. I want to know if the following two statements (found in two different books) are equivalent:
1. A complemented distributive lattice is called a Boolean algebra.
2. An orthocomplemented distributive lattice is called a Boolean algebra.
Every orthocomplementation is obviously a complementation. Is it possible to prove that every complementation (on a distributive lattice) is an orthocomplementation?
I haven't made much progress. I just noticed the equivalences <br /> \begin{align}<br /> a\leq b\ &\Leftrightarrow\ a\wedge b=a,\ a\vee b=b\\<br /> b^\circ\leq a^\circ\ &\Leftrightarrow a^\circ\wedge b^\circ =b^\circ,\ a^\circ\vee b^\circ=a^\circ,<br /> \end{align} which make me think that the condition that defines an orthocomplementation is equivalent to de Morgan's laws.
1. A complemented distributive lattice is called a Boolean algebra.
2. An orthocomplemented distributive lattice is called a Boolean algebra.
Every orthocomplementation is obviously a complementation. Is it possible to prove that every complementation (on a distributive lattice) is an orthocomplementation?
I haven't made much progress. I just noticed the equivalences <br /> \begin{align}<br /> a\leq b\ &\Leftrightarrow\ a\wedge b=a,\ a\vee b=b\\<br /> b^\circ\leq a^\circ\ &\Leftrightarrow a^\circ\wedge b^\circ =b^\circ,\ a^\circ\vee b^\circ=a^\circ,<br /> \end{align} which make me think that the condition that defines an orthocomplementation is equivalent to de Morgan's laws.