Lattice (order)
Encyclopedia : L : LA : LAT : Lattice (order)
In mathematics, a lattice is a partially ordered set (or poset) whose nonempty finite subsets all have a supremum (called join) and an infimum (called meet). Lattices can also be characterized as algebraic structures satisfying certain axiomatic identities. Since the two definitions are equivalent, lattice theory draws on both order theory and universal algebra. Semilattices include lattices, which in turn include Heyting and Boolean algebras. These "lattice-like" structures all admit order-theoretic as well as algebraic descriptions.
- 1 Lattices as posets
- 2 Lattices as algebraic structures
- 3 Connection between the two definitions
- 4 Examples
- 5 Morphisms of lattices
- 6 Properties of lattices
- 6.1 Completeness
- 6.2 Distributivity
- 6.3 Modularity
- 6.4 Continuity and algebraicity
- 6.5 Complements and pseudo-complements
- 7 Sublattices
- 8 Free lattices
- 9 Important lattice-theoretic notions
- 10 See also
- 11 References
- 12 Notes
- 13 External links
Lattices as posets
Consider a poset (L, ≤). L is a lattice if
- For all elements x and y of L, the set has both a least upper bound in L (join, or supremum) and a greatest lower bound in L (meet, or infimum).
A bounded lattice has a greatest and least element, denoted 1 and 0 by convention (also called top and bottom). Any lattice can be converted into a bounded lattice by adding a greatest and least element.
Using an easy induction argument, one can deduce the existence of suprema (joins) and infima (meets) of all non-empty finite subsets of any lattice. With additional assumptions, further conclusions may be possible; see Completeness (order theory) for more discussion of this subject. That article also discusses how one may rephrase the above definition in terms of the existence of suitable Galois connections between related posets — an approach of special interest for the category theoretic approach to lattices.
Lattices as algebraic structures
Let L be a set with two binary operations, [\vee] and [\wedge]. A lattice is an algebraic structure [\langle L,\vee,\wedge\rangle] of type [\langle2,2\rangle], such that the following axiomatic identities hold for all members a, b, and c of L:
| Commutative laws: | [ a \vee b = b \vee a ] | [ a \wedge b = b \wedge a ] | ||
| Associative laws: | [ a \vee (b \vee c) = (a \vee b) \vee c ] | [ a \wedge (b \wedge c) = (a \wedge b) \wedge c ] | ||
| Absorption laws: | [ a \vee (a \wedge b) = a ] | [ a \wedge (a \vee b) = a ] |
The following important identity follows from the above:
| Idempotent laws: | [ a \vee a = a ] | [ a \wedge a = a ] |
These axioms assert that (L,[\vee]) and (L,[\wedge]) are each semilattices. The absorption laws, the only equations in which both meet and join appear, distinguish a lattice from a pair of semilattices and assure that the two semilattices interact appropriately. In particular, each semilattice is the dual of the other. A bounded lattice requires that meet and join each have a neutral element, called 1 and 0 by convention. See the entry semilattice.
Lattices have some connections to the groupoid family. Because meet and join both commute and associate, a lattice can be viewed as consisting of two commutative semigroups having the same carrier. If a lattice is bounded, these semigroups are also commutative monoids. The absorption law is the only defining identity that is peculiar to lattice theory.
The closure of L under both meet and join implies, by induction, the existence of the meet and join of any finite subset of L, with one exception: the meet and join of the empty set are the greatest and least elements, respectively. Therefore a lattice contains all finite (including empty) meets and joins only if it is bounded. For this reason, some authors define a lattice so as to require that 0 and 1 be members of L. While definining a lattice in this manner entails no loss of generality, because any lattice can be embedded in a bounded lattice, this definition will not be adopted here.
The algebraic interpretation of lattices plays an essential role in universal algebra.
Connection between the two definitions
The algebraic definition of a lattice implies the order theoretic one, and vice versa.Obviously, an order-theoretic lattice gives rise to two binary operations [\vee] and [\wedge]. It is easy to see that these operations make (L, [\vee], [\wedge]) into a lattice in the algebraic sense. The converse is true also: Consider an algebraically defined lattice (M, [\vee], [\wedge]). Now define a partial order ≤ on M by setting
- x ≤ y if and only if x = x[\wedge]y
- x ≤ y if and only if y = x[\vee]y
Since the two definitions of a lattice are equivalent, one may freely invoke aspects of either definition in any way that suits the purpose at hand.
Examples
- For any set A, the collection of all subsets of A (called the power set of A) can be ordered via subset inclusion to obtain a lattice bounded by A itself and the null set. Set intersection and union interpret meet and join, respectively.
- For any set A, the collection of all finite subsets of A, ordered by inclusion, is also a lattice, and will be bounded if and only if A is finite.
- The natural numbers in their usual order form a lattice, under the operations of "min" and "max". 0 is bottom; there is no top.
- The Cartesian square of the natural numbers, ordered by ≤ so that (a,b) ≤ (c,d) ↔ (a ≤ c) & (b ≤ d). (0,0) is bottom; there is no top.
- The non-zero natural numbers also form a lattice under the operations of greatest common divisor and least common multiple operations, with divisibility interpreting the usual order relation. Bottom is 1; there is no top.
- Any complete lattice (also see below) is a (rather specific) bounded lattice. This class gives rise to a broad range of practical examples.
- The set of compact elements of an arithmetic complete lattice is a lattice with a least element, where the lattice operations are given by restricting the respective operations of the arithmetic lattice. This is the specific property which distinguishes arithmetic lattices from algebraic lattices, for which the compacts do only form a join-semilattice. Both of these classes of complete lattices are studied in domain theory.
Morphisms of lattices
The appropriate notion of a morphism between two lattices flows easily from the above algebraic definition. Given two lattices (L, [\vee], [\wedge]) and (M, [\cup], [\cap]), a homomorphism of lattices is a function f : L → M such that
- f(x[\vee]y) = f(x) [\cup] f(y), and
- f(x[\wedge]y) = f(x) [\cap] f(y).
- f(0) = 0, and
- f(1) = 1.
Any homomorphism of lattices is necessarily monotone with respect to the associated ordering relation; see preservation of limits. The converse is of course not true: monotonicity by no means implies the required preservation properties.
Given the standard definition of isomorphisms as invertible morphisms, a lattice isomorphism is just a bijective lattice homomorphism. Lattices and their homomorphisms form a category.
Properties of lattices
We now introduce a number of important properties that lead to interesting special classes of lattices. One, boundedness, has already been discussed.Completeness
A highly relevant class of lattices are the complete lattices. A lattice is complete if all of its subsets have both a join and a meet, which should be contrasted to the above definition of a lattice where one only requires the existence of all (non-empty) finite joins and meets. Details can be found within the respective article.Distributivity
Since any lattice comes with two binary operations, it is natural to consider whether one distributes over the other. A lattice (L, [\vee], [\wedge]) is distributive, if the following condition is satisfied for every three elements x, y and z of L:
- [x \vee (y \wedge z) = (x \vee y) \wedge (x \vee z)]
- [x \wedge (y \vee z) = (x \wedge y) \vee (x \wedge z)]
Modularity
Distributivity is too strong a condition for certain applications. A strictly weaker property is modularity: a lattice (L, [\vee], [\wedge]) is modular if, for all elements x, y, and z of L, we have
- [x \vee (y \wedge (x \vee z)) = (x \vee y) \wedge (x \vee z)]
- [x \vee (y \wedge z) = (x \vee y) \wedge z]
Continuity and algebraicity
In domain theory, it is natural to seek approximating the elements in a partial order by "much simpler" elements. This leads to the class of continuous posets, consisting of posets where any element can be obtained as the supremum of a directed set of elements that are way-below the element. If one can additionally restrict these to the compact elements of a poset for obtaining these directed sets, then the poset is even algebraic. Both concepts can be applied to lattices as follows:
- A continuous lattice is a complete lattice that is continuous as a poset.
- An algebraic lattice is a complete lattice that is algebraic as a poset.
Complements and pseudo-complements
Let L be a bounded lattice with greatest element 1 and least element 0. Two elements x and y of L are complements of each other if and only if:
- [x \vee y = 1] and [x \wedge y = 0]
Heyting algebras are an example of distributive lattices having at least some members lacking complements. Every element x of a Heyting algebra has, on the other hand, a pseudo-complement, also denoted ¬x. The pseudo-complement is the greatest element y such that x[\wedge]y = 0. If the pseudo-complement of every element of a Heyting algebra is in fact a complement, then the Heyting algebra is in fact a Boolean algebra.
Sublattices
If L is a lattice and M[\not=\emptyset] is a subset of L such that for every pair of elements a, b in M both a[\wedge]b and a[\vee]b are in M, then we say that M is a sublattice of L.Burris, Stanley N., and H.P. Sankappanavar, H. P., 1981. [A Course in Universal Algebra.] Springer-Verlag. ISBN 3540905782.Free lattices
Using the standard definition of universal algebra, a free lattice over a generating set S is a lattice L together with a function i:S→L, such that any function f from S to the underlying set of some lattice M can be factored uniquely through a lattice homomorphism f° from L to M. Stated differently, for every element s of S we find that f(s) = f°(i(s)) and that f° is the only lattice homomorphism with this property. These conditions basically amount to saying that there is a functor from the category of sets and functions to the category of lattices and lattice homomorphisms which is left adjoint to the forgetful functor from lattices to their underlying sets.
We treat the case of bounded lattices, i.e. algebraic structures with the two binary operations [\vee] and [\wedge] and the two constants (nullary operations) 0 and 1. The set of all correct (well-formed) expressions that can be formulated using these operations on elements from a given set of generators S will be called W(S). This set of words contains many expressions that turn out to be equal in any lattice. For example, if a is some element of S, then a[\vee]1 = 1 and a[\wedge]1 =a. The word problem for lattices is the question, which of these elements have to be identified.
The answer to this problem is as follows. Define a relation <~ on W(S) by setting w <~ v if and only if one of the following holds:
- w = v (this can be restricted to the case where w and v are elements of S),
- w = 0 or v = 1,
- w = w1 [\vee] w2 and both w1<~v and w2<~v hold,
- w = w1 [\wedge] w2 and either w1<~v or w2<~v holds,
- v = v1 [\vee] v2 and either w<~v1 or w<~v2 holds,
- v = v1 [\wedge] v2 and both w<~v1 and w<~v2 hold.
One of the consequences of this statement is that the free lattice of a three element set of generators is already infinite. In fact, one can even show that every free lattice on three generators contains a sublattice which is free for a set of four generators. By induction this eventually yields a sublattice free on countably many generators.
The case of lattices that are not bounded is treated similarly, using only the two binary operations in the above construction.
Important lattice-theoretic notions
In the following, let L be a lattice. We define some order-theoretic notions that are of particular importance in lattice theory.An element x of L is called join-irreducible if and only if
- x = a v b implies x = a or x = b for any a, b in L,
- if L has a 0, x is sometimes required to be different from 0.
An element x of L is called join-prime if and only if
- x ≤ a v b implies x ≤ a or x ≤ b,
- if L has a 0, x is sometimes required to be different from 0.
Other important notions in lattice theory are ideal and its dual notion filter. Both terms describe special subsets of a lattice (or of any partially ordered set in general). Details can be found in the respective articles.
See also
- order theory
- complete lattice
- distributive lattice
- semilattice
- complemented lattice
- orthocomplemented lattice
References
Monographs available free online:- Burris, Stanley N., and H.P. Sankappanavar, H. P., 1981. [A Course in Universal Algebra.] Springer-Verlag. ISBN 3540905782.
- Jipson, P., and H. Rose, [Varieties of Lattices], Lecture Notes in Mathematics 1533, Springer Verlag, 1992. ISBN 0387563148.
- Donnellan, Thomas, 1968. Lattice Theory. Pergamon.
- Grätzer, G., 1971. Lattice Theory: First concepts and distributive lattices. W. H. Freeman.
- Davey, B.A., and H. A. Priestley, 2002. Introduction to Lattices and Order. Cambridge University Press.
- Garrett Birkhoff, 1967. Lattice Theory, 3rd ed. Vol. 25 of American Mathematical Society Colloquium Publications. American Mathematical Society.
- Johnstone, P.T., 1982. Stone spaces. Cambridge Studies in Advanced Mathematics 3. Cambridge University Press.
Notes
External links
- Eric W. Weisstein et al. "[Lattice.]" From MathWorld--A Wolfram Web Resource.
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
