Complete Partial Order
   HOME

TheInfoList



OR:

In mathematics, the phrase complete partial order is variously used to refer to at least three similar, but distinct, classes of
partially ordered set In mathematics, especially order theory, a partially ordered set (also poset) formalizes and generalizes the intuitive concept of an ordering, sequencing, or arrangement of the elements of a set. A poset consists of a set together with a binar ...
s, characterized by particular completeness properties. Complete partial orders play a central role in
theoretical computer science Theoretical computer science (TCS) is a subset of general computer science and mathematics that focuses on mathematical aspects of computer science such as the theory of computation, lambda calculus, and type theory. It is difficult to circumsc ...
: in denotational semantics and
domain theory Domain theory is a branch of mathematics that studies special kinds of partially ordered sets (posets) commonly called domains. Consequently, domain theory can be considered as a branch of order theory. The field has major applications in compute ...
.


Definitions

A complete partial order, abbreviated cpo, can refer to any of the following concepts depending on context. * A partially ordered set is a directed-complete partial order (dcpo) if each of its directed subsets has a
supremum In mathematics, the infimum (abbreviated inf; plural infima) of a subset S of a partially ordered set P is a greatest element in P that is less than or equal to each element of S, if such an element exists. Consequently, the term ''greatest l ...
. A subset of a partial order is directed if it is non-empty and every pair of elements has an upper bound in the subset. In the literature, dcpos sometimes also appear under the label up-complete poset. * A partially ordered set is a pointed directed-complete partial order if it is a dcpo with a least element. They are sometimes abbreviated cppos. * A partially ordered set is a ω-complete partial order (ω-cpo) if it is a poset in which every ω-chain (''x''1 ≤ ''x''2 ≤ ''x''3 ≤ ''x''4 ≤ ...) has a supremum that belongs to the poset. Every dcpo is an ω-cpo, since every ω-chain is a directed set, but the converse is not true. However, every ω-cpo with a basis is also a dcpo (with the same basis). An ω-cpo (dcpo) with a basis is also called a continuous ω-cpo (continuous dcpo). Note that ''complete partial order'' is never used to mean a poset in which ''all'' subsets have suprema; the terminology
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). A lattice which satisfies at least one of these properties is known as a ''conditionally complete lattice.'' S ...
is used for this concept. Requiring the existence of directed suprema can be motivated by viewing directed sets as generalized approximation sequences and suprema as ''limits'' of the respective (approximative) computations. This intuition, in the context of denotational semantics, was the motivation behind the development of
domain theory Domain theory is a branch of mathematics that studies special kinds of partially ordered sets (posets) commonly called domains. Consequently, domain theory can be considered as a branch of order theory. The field has major applications in compute ...
. The
dual Dual or Duals may refer to: Paired/two things * Dual (mathematics), a notion of paired concepts that mirror one another ** Dual (category theory), a formalization of mathematical duality *** see more cases in :Duality theories * Dual (grammatical ...
notion of a directed-complete partial order is called a filtered-complete partial order. However, this concept occurs far less frequently in practice, since one usually can work on the dual order explicitly.


Examples

* Every finite poset is directed complete. * All
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). A lattice which satisfies at least one of these properties is known as a ''conditionally complete lattice.'' S ...
s are also directed complete. * For any poset, the set of all non-empty
filters Filter, filtering or filters may refer to: Science and technology Computing * Filter (higher-order function), in functional programming * Filter (software), a computer program to process a data stream * Filter (video), a software component th ...
, ordered by subset inclusion, is a dcpo. Together with the empty filter it is also pointed. If the order has binary meets, then this construction (including the empty filter) actually yields a
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). A lattice which satisfies at least one of these properties is known as a ''conditionally complete lattice.'' S ...
. * Every set ''S'' can be turned into a pointed dcpo by adding a least element ⊥ and introducing a flat order with ⊥ ≤ ''s'' and s ≤ ''s'' for every ''s'' in ''S'' and no other order relations. * The set of all partial functions on some given set ''S'' can be ordered by defining ''f'' ≤ ''g'' if and only if ''g'' extends ''f'', i.e. if the domain of ''f'' is a subset of the domain of ''g'' and the values of ''f'' and ''g'' agree on all inputs for which they are both defined. (Equivalently, ''f'' ≤ ''g'' if and only if ''f'' ⊆ ''g'' where ''f'' and ''g'' are identified with their respective graphs.) This order is a pointed dcpo, where the least element is the nowhere-defined partial function (with empty domain). In fact, ≤ is also bounded complete. This example also demonstrates why it is not always natural to have a greatest element. * The specialization order of any sober space is a dcpo. * Let us use the term “ deductive system” as a set of sentences closed under consequence (for defining notion of consequence, let us use e.g.
Alfred Tarski Alfred Tarski (, born Alfred Teitelbaum;School of Mathematics and Statistics, University of St Andrews ''School of Mathematics and Statistics, University of St Andrews''. January 14, 1901 – October 26, 1983) was a Polish-American logician ...
's algebraic approachTarski, Alfred: Bizonyítás és igazság / Válogatott tanulmányok. Gondolat, Budapest, 1990. (Title means: Proof and truth / Selected papers.)Stanley N. Burris
and H.P. Sankappanavar

/ref>). There are interesting theorems that concern a set of deductive systems being a directed-complete partial ordering.See online in p. 24 exercises 5–6 of §5 i

Or, on paper, see #_note-Tar-BizIg, Tar:BizIg.
Also, a set of deductive systems can be chosen to have a least element in a natural way (so that it can be also a pointed dcpo), because the set of all consequences of the empty set (i.e. “the set of the logically provable/logically valid sentences”) is (1) a deductive system (2) contained by all deductive systems.


Properties

An ordered set ''P'' is a pointed dcpo if and only if every
chain A chain is a wikt:series#Noun, serial assembly of connected pieces, called links, typically made of metal, with an overall character similar to that of a rope in that it is flexible and curved in compression (physics), compression but line (g ...
has a supremum in ''P'', i.e., ''P'' is chain-complete. Alternatively, an ordered set ''P'' is a pointed dcpo if and only if every
order-preserving In mathematics, a monotonic function (or monotone function) is a function between ordered sets that preserves or reverses the given order. This concept first arose in calculus, and was later generalized to the more abstract setting of order ...
self-map of ''P'' has a least fixpoint.


Continuous functions and fixed-points

A function ''f'' between two dcpos ''P'' and ''Q'' is called (Scott) continuous if it maps directed sets to directed sets while preserving their suprema: * f(D) \subseteq Q is directed for every directed D \subseteq P. * f(\sup D) = \sup f(D) for every directed D \subseteq P. Note that every continuous function between dcpos is a monotone function. This notion of continuity is equivalent to the
topological continuity In mathematics, a continuous function is a function such that a continuous variation (that is a change without jump) of the argument induces a continuous variation of the value of the function. This means that there are no abrupt changes in value ...
induced by the Scott topology. The set of all continuous functions between two dcpos ''P'' and ''Q'' is denoted /nowiki>''P'' → ''Q''/nowiki>. Equipped with the pointwise order, this is again a dcpo, and a cpo whenever ''Q'' is a cpo. Thus the complete partial orders with Scott-continuous maps form a
cartesian closed In category theory, a category is Cartesian closed if, roughly speaking, any morphism defined on a product of two objects can be naturally identified with a morphism defined on one of the factors. These categories are particularly important in math ...
category Category, plural categories, may refer to: Philosophy and general uses *Categorization, categories in cognitive science, information science and generally * Category of being * ''Categories'' (Aristotle) * Category (Kant) * Categories (Peirce) ...
. Barendregt, Henk
''The lambda calculus, its syntax and semantics''
, North-Holland (1984)
Every order-preserving self-map ''f'' of a cpo (''P'', ⊥) has a least fixed-point.See Knaster–Tarski theorem; The foundations of program verification, 2nd edition, Jacques Loeckx and Kurt Sieber, John Wiley & Sons, , Chapter 4; the Knaster–Tarski theorem, formulated over cpo's, is given to prove as exercise 4.3-5 on page 90. If ''f'' is continuous then this fixed-point is equal to the supremum of the iterates (⊥, ''f'' (⊥), ''f'' (''f'' (⊥)), … ''f'' ''n''(⊥), …) of ⊥ (see also the Kleene fixed-point theorem).


See also

Directed completeness alone is quite a basic property that occurs often in other order-theoretic investigations, using for instance algebraic posets and the Scott topology. Directed completeness relates in various ways to other completeness notions such as chain completeness.


Notes


References

* {{DEFAULTSORT:Complete Partial Order Order theory ru:Частично упорядоченное множество#Полное частично упорядоченное множество