Dedekind–MacNeille completion

Dedekind–MacNeille completion
The Hasse diagram of a partially ordered set (left) and its Dedekind–MacNeille completion (right).

In order-theoretic mathematics, the Dedekind–MacNeille completion of a partially ordered set (also called the completion by cuts or normal completion)[1] is the smallest complete lattice that contains the given partial order. It is named after Holbrook Mann MacNeille whose 1937 paper first defined and constructed it, and after Richard Dedekind because its construction generalizes the Dedekind cuts used by Dedekind to construct the real numbers from the rational numbers.

Contents

Order embeddings and lattice completions

A partially ordered set consists of a set of elements together with a binary relation xy on pairs of elements that is reflexive (x ≤ x for every x), transitive (if x ≤ y and yz then xz), and antisymmetric (if both x ≤ y and y ≤ x hold, then xy). The usual numeric orderings on the integers or real numbers satisfy these properties; however, unlike the orderings on the numbers, a partial order may have two elements that are incomparable: neither x ≤ y nor y ≤ x holds. Another familiar example of a partial ordering is the inclusion ordering ⊆ on pairs of sets.

If S is a partially ordered set, a completion of S means a complete lattice L with an order-embedding of S into L.[2] The notion of a complete lattice means that every subset of elements of L has a unique least upper bound and a unique greatest lower bound; this generalizes the analogous upper bound and lower bound properties of the real numbers. The notion of an order-embedding enforces the requirements that distinct elements of S must be mapped to distinct elements of L, and that each pair of elements in S has the same ordering in L as they do in S. The real numbers (together with +∞ and −∞) are a completion in this sense of the rational numbers: the set of rational numbers {3, 3.1, 3.14, 3.141, 3.1415, 3.14159, ...} does not have a rational least upper bound, but in the real numbers it has the upper bound π.

A given partially ordered set may have several different completions. For instance, one completion of any partially ordered set S is the set of its downwardly closed subsets ordered by inclusion. S is embedded in this lattice by sending each element x to the lower set that it generates. The result is a distributive lattice and is used in Birkhoff's representation theorem. However, it may have many more elements than are needed to form a completion of S.[3] Among all possible lattice completions, the Dedekind–MacNeille completion is the smallest complete lattice with S embedded in it.[4]

Definition

For each subset A of a partially ordered set S, let Au denote the set of upper bounds of A; that is, an element x of S belongs to Au whenever x is greater than or equal to every element in A. Symmetrically, let Al denote the set of lower bounds of A, the elements that are less than or equal to every element in A. Then the Dedekind–MacNeille completion of S consists of all subsets A for which

(Au)l = A;

it is ordered by inclusion: AB in the completion if and only if AB as sets.

An element x of S embeds into the completion as its principal ideal, the set x of elements less than or equal to x. Then (↓x)u is the set of elements greater than or equal to x, and ((↓x)u)l = ↓x, showing that x is indeed a member of the completion.[5] It is straightforward to verify that the mapping from x to x is an order-embedding.

An alternative definition of the Dedekind–MacNeille completion that more closely resembles the definition of a Dedekind cut is sometimes used.[6] In a partially ordered set S, define a cut to be a pair of sets (A,B) for which Au = B and A = Bl. If (A,B) is a cut then A satisfies the equation (Au)l = A, and conversely if (Au)l = A then (A,Au) is a cut. Therefore, the set of cuts, partially ordered by inclusion on the lower set of the cut (or the reverse of the inclusion relation on the upper set), gives an equivalent definition of the Dedekind–MacNeille completion.

With the alternative definition, both the join and the meet operations of the complete lattice have symmetric descriptions: if (Ai,Bi) are the cuts in any family of cuts, then the meet of these cuts is the cut (L,Lu) where L = ∩iAi, and the join is the cut (Ul,U) where U = ∩iBi.

Examples

If Q is the set of rational numbers, viewed as a totally ordered set with the usual numerical order, then each element of the Dedekind–MacNeille completion of Q may be viewed as a Dedekind cut, and the Dedekind–MacNeille completion of Q is the total ordering on the real numbers, together with the two additional values ±∞.[7] The construction of the real numbers from the rational numbers is an example of the Dedekind completion of a totally ordered set, and the Dedekind–MacNeille completion generalizes this concept from total orders to partial orders.

If S is an antichain (a set of elements no two of which are comparable) then the Dedekind–MacNeille completion of S consists of S itself together with two additional elements, a bottom element that is below every element in S and a top element that is above every element in S.[8]

If O is any finite set of objects, and A is any finite set of binary attributes for the objects in O, then one may form a partial order of height two in which the elements of the partial order are the objects and attributes, and in which xy when x is an object that has attribute y. For a partial order defined in this way, the Dedekind–MacNeille completion of S is known as a concept lattice, and it plays a central role in the field of formal concept analysis.

Properties

The Dedekind–MacNeille completion is the smallest complete lattice with S embedded in it, in the sense that, if L is any lattice completion of S, then the Dedekind–MacNeille completion is a sublattice of L.[4] When S is finite, its completion is also finite, and has the smallest number of elements among all finite complete lattices containing S.

The partially ordered set S is join-dense and meet-dense in the Dedekind–MacNeille completion; that is, every element of the completion is a join of some set of elements of S, and is also the meet of some set of elements in S.[9] The Dedekind–MacNeille completion is characterized among completions of S by this property.

The Dedekind–MacNeille completion of a Boolean algebra is a complete Boolean algebra; this result is known as the Glivenko–Stone theorem, after Valery Ivanovich Glivenko and Marshall Stone.[10] Similarly, the Dedekind–MacNeille completion of a residuated lattice is a complete residuated lattice.[11] However, the completion of a distributive lattice need not itself be distributive, and the completion of a modular lattice may not remain modular.[12]

The Dedekind–MacNeille completion is self-dual: the completion of the dual of a partial order is the same as the dual of the completion.[13]

The Dedekind–MacNeille completion of S has the same order dimension as does S itself.[14]

In the category of partially ordered sets and monotonic functions between partially ordered sets, the complete lattices form the injective objects for order-embeddings, and the Dedekind–MacNeille completion of S is the injective hull of S.[15]

Algorithms

Several researchers have investigated algorithms for constructing the Dedekind–MacNeille completion of a finite partially ordered set. Because the Dedekind–MacNeille completion may be exponentially larger than the partial order it comes from,[16] it is necessary to measure the time bounds for such algorithms both in terms of the number n of elements of the input partial order, but also in terms of the number c of elements of its completion, and sometimes also in terms of additional measures of the complexity of the input and output. The format in which the output lattice is represented may also affect the running time of its construction algorithms; for instance, if it is represented as a logical matrix specifying the result of a comparison between each pair of lattice elements, the output size is Θ(c2) and this will be a lower bound on the time for a construction algorithm.

Constructing the set of cuts

Ganter & Kuznetsov (1998) describe an incremental algorithm, in which the input partial order is built up by adding one element at a time; at each step, the completion of the smaller partial order is expanded to form the completion of the larger partial order. In their method, the completion is represented by an explicit list of cuts. Each cut of the augmented partial order, except for the one whose two sets intersect in the new element, is either a cut from the previous partial order or is formed by adding the new element to one or the other side of a cut from the previous partial order, so their algorithm need only test pairs of sets of this form to determine which ones are cuts. The time for using their method to add a single element to the completion of a partial order is O(cnw) where w is the width of the partial order, that is, the size of its largest antichain. Therefore, the time to compute the completion of a given partial order is O(cn2w) = O(cn3).

As Jourdan, Rampon & Jard (1994) observe, the problem of listing all cuts in a partially ordered set can be formulated as a special case of a simpler problem, of listing all maximal antichains in a different partially ordered set. If P is any partially ordered set, let Q be a partial order whose elements contain two copies of P: for each element x of P, Q contains two elements x0 and x1, with xi < yj if and only if x < y and i < j. Then the cuts in P correspond one-for-one with the maximal antichains in Q: the elements in the lower set of a cut correspond to the elements with subscript 0 in an antichain, and the elements in the upper set of a cut correspond to the elements with subscript 1 in an antichain. Jourdan et al. describe an algorithm for finding maximal antichains that, when applied to the problem of listing all cuts in P, takes time O(c(nw + w3)), an improvement on the algorithm of Ganter & Kuznetsov (1998) when the width w is small. Alternatively, a maximal antichain in Q is the same as a maximal independent set in the comparability graph of Q, or a maximal clique in the complement of the comparability graph, so algorithms for the clique problem or the independent set problem can also be applied to this version of the Dedekind–MacNeille completion problem.

Constructing the covering graph

The transitive reduction or covering graph of the Dedekind–MacNeille completion describes the order relation between its elements in a concise way: each neighbor of a cut must remove an element of the original partial order from either the upper or lower set of the cut, so each vertex has at most n neighbors. Thus, the covering graph has c vertices and at most cn/2 neighbors, a number that may be much smaller than the c2 entries in a matrix that specifies all pairwise comparisons between elements. Nourine (Raynoud) show how to compute this covering graph efficiently; more generally, if B is any family of sets, they show how to compute the covering graph of the lattice of unions of subsets of B. In the case of the Dedekind–MacNeille lattice, B may be taken as the family of complement sets of principal ideals, and the unions of subsets of B are complements of the lower sets of cuts. The main idea for their algorithm is to generate unions of subsets of B incrementally (for each set in B, forming its union with all previously generated unions), represent the resulting family of sets in a trie, and use the trie representation to test certain candidate pairs of sets for adjacency in the covering relation; it takes time O(cn2). In later work, the same authors showed that the algorithm could be made fully incremental (capable of adding elements to the partial order one at a time) with the same total time bound.[17]

Notes

  1. ^ Priestley & Priestley (2002), p. 166; Siegfried & Schröder (2003), p. 119.
  2. ^ Siegfried & Schröder (2003), definition 5.3.1, p. 119.
  3. ^ Carpineto, Claudio; Romano, Giovanni (2004), Concept data analysis: theory and applications, John Wiley and Sons, p. 10, ISBN 9780470850558 .
  4. ^ a b Bishop (1978); Siegfried & Schröder (2003), Theorem 5.3.8, p. 121.
  5. ^ MacNeille (1937), Lemma 11.8, p.  444; Priestley & Priestley (2002), Lemma 3.9(i), p. 166.
  6. ^ This is the definition originally used by MacNeille (1937), for instance.
  7. ^ Priestley & Priestley (2002), Example 7.44(1), p. 168; Siegfried & Schröder (2003), Example 5.3.3(2), p. 120.
  8. ^ Priestley & Priestley (2002), Example 7.44(2), p. 168.
  9. ^ Siegfried & Schröder (2003), Proposition 5.3.7, p. 121.
  10. ^ Birkhoff (1995), Theorem 27, p. 130.
  11. ^ Gabbay, Shehtman & Skvortsov (2009).
  12. ^ Cotlar (1944); Funayama (1944).
  13. ^ Birkhoff (1995).
  14. ^ This result is frequently attributed to an unpublished 1961 Harvard University honors thesis by K. A. Baker, "Dimension, join-independence and breadth in partially ordered sets". It was published by Novák (1969).
  15. ^ Banaschewski & Bruns (1967).
  16. ^ Ganter & Kuznetsov (1998).
  17. ^ Nourine & Raynaud (2002).

References

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • Dedekind cut — Dedekind used his cut to construct the irrational, real numbers. In mathematics, a Dedekind cut, named after Richard Dedekind, is a partition of the rationals into two non empty parts A and B, such that all elements of A are less than all… …   Wikipedia

  • Holbrook Mann MacNeille — (May 11, 1907 ndash; September 30, 1973) was an American mathematician who worked for the United States Atomic Energy Commission before becoming the first Executive Director of the American Mathematical Society.Personal lifeMacNeille was born May …   Wikipedia

  • Complete lattice — In mathematics, a complete lattice is a partially ordered set in which all subsets have both a supremum (join) and an infimum (meet). Complete lattices appear in many applications in mathematics and computer science. Being a special instance of… …   Wikipedia

  • Formal concept analysis — is a principled way of automatically deriving an ontology from a collection of objects and their properties. The term was introduced by Rudolf Wille in 1984, and builds on applied lattice and order theory that was developed by Birkhoff and others …   Wikipedia

  • Complete Boolean algebra — This article is about a type of mathematical structure. For complete sets of Boolean operators, see Functional completeness. In mathematics, a complete Boolean algebra is a Boolean algebra in which every subset has a supremum (least upper bound) …   Wikipedia

  • Real analysis — Real function redirects here. For the real part of a complex number, see real part. Real analysis, is a branch of mathematical analysis dealing with the set of real numbers and functions of a real variable. In particular, it deals with the… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”