Results for lattice
On this page:
 
Dictionary:

lattice

  (lăt'ĭs) pronunciation
n.
    1. An open framework made of strips of metal, wood, or similar material overlapped or overlaid in a regular, usually crisscross pattern.
    2. A structure, such as a window, screen, or trellis, made of or containing such a framework.
  1. Something, such as a decorative motif or heraldic bearing, that resembles an open, patterned framework.
  2. Physics.
    1. A regular, periodic configuration of points, particles, or objects throughout an area or a space, especially the arrangement of ions or molecules in a crystalline solid.
    2. The spatial arrangement of fissionable and nonfissionable materials in a nuclear reactor.
tr.v., -ticed, -tic·ing, -tic·es.

To construct or furnish with a lattice or latticework.

[Middle English latis, from Old French lattis, from latte, lath, of Germanic origin .]

latticed lat'ticed adj.
 
 
Antonyms: lattice

n

Definition: mesh, trellis
Antonyms: solid


 
Architecture: lattice


1. A network, often diagonal, of strips, rods, bars, laths, or straps of metal or wood, used as screening or for airy, ornamental constructions.
2. A regular member triangularly braced, e.g., a lattice girder, a lattice truss.


 

A pattern of regularly placed, narrow, intersecting strips, such as the geometric atomic arrangement in a crystal, as seen in x-ray analysis.

  • l. theory — the interaction of multivalent antigen with multivalent antibody will, at optimum proportions of each (zone of equivalence), result in the formation of a lattice and a precipitate. In the zone of equivalence all antibody and antigen are bound in the lattice. With an excess of either antigen or antibody, the lattice is incomplete or disassembled so that the amount of precipitate is reduced; the basis for precipitin tests.


 

(DOD, NATO) A network of intersecting positional lines printed on a map or chart from which a fix may be obtained.

 
Word Tutor: lattice
pronunciation

IN BRIEF: Openwork of metal or wood, formed by crossing or interlacing strips or bars.

pronunciation The lattice fence added a decorative feature to the garden.

 
Wikipedia: lattice (order)
The name "lattice" is suggested by the form of the Hasse diagram depicting it.
Enlarge
The name "lattice" is suggested by the form of the Hasse diagram depicting it.

In mathematics, a lattice is a partially ordered set (or poset) in which every pair of elements has a unique supremum (the elements' least upper bound; called their join) and an infimum (greatest lower bound; called their 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.

Lattices as posets

Consider a poset (L, ≤). L is a lattice if

For any two elements x and y of L, the set {x, y} has both a least upper bound (join, or supremum) and a greatest lower bound (meet, or infimum).

The join and meet of x and y are denoted by x \vee y and x \wedge y, respectively. Because joins and meets are assumed to exist in a lattice, \vee and \wedge are binary operations. Hence this definition is equivalent to requiring L to be both a join- and a meet-semilattice.

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 axioms above 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 defining 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

xy if and only if x = x\wedgey

or, equivalently,

xy if and only if y = x\veey

for elements x and y in M. The laws of absorption ensure that both definitions are indeed equivalent. One can now check that the relation ≤ introduced in this way defines a partial ordering within which binary meets and joins are given through the original operations \vee and \wedge. Conversely, the order induced by the algebraically defined lattice (L, \vee, \wedge) that was derived from the order theoretic formulation above coincides with the original ordering of L.

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 (including 0) 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) ↔ (ac) & (bd). (0,0) is bottom; there is no top.
  • The positive integers also form a lattice under the operations of taking the greatest common divisor and least common multiple, with divisibility as the order relation: ab if a divides b. 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.

Further examples are given for each of the additional properties discussed below.

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, ), a homomorphism of lattices or lattice homomorphism is a function f : LM such that

f(x\veey) = f(x) \cup f(y), and
f(x\wedgey) = f(x) f(y).

Thus f is a homomorphism of the two underlying semilattices. When lattices with more structure are considered, the morphisms should 'respect' the extra structure, too. Thus, a morphism f between two bounded lattices L and M should also have the following property:

