PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Viewing Version 8 of 'complemented lattice'
[ view 'complemented lattice' | back to history ]

Title of object: complemented lattice
Canonical Name: ComplementedLattice
Type: Definition

Created on: 2005-02-16 00:29:28
Modified on: 2006-03-08 20:52:32

Creator: CWoo
Modifier: CWoo
Author: CWoo

Classification: msc:06B05, msc:06C15
Defines: related elements in lattice

Preamble:

% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb,amscd}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here
Content:

A \emph{complemented lattice} is a lattice $L$ such that there are
two elements $0$ and $1$ such that, for all $x\in L$,
\begin{enumerate}
\item $0\leq x$,
\item $x\leq 1$, and
\item there exists $y\in L$ such that $x\land y=0$ and $x\lor y=1$.
\end{enumerate}
$y$ is called a \emph{complement} of $x$.

In other words, a complemented lattice is a bounded lattice, such that the existence (not uniquness) of a complement of an element is guaranteed.

\textbf{Remarks}.
\begin{itemize}
\item Note that a complement of an element in a bounded lattice can be defined without the lattice being complemented. Given any element $a$ in a bounded lattice, two elements $b,c$ are said to be \emph{related} via $a$ if $b$ and $c$ are both complements of $a$.
\item If a complemented lattice $L$ is a distributive lattice, then every element of $L$ has a unique complement. For if
$y$ and $y^{\prime}$ are two complements of $x$, then
$$y^{\prime}=1\land y^{\prime}=(x\lor y)\land y^{\prime}=
(x\land y^{\prime})\lor(y\land y^{\prime})=0\lor(y\land
y^{\prime})=y\land y^{\prime}.$$ Similarly, $y=y^{\prime}\land y$.
So $y^{\prime}=y$.
\item In a complemented distributive lattice $L$, denote $\overline{x}$ to be the \emph{unique} complement of $x$. It is not hard to see
that $\overline{\overline{x}}=x$. Next, for any $x,y\in L$, define $x+y$ to be
$(x\land\overline{y})\lor(\overline{x}\land y)$, the $L$ together
with $\land$ and $+$ becomes a Boolean ring.
\end{itemize}