domain
A poset is said to be a directed complete partially ordered set, or dcpo for short, if every directed set has a supremum. Since the empty set is directed, a dcpo must have a bottom element.
A domain is a continuous dcpo. Here, continuous means that is a continuous poset.
Example. Let be sets. Consider the set of all partial functions from to . This means that any is a function , for some subset of . We show that is a domain.
-
1.
is a poset: Define a binary relation on as follows: iff is an extension of . In other words, if and , then and for all . Clearly, is reflexive, anti-symmetric, and transitive. So turns into a poset.
-
2.
is a dcpo: Suppose that is a directed subset of . Set . Define as follows: for any , where for some . Is this well-defined? Suppose . Since is directed, there is an extending both and . This means that . Therefore, is a well-defined function (on ). Hence is a dcpo.
-
3.
If , then : Since extends both and , is well-defined (the construction is the same as above). To show that , suppose is directed and (note that exists by 2 above). Since , there is such that . Similarly, implies an with . Since is directed, there is with . This means and , or .
-
4.
is continuous: Let . Then by 3 above, is a directed set. By 2, exists, and . Suppose . Then the function defined by is way below , for if , then for some , or , which means . Therefore, . This implies that . As a result, .
Remark. Domain theory is a branch of order theory that is used extensively in theoretical computer science. As in the example, one can think of a domain as a collection of partial pictures or pieces of partial information. Being continuous is the same as saying that any picture or piece of information can be pieced together by partial ones by way of “approximations”.
Title | domain |
Canonical name | Domain12 |
Date of creation | 2013-03-22 16:49:25 |
Last modified on | 2013-03-22 16:49:25 |
Owner | CWoo (3771) |
Last modified by | CWoo (3771) |
Numerical id | 8 |
Author | CWoo (3771) |
Entry type | Definition |
Classification | msc 06B35 |
Synonym | directed complete |
Synonym | directed complete poset |
Synonym | directed complete partially ordered set |
Related topic | CompleteLattice |
Defines | domain |
Defines | dcpo |