f(0L) = 0M , and
f(1L) = 1M .

In the order-theoretic formulation, these conditions just state that a homomorphism of lattices is a function preserving binary meets and joins. For bounded lattices, preservation of least and greatest elements is just preservation of join and meet of the empty set.

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. Similarly, a lattice endomorphism is a lattice homomorphism from a lattice to itself, and a lattice automorphism is a bijective lattice endomorphism. 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)

This condition is equivalent to the dual statement:

x \wedge (y \vee z) = (x \wedge y) \vee (x \wedge z)

Other characterizations exist, and can be found in the article on distributive lattices. For complete lattices one can formulate various stronger properties, giving rise to the classes of frames and completely distributive lattices. For an overview of these different notions, see distributivity in order theory.

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)

Another equivalent statement of this condition is as follows: if xz then for all y one has

x \vee (y \wedge z) = (x \vee y) \wedge z

For example, the lattice of submodules of a module, and the lattice of normal subgroups of a group, all have this special property. Moreover, every distributive lattice is modular.

Continuity and algebraicity

In domain theory, it is natural to seek to approximate 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.

Both of these classes have interesting properties. For example, continuous lattices can be characterized as algebraic structures (with infinitary operations) satisfying certain identities. While such a characterization is not known for algebraic lattices, they can be described "syntactically" via Scott information systems.

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.

In this case, we write ¬x = y and equivalently, ¬y = x. A bounded lattice for which every element has a complement is called a complemented lattice. The corresponding unary operation over L, called complementation, introduces an analogue of logical negation into lattice theory. The complement is not necessarily unique, nor does it have a special status among all possible unary operations over L. A complemented lattice that is also distributive is a Boolean algebra. For a distributive lattice, the complement of x, when it exists, is unique.

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\wedgey = 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

A sublattice of a lattice L is a nonempty subset of L which is a lattice with the same meet and join operations as L. That is, if L is a lattice and M\not=\varnothing is a subset of L such that for every pair of elements a, b in M both a\wedgeb and a\veeb are in M, then M is a sublattice of L.[1]

A sublattice M of a lattice L is a convex sublattice of L, if x ≤ z ≤ y and x, y in M implies that z belongs to M, for all elements x, y, z in L.

Free lattices

Main article: Free lattice

Any set X may be used to generate the free semilattice FX. The free semilattice is defined to consist of all of the finite subsets of X, with the semilattice operation given by ordinary set union. The free semilattice has the universal property.

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.

When the first condition is generalized to arbitrary joins Vai, x is called completely join-irreducible. The dual notion is called meet-irreducibility. Sometimes one also uses the terms v-irreducible and ^-irreducible, respectively.

An element x of L is called join-prime if and only if

  • x ≤ a v b implies xa or xb,
  • if L has a 0, x is sometimes required to be different from 0.

Again, this can be generalized to obtain the notion completely join-prime and dualized to yield meet-prime. Any join-prime element is also join-irreducible, and any meet-prime element is also meet-irreducible. If the lattice is distributive the converse is also true.

An element x of L is an atom, if L has a 0, 0 < x, and there exists no element y of L such that 0 < y < x. We say that L is atomic (or a point lattice), if every nonzero element of L is a join of atoms. We say that L is atomistic, if every element of L is a supremum of atoms, that is, for all a, b in L such that a\nleq b, there exists an atom x of L such that x\leq a and x\nleq b.

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

References

Monographs available free online:

  • Jipsen, Peter, and Henry Rose, Varieties of Lattices, Lecture Notes in Mathematics 1533, Springer Verlag, 1992. ISBN 0-387-56314-8.

Elementary texts recommended for those with limited mathematical maturity:

  • Donnellan, Thomas, 1968. Lattice Theory. Pergamon.
  • Grätzer, G., 1971. Lattice Theory: First concepts and distributive lattices. W. H. Freeman.

The standard contemporary introductory text:

  • Davey, B.A., and H. A. Priestley, 2002. Introduction to Lattices and Order. Cambridge University Press.

The classic advanced monograph:

  • Garrett Birkhoff, 1967. Lattice Theory, 3rd ed. Vol. 25 of American Mathematical Society Colloquium Publications. American Mathematical Society.

Free lattices are discussed in the following title, not primarily devoted to lattice theory:

  • Johnstone, P.T., 1982. Stone spaces. Cambridge Studies in Advanced Mathematics 3. Cambridge University Press.

The standard textbook on free lattices:

  • R. Freese, J. Jezek, and J. B. Nation, 1985. "Free Lattices". Mathematical Surveys and Monographs Volume: 42, American Mathematical Association.

Notes

  1. ^ Burris, Stanley N., and H.P. Sankappanavar, H. P., 1981. A Course in Universal Algebra. Springer-Verlag. ISBN 3-540-90578-2.

External links

  • Eric W. Weisstein et al. "Lattice." From MathWorld--A Wolfram Web Resource.

 
Translations: Translations for: Lattice

Dansk (Danish)
n. - tremmeværk, krydsede tremmer, gitter, gittervindue, vindue med blyindfattede ruder, tremmedug
v. tr. - sætte gitter for

Nederlands (Dutch)
raster, traliewerk, kristalrooster, hekwerk

Français (French)
n. - treillis, treillage
v. tr. - mettre un treillis, former ou disposer en treillis

Deutsch (German)
n. - Gitter
v. - vergittern

Ελληνική (Greek)
n. - δικτυωτό, καφασωτό

Italiano (Italian)
grata, reticolato

Português (Portuguese)
n. - treliça (f)

Русский (Russian)
решетка, сетка, закрывать решеткой

Español (Spanish)
n. - enrejado, celosía
v. tr. - enrejar

Svenska (Swedish)
n. - gallerverk, spjälverk, gallerfönster, fönster med blyinfattade rutor

中文(简体) (Chinese (Simplified))
格子, 格子状的东西, 组合格子, 制做格子, 使成格子状

中文(繁體) (Chinese (Traditional))
n. - 格子, 格子狀的東西, 組合格子
v. tr. - 製做格子, 使成格子狀

한국어 (Korean)
n. - 격자, 격자창, 격자 모양의 것
v. tr. - 격자 구조로 하다, 격자를 붙이다

日本語 (Japanese)
n. - 格子, 格子戸
v. - 格子を付ける, 格子模様にする

العربيه (Arabic)
‏(الاسم) شعريه أو شبكيه, نافذة أو باب مزودة بشعريه, الشبكيه النظام الشبكي‏

עברית (Hebrew)
n. - ‮סורג, שבכה, רשת‬
v. tr. - ‮התקין סורג, סידר בצורת סבכה‬


 
Best of the Web: lattice

Some good "lattice" pages on the web:


Math
mathworld.wolfram.com
 
 
 

Join the WikiAnswers Q&A community. Post a question or answer questions about "lattice" at WikiAnswers.

 

Copyrights:

Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2007. Published by Houghton Mifflin Company. All rights reserved.  Read more
Answers Corporation Antonyms. © 1999-2008 by Answers Corporation. All rights reserved.  Read more
Architecture. McGraw-Hill Dictionary of Architecture and Construction. Copyright © 2003 by McGraw-Hill Companies, Inc. All rights reserved.  Read more
Veterinary Dictionary. The Veterinary Dictionary. Copyright © 2007 by Elsevier. All rights reserved.  Read more
Military Dictionary. US Department of Defense Dictionary of Military and Associated Words, 2003.  Read more
Word Tutor. Copyright © 2004-present by eSpindle Learning, a 501(c) nonprofit organization. All rights reserved.
eSpindle provides personalized spelling and vocabulary tutoring online; free trial Read more
Wikipedia. This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Lattice (order)" Read more
Translations. Copyright © 2007, WizCom Technologies Ltd. All rights reserved.  Read more

Search for answers directly from your browser with the FREE Answers.com Toolbar!  
Click here to download now. 

Get Answers your way! Check out all our free tools and products.

On this page:   E-mail   print Print  Link  

 

Keep Reading

Mentioned In: