distributive lattice
1 definition found
distributive lattice - Free On-line Dictionary of Computing (26 May 2007) :
distributive lattice
<theory> A lattice for which the least upper bound (lub)
and greatest lower bound (glb) operators distribute over one
another so that
a lub (b glb c) == (a lub c) glb (a lub b)
and vice versa.
("lub" and "glb" are written in LateX as \sqcup and
\sqcap).
(1998-11-09)
|