fbpx
Wikipedia

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 binary relation indicating that, for certain pairs of elements in the set, one of the elements precedes the other in the ordering. The relation itself is called a "partial order."

Fig.1 The Hasse diagram of the set of all subsets of a three-element set ordered by inclusion. Sets connected by an upward path, like and , are comparable, while e.g. and are not.

The word partial in the names "partial order" and "partially ordered set" is used as an indication that not every pair of elements needs to be comparable. That is, there may be pairs of elements for which neither element precedes the other in the poset. Partial orders thus generalize total orders, in which every pair is comparable.

Informal definition

A partial order defines a notion of comparison. Two elements x and y may stand in any of four mutually exclusive relationships to each other: either x < y, or x = y, or x > y, or x and y are incomparable.[1][2]

A set with a partial order is called a partially ordered set (also called a poset). The term ordered set is sometimes also used, as long as it is clear from the context that no other kind of order is meant. In particular, totally ordered sets can also be referred to as "ordered sets", especially in areas where these structures are more common than posets.

A poset can be visualized through its Hasse diagram, which depicts the ordering relation.[3]

Partial order relation

A partial order relation is a homogeneous relation that is transitive and antisymmetric.[4] There are two common sub-definitions for a partial order relation, for reflexive and irreflexive partial order relations, also called "non-strict" and "strict" respectively. The two definitions can be put into a one-to-one correspondence, so for every strict partial order there is a unique corresponding non-strict partial order, and vice versa. The term partial order typically refers to a non-strict partial order relation.

Non-strict partial order

A reflexive, weak,[4] or non-strict partial order[5] is a homogeneous relation ≤ on a set   that is reflexive, antisymmetric, and transitive. That is, for all   it must satisfy:

  1. Reflexivity:  , i.e. every element is related to itself.
  2. Antisymmetry: if   and   then  , i.e. no two distinct elements precede each other.
  3. Transitivity: if   and   then  .

A non-strict partial order is also known as an antisymmetric preorder.

Strict partial order

An irreflexive, strong,[4] or strict partial order is a homogeneous relation < on a set   that is irreflexive, asymmetric, and transitive; that is, it satisfies the following conditions for all  

  1. Irreflexivity: not  , i.e. no element is related to itself (also called anti-reflexive).
  2. Asymmetry: if   then not  .
  3. Transitivity: if   and   then  .

Irreflexivity and transitivity together imply asymmetry. Also, asymmetry implies irreflexivity. In other words, a transitive relation is asymmetric if and only if it is irreflexive.[6] So the definition is the same if it omits either irreflexivity or asymmetry (but not both).

A strict partial order is also known as a strict preorder.

Correspondence of strict and non-strict partial order relations

 
Fig.2 Commutative diagram about the connections between strict/non-strict relations and their duals, via the operations of reflexive closure (cls), irreflexive kernel (ker), and converse relation (cnv). Each relation is depicted by its logical matrix for the poset whose Hasse diagram is depicted in the center. For example   so row 3, column 4 of the bottom left matrix is empty.

Strict and non-strict partial orders on a set   are closely related. A non-strict partial order   may be converted to a strict partial order by removing all relationships of the form   that is, the strict partial order is the set   where   is the identity relation on   and   denotes set subtraction. Conversely, a strict partial order < on   may be converted to a non-strict partial order by adjoining all relationships of that form; that is,   is a non-strict partial order. Thus, if   is a non-strict partial order, then the corresponding strict partial order < is the irreflexive kernel given by

 
Conversely, if < is a strict partial order, then the corresponding non-strict partial order   is the reflexive closure given by:
 

Dual orders

The dual (or opposite)   of a partial order relation   is defined by letting   be the converse relation of  , i.e.   if and only if  . The dual of a non-strict partial order is a non-strict partial order,[7] and the dual of a strict partial order is a strict partial order. The dual of a dual of a relation is the original relation.

Notation

We can consider a poset as a 3-tuple  ,[8] where   is a non-strict partial order relation on  ,   is the associated strict partial order relation on   (the irreflexive kernel of  ),   is the dual of  , and   is the dual of  .

Any one of the four partial order relations   on a given set uniquely determines the other three. Hence, as a matter of notation, one may write   or  , and assume that the other relations are defined appropriately. Defining via a non-strict partial order   is most common. Some authors use different symbols than   such as  [9] or  [10] to distinguish partial orders from total orders.

When referring to partial orders,   should not be taken as the complement of  . The relation   is the converse of the irreflexive kernel of  , which is always a subset of the complement of  , but   is equal to the complement of   if, and only if,   is a total order.[a]

Examples

 
Fig. 3 Graph of the divisibility of numbers from 1 to 4. This set is partially, but not totally, ordered because there is a relationship from 1 to every other number, but there is no relationship from 2 to 3 or 3 to 4

Standard examples of posets arising in mathematics include:

  • The real numbers, or in general any totally ordered set, ordered by the standard less-than-or-equal relation ≤, is a non-strict partial order.
  • On the real numbers  , the usual less than relation < is a strict partial order. The same is also true of the usual greater than relation > on  .
  • By definition, every strict weak order is a strict partial order.
  • The set of subsets of a given set (its power set) ordered by inclusion (see Fig.1). Similarly, the set of sequences ordered by subsequence, and the set of strings ordered by substring.
  • The set of natural numbers equipped with the relation of divisibility. (see Fig.3 and Fig.6)
  • The vertex set of a directed acyclic graph ordered by reachability.
  • The set of subspaces of a vector space ordered by inclusion.
  • For a partially ordered set P, the sequence space containing all sequences of elements from P, where sequence a precedes sequence b if every item in a precedes the corresponding item in b. Formally,   if and only if   for all  ; that is, a componentwise order.
  • For a set X and a partially ordered set P, the function space containing all functions from X to P, where fg if and only if f(x) ≤ g(x) for all  
  • A fence, a partially ordered set defined by an alternating sequence of order relations a < b > c < d ...
  • The set of events in special relativity and, in most cases,[b] general relativity, where for two events X and Y, XY if and only if Y is in the future light cone of X. An event Y can only be causally affected by X if XY.

One familiar example of a partially ordered set is a collection of people ordered by genealogical descendancy. Some pairs of people bear the descendant-ancestor relationship, but other pairs of people are incomparable, with neither being a descendant of the other.

Orders on the Cartesian product of partially ordered sets

 
Fig. 4a Lexicographic order on  
 
Fig. 4b Product order on  
 
Fig. 4c Reflexive closure of strict direct product order on   Elements covered by (3, 3) and covering (3, 3) are highlighted in green and red, respectively.

In order of increasing strength, i.e., decreasing sets of pairs, three of the possible partial orders on the Cartesian product of two partially ordered sets are (see Fig.4):

All three can similarly be defined for the Cartesian product of more than two sets.

Applied to ordered vector spaces over the same field, the result is in each case also an ordered vector space.

See also orders on the Cartesian product of totally ordered sets.

Sums of partially ordered sets

Another way to combine two (disjoint) posets is the ordinal sum[11] (or linear sum),[12] Z = XY, defined on the union of the underlying sets X and Y by the order aZ b if and only if:

  • a, bX with aX b, or
  • a, bY with aY b, or
  • aX and bY.

If two posets are well-ordered, then so is their ordinal sum.[13]

Series-parallel partial orders are formed from the ordinal sum operation (in this context called series composition) and another operation called parallel composition. Parallel composition is the disjoint union of two partially ordered sets, with no order relation between elements of one set and elements of the other set.

Derived notions

The examples use the poset   consisting of the set of all subsets of a three-element set   ordered by set inclusion (see Fig.1).

  • a is related to b when ab. This does not imply that b is also related to a, because the relation need not be symmetric. For example,   is related to   but not the reverse.
  • a and b are comparable if ab or ba. Otherwise they are incomparable. For example,   and   are comparable, while   and   are not.
  • A total order or linear order is a partial order under which every pair of elements is comparable, i.e. trichotomy holds. For example, the natural numbers with their standard order.
  • A chain is a subset of a poset that is a totally ordered set. For example,   is a chain.
  • An antichain is a subset of a poset in which no two distinct elements are comparable. For example, the set of singletons  
  • An element a is said to be strictly less than an element b, if ab and   For example,   is strictly less than  
  • An element a is said to be covered by another element b, written ab (or a <: b), if a is strictly less than b and no third element c fits between them; formally: if both ab and   are true, and acb is false for each c with   Using the strict order <, the relation ab can be equivalently rephrased as "a < b but not a < c < b for any c". For example,   is covered by  but is not covered by  

Extrema

 
Fig.5 The figure above with the greatest and least elements removed. In this reduced poset, the top row of elements are all maximal elements, and the bottom row are all minimal elements, but there is no greatest and no least element.

There are several notions of "greatest" and "least" element in a poset   notably:

  • Greatest element and least element: An element   is a greatest element if for every element   An element   is a least element if for every element   A poset can only have one greatest or least element. In our running example, the set   is the greatest element, and   is the least.
  • Maximal elements and minimal elements: An element   is a maximal element if there is no element   such that   Similarly, an element   is a minimal element if there is no element   such that   If a poset has a greatest element, it must be the unique maximal element, but otherwise there can be more than one maximal element, and similarly for least elements and minimal elements. In our running example,   and   are the maximal and minimal elements. Removing these, there are 3 maximal elements and 3 minimal elements (see Fig.5).
  • Upper and lower bounds: For a subset A of P, an element x in P is an upper bound of A if a ≤ x, for each element a in A. In particular, x need not be in A to be an upper bound of A. Similarly, an element x in P is a lower bound of A if a ≥ x, for each element a in A. A greatest element of P is an upper bound of P itself, and a least element is a lower bound of P. In our example, the set   is an upper bound for the collection of elements  
 
Fig.6 Nonnegative integers, ordered by divisibility

As another example, consider the positive integers, ordered by divisibility: 1 is a least element, as it divides all other elements; on the other hand this poset does not have a greatest element (although if one would include 0 in the poset, which is a multiple of any integer, that would be a greatest element; see Fig.6). This partially ordered set does not even have any maximal elements, since any g divides for instance 2g, which is distinct from it, so g is not maximal. If the number 1 is excluded, while keeping divisibility as ordering on the elements greater than 1, then the resulting poset does not have a least element, but any prime number is a minimal element for it. In this poset, 60 is an upper bound (though not a least upper bound) of the subset   which does not have any lower bound (since 1 is not in the poset); on the other hand 2 is a lower bound of the subset of powers of 2, which does not have any upper bound.

Mappings between partially ordered sets

 
Fig.7a Order-preserving, but not order-reflecting (since f(u) ≼ f(v), but not u   v) map.
 
Fig.7b Order isomorphism between the divisors of 120 (partially ordered by divisibility) and the divisor-closed subsets of {2, 3, 4, 5, 8} (partially ordered by set inclusion)

Given two partially ordered sets (S, ≤) and (T, ≼),[c] a function   is called order-preserving, or monotone, or isotone, if for all     implies f(x) ≼ f(y). If (U, ≲) is also a partially ordered set, and both   and   are order-preserving, their composition   is order-preserving, too. A function   is called order-reflecting if for all   f(x) ≼ f(y) implies   If   is both order-preserving and order-reflecting, then it is called an order-embedding of (S, ≤) into (T, ≼). In the latter case,   is necessarily injective, since   implies   and in turn   according to the antisymmetry of   If an order-embedding between two posets S and T exists, one says that S can be embedded into T. If an order-embedding   is bijective, it is called an order isomorphism, and the partial orders (S, ≤) and (T, ≼) are said to be isomorphic. Isomorphic orders have structurally similar Hasse diagrams (see Fig.7a). It can be shown that if order-preserving maps   and   exist such that   and   yields the identity function on S and T, respectively, then S and T are order-isomorphic.[14]

For example, a mapping   from the set of natural numbers (ordered by divisibility) to the power set of natural numbers (ordered by set inclusion) can be defined by taking each number to the set of its prime divisors. It is order-preserving: if   divides   then each prime divisor of   is also a prime divisor of   However, it is neither injective (since it maps both 12 and 6 to  ) nor order-reflecting (since 12 does not divide 6). Taking instead each number to the set of its prime power divisors defines a map   that is order-preserving, order-reflecting, and hence an order-embedding. It is not an order-isomorphism (since it, for instance, does not map any number to the set  ), but it can be made one by restricting its codomain to   Fig.7b shows a subset of   and its isomorphic image under   The construction of such an order-isomorphism into a power set can be generalized to a wide class of partial orders, called distributive lattices, see "Birkhoff's representation theorem".

Number of partial orders

Sequence A001035 in OEIS gives the number of partial orders on a set of n labeled elements:

Number of n-element binary relations of different types
Elem­ents Any Transitive Reflexive Symmetric Preorder Partial order Total preorder Total order Equivalence relation
0 1 1 1 1 1 1 1 1 1
1 2 2 1 2 1 1 1 1 1
2 16 13 4 8 4 3 3 2 2
3 512 171 64 64 29 19 13 6 5
4 65,536 3,994 4,096 1,024 355 219 75 24 15
n 2n2 2n2n 2n(n+1)/2   n!  
OEIS A002416 A006905 A053763 A006125 A000798 A001035 A000670 A000142 A000110

Note that S(n, k) refers to Stirling numbers of the second kind.

The number of strict partial orders is the same as that of partial orders.

If the count is made only up to isomorphism, the sequence 1, 1, 2, 5, 16, 63, 318, ... (sequence A000112 in the OEIS) is obtained.

Linear extension

A partial order   on a set   is an extension of another partial order   on   provided that for all elements   whenever   it is also the case that   A linear extension is an extension that is also a linear (that is, total) order. As a classic example, the lexicographic order of totally ordered sets is a linear extension of their product order. Every partial order can be extended to a total order (order-extension principle).[15]

In computer science, algorithms for finding linear extensions of partial orders (represented as the reachability orders of directed acyclic graphs) are called topological sorting.

Directed acyclic graphs

Strict partial orders correspond directly to directed acyclic graphs (DAGs). If a graph is constructed by taking each element of   to be a node and each element of   to be an edge, then every strict partial order is a DAG, and the transitive closure of a DAG is both a strict partial order and also a DAG itself. In contrast a non-strict partial order would have self loops at every node and therefore not be a DAG.

In category theory

Every poset (and every preordered set) may be considered as a category where, for objects   and   there is at most one morphism from   to   More explicitly, let hom(x, y) = {(x, y)} if xy (and otherwise the empty set) and   Such categories are sometimes called posetal.

Posets are equivalent to one another if and only if they are isomorphic. In a poset, the smallest element, if it exists, is an initial object, and the largest element, if it exists, is a terminal object. Also, every preordered set is equivalent to a poset. Finally, every subcategory of a poset is isomorphism-closed.

Partial orders in topological spaces

If   is a partially ordered set that has also been given the structure of a topological space, then it is customary to assume that   is a closed subset of the topological product space   Under this assumption partial order relations are well behaved at limits in the sense that if   and   and for all     then  [16]

Intervals

An interval in a poset P is a subset I of P with the property that, for any x and y in I and any z in P, if xzy, then z is also in I. (This definition generalizes the interval definition for real numbers.)

For ab, the closed interval [a, b] is the set of elements x satisfying axb (that is, ax and xb). It contains at least the elements a and b.

Using the corresponding strict relation "<", the open interval (a, b) is the set of elements x satisfying a < x < b (i.e. a < x and x < b). An open interval may be empty even if a < b. For example, the open interval (0, 1) on the integers is empty since there are no integers I such that 0 < I < 1.

The half-open intervals [a, b) and (a, b] are defined similarly.

Sometimes the definitions are extended to allow a > b, in which case the interval is empty.

An interval I is bounded if there exist elements   such that I[a, b]. Every interval that can be represented in interval notation is obviously bounded, but the converse is not true. For example, let P = (0, 1)(1, 2)(2, 3) as a subposet of the real numbers. The subset (1, 2) is a bounded interval, but it has no infimum or supremum in P, so it cannot be written in interval notation using elements of P.

A poset is called locally finite if every bounded interval is finite. For example, the integers are locally finite under their natural ordering. The lexicographical order on the cartesian product   is not locally finite, since (1, 2) ≤ (1, 3) ≤ (1, 4) ≤ (1, 5) ≤ ... ≤ (2, 1). Using the interval notation, the property "a is covered by b" can be rephrased equivalently as  

This concept of an interval in a partial order should not be confused with the particular class of partial orders known as the interval orders.

See also

Notes

  1. ^ A proof can be found here.
  2. ^ See General relativity#Time travel.
  3. ^ The partial orders   and ≼ can be different, but need not.

Citations

  1. ^ "Finite posets". Sage 9.2.beta2 Reference Manual: Combinatorics. Retrieved 5 January 2022. compare_elements(x, y): Compare x and y in the poset. If x<y, return -1. If x=y, return 0. If x>y, return 1. If x and y are not comparable, return None.
  2. ^ Chen, Peter; Ding, Guoli; Seiden, Steve. "On Poset Merging" (PDF): 2. Retrieved 5 January 2022. A comparison between two elements s, t in S returns one of three distinct values, namely s≤t, s>t or s|t. {{cite journal}}: Cite journal requires |journal= (help)
  3. ^ Merrifield, Richard E.; Simmons, Howard E. (1989). Topological Methods in Chemistry. New York: John Wiley & Sons. pp. 28. ISBN 0-471-83817-9. Retrieved 27 July 2012. A partially ordered set is conveniently represented by a Hasse diagram...
  4. ^ a b c Wallis, W. D. (14 March 2013). A Beginner's Guide to Discrete Mathematics. Springer Science & Business Media. p. 100. ISBN 978-1-4757-3826-1.
  5. ^ Simovici, Dan A. & Djeraba, Chabane (2008). "Partially Ordered Sets". Mathematical Tools for Data Mining: Set Theory, Partial Orders, Combinatorics. Springer. ISBN 9781848002012.
  6. ^ Flaška, V.; Ježek, J.; Kepka, T.; Kortelainen, J. (2007). "Transitive Closures of Binary Relations I". Acta Universitatis Carolinae. Mathematica et Physica. Prague: School of Mathematics - Physics Charles University. 48 (1): 55–69. Lemma 1.1 (iv). This source refers to asymmetric relations as "strictly antisymmetric".
  7. ^ Davey & Priestley (2002), pp. 14-15.
  8. ^ Avigad, Jeremy; Lewis, Robert Y.; van Doorn, Floris (29 March 2021). "13.2. More on Orderings". Logic and Proof (Release 3.18.4 ed.). Retrieved 24 July 2021. So we can think of every partial order as really being a pair, consisting of a weak partial order and an associated strict one.
  9. ^ Rounds, William C. (7 March 2002). "Lectures slides" (PDF). EECS 203: DISCRETE MATHEMATICS. Retrieved 23 July 2021.
  10. ^ Kwong, Harris (25 April 2018). "7.4: Partial and Total Ordering". A Spiral Workbook for Discrete Mathematics. Retrieved 23 July 2021.
  11. ^ Neggers, J.; Kim, Hee Sik (1998), "4.2 Product Order and Lexicographic Order", Basic Posets, World Scientific, pp. 62–63, ISBN 9789810235895
  12. ^ Davey & Priestley (2002), pp. 17–18.
  13. ^ P. R. Halmos (1974). Naive Set Theory. Springer. p. 82. ISBN 978-1-4757-1645-0.
  14. ^ Davey & Priestley (2002), pp. 23–24.
  15. ^ Jech, Thomas (2008) [1973]. The Axiom of Choice. Dover Publications. ISBN 978-0-486-46624-8.
  16. ^ Ward, L. E. Jr (1954). "Partially Ordered Topological Spaces". Proceedings of the American Mathematical Society. 5 (1): 144–161. doi:10.1090/S0002-9939-1954-0063016-5. hdl:10338.dmlcz/101379.

References

  • Davey, B. A.; Priestley, H. A. (2002). Introduction to Lattices and Order (2nd ed.). New York: Cambridge University Press. ISBN 978-0-521-78451-1.
  • Deshpande, Jayant V. (1968). "On Continuity of a Partial Order". Proceedings of the American Mathematical Society. 19 (2): 383–386. doi:10.1090/S0002-9939-1968-0236071-7.
  • Schmidt, Gunther (2010). Relational Mathematics. Encyclopedia of Mathematics and its Applications. Vol. 132. Cambridge University Press. ISBN 978-0-521-76268-7.
  • Bernd Schröder (11 May 2016). Ordered Sets: An Introduction with Connections from Combinatorics to Topology. Birkhäuser. ISBN 978-3-319-29788-0.
  • Stanley, Richard P. (1997). Enumerative Combinatorics 1. Cambridge Studies in Advanced Mathematics. Vol. 49. Cambridge University Press. ISBN 0-521-66351-2.

External links

  • OEIS sequence A001035 (Number of posets with n labeled elements)
  • OEIS sequence A000112 (Number of partially ordered sets ("posets") with n unlabeled elements.)

partially, ordered, transitive, binary, relationssymmetricantisymmetricconnectedwell, foundedhas, joinshas, meetsreflexiveirreflexiveasymmetrictotal, semiconnexanti, reflexiveequivalence, relationy, preorder, quasiorder, partial, order, total, preorder, total,. Transitive binary relationsSymmetricAntisymmetricConnectedWell foundedHas joinsHas meetsReflexiveIrreflexiveAsymmetricTotal SemiconnexAnti reflexiveEquivalence relationY Y Preorder Quasiorder Y Partial order Y Y Total preorder Y Y Total order YY Y Prewellordering YY Y Well quasi ordering Y Y Well ordering YYY Y Lattice Y YYY Join semilattice Y Y Y Meet semilattice Y YY Strict partial order Y YYStrict weak order Y YYStrict total order YY YYSymmetricAntisymmetricConnectedWell foundedHas joinsHas meetsReflexiveIrreflexiveAsymmetricDefinitions for all a b displaystyle a b and S displaystyle S neq varnothing a R b b R a displaystyle begin aligned amp aRb Rightarrow amp bRa end aligned a R b and b R a a b displaystyle begin aligned aRb text and amp bRa Rightarrow a amp b end aligned a b a R b or b R a displaystyle begin aligned a neq amp b Rightarrow aRb text or amp bRa end aligned min S exists displaystyle begin aligned min S text exists end aligned a b exists displaystyle begin aligned a vee b text exists end aligned a b exists displaystyle begin aligned a wedge b text exists end aligned a R a displaystyle aRa not a R a displaystyle text not aRa a R b not b R a displaystyle begin aligned aRb Rightarrow text not bRa end aligned Y indicates that the column s property is required by the definition of the row s term at the very left For example the definition of an equivalence relation requires it to be symmetric indicates that the property may or may not hold All definitions tacitly require the homogeneous relation R displaystyle R be transitive for all a b c displaystyle a b c if a R b displaystyle aRb and b R c displaystyle bRc then a R c displaystyle aRc and there are additional properties that a homogeneous relation may satisfy 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 binary relation indicating that for certain pairs of elements in the set one of the elements precedes the other in the ordering The relation itself is called a partial order Fig 1 The Hasse diagram of the set of all subsets of a three element set x y z displaystyle x y z ordered by inclusion Sets connected by an upward path like displaystyle emptyset and x y displaystyle x y are comparable while e g x displaystyle x and y displaystyle y are not The word partial in the names partial order and partially ordered set is used as an indication that not every pair of elements needs to be comparable That is there may be pairs of elements for which neither element precedes the other in the poset Partial orders thus generalize total orders in which every pair is comparable Contents 1 Informal definition 2 Partial order relation 2 1 Non strict partial order 2 2 Strict partial order 2 3 Correspondence of strict and non strict partial order relations 2 4 Dual orders 3 Notation 4 Examples 4 1 Orders on the Cartesian product of partially ordered sets 4 2 Sums of partially ordered sets 5 Derived notions 5 1 Extrema 6 Mappings between partially ordered sets 7 Number of partial orders 8 Linear extension 9 Directed acyclic graphs 10 In category theory 11 Partial orders in topological spaces 12 Intervals 13 See also 14 Notes 15 Citations 16 References 17 External linksInformal definition EditA partial order defines a notion of comparison Two elements x and y may stand in any of four mutually exclusive relationships to each other either x lt y or x y or x gt y or x and y are incomparable 1 2 A set with a partial order is called a partially ordered set also called a poset The term ordered set is sometimes also used as long as it is clear from the context that no other kind of order is meant In particular totally ordered sets can also be referred to as ordered sets especially in areas where these structures are more common than posets A poset can be visualized through its Hasse diagram which depicts the ordering relation 3 Partial order relation EditA partial order relation is a homogeneous relation that is transitive and antisymmetric 4 There are two common sub definitions for a partial order relation for reflexive and irreflexive partial order relations also called non strict and strict respectively The two definitions can be put into a one to one correspondence so for every strict partial order there is a unique corresponding non strict partial order and vice versa The term partial order typically refers to a non strict partial order relation Non strict partial order Edit A reflexive weak 4 or non strict partial order 5 is a homogeneous relation on a set P displaystyle P that is reflexive antisymmetric and transitive That is for all a b c P displaystyle a b c in P it must satisfy Reflexivity a a displaystyle a leq a i e every element is related to itself Antisymmetry if a b displaystyle a leq b and b a displaystyle b leq a then a b displaystyle a b i e no two distinct elements precede each other Transitivity if a b displaystyle a leq b and b c displaystyle b leq c then a c displaystyle a leq c A non strict partial order is also known as an antisymmetric preorder Strict partial order Edit An irreflexive strong 4 or strict partial order is a homogeneous relation lt on a set P displaystyle P that is irreflexive asymmetric and transitive that is it satisfies the following conditions for all a b c P displaystyle a b c in P Irreflexivity not a lt a displaystyle a lt a i e no element is related to itself also called anti reflexive Asymmetry if a lt b displaystyle a lt b then not b lt a displaystyle b lt a Transitivity if a lt b displaystyle a lt b and b lt c displaystyle b lt c then a lt c displaystyle a lt c Irreflexivity and transitivity together imply asymmetry Also asymmetry implies irreflexivity In other words a transitive relation is asymmetric if and only if it is irreflexive 6 So the definition is the same if it omits either irreflexivity or asymmetry but not both A strict partial order is also known as a strict preorder Correspondence of strict and non strict partial order relations Edit Fig 2 Commutative diagram about the connections between strict non strict relations and their duals via the operations of reflexive closure cls irreflexive kernel ker and converse relation cnv Each relation is depicted by its logical matrix for the poset whose Hasse diagram is depicted in the center For example 3 4 displaystyle 3 not leq 4 so row 3 column 4 of the bottom left matrix is empty Strict and non strict partial orders on a set P displaystyle P are closely related A non strict partial order displaystyle leq may be converted to a strict partial order by removing all relationships of the form a a displaystyle a leq a that is the strict partial order is the set lt D P displaystyle lt leq setminus Delta P where D P p p p P displaystyle Delta P p p p in P is the identity relation on P P displaystyle P times P and displaystyle setminus denotes set subtraction Conversely a strict partial order lt on P displaystyle P may be converted to a non strict partial order by adjoining all relationships of that form that is D P lt displaystyle leq Delta P cup lt is a non strict partial order Thus if displaystyle leq is a non strict partial order then the corresponding strict partial order lt is the irreflexive kernel given bya lt b if a b and a b displaystyle a lt b text if a leq b text and a neq b Conversely if lt is a strict partial order then the corresponding non strict partial order displaystyle leq is the reflexive closure given by a b if a lt b or a b displaystyle a leq b text if a lt b text or a b Dual orders Edit Main article Duality order theory The dual or opposite R op displaystyle R text op of a partial order relation R displaystyle R is defined by letting R op displaystyle R text op be the converse relation of R displaystyle R i e x R op y displaystyle xR text op y if and only if y R x displaystyle yRx The dual of a non strict partial order is a non strict partial order 7 and the dual of a strict partial order is a strict partial order The dual of a dual of a relation is the original relation Notation EditWe can consider a poset as a 3 tuple P lt displaystyle P leq lt 8 where displaystyle leq is a non strict partial order relation on P displaystyle P lt displaystyle lt is the associated strict partial order relation on P displaystyle P the irreflexive kernel of displaystyle leq displaystyle geq is the dual of displaystyle leq and gt displaystyle gt is the dual of lt displaystyle lt Any one of the four partial order relations lt and gt displaystyle leq lt geq text and gt on a given set uniquely determines the other three Hence as a matter of notation one may write P displaystyle P leq or P lt displaystyle P lt and assume that the other relations are defined appropriately Defining via a non strict partial order displaystyle leq is most common Some authors use different symbols than displaystyle leq such as displaystyle sqsubseteq 9 or displaystyle preceq 10 to distinguish partial orders from total orders When referring to partial orders displaystyle leq should not be taken as the complement of gt displaystyle gt The relation gt displaystyle gt is the converse of the irreflexive kernel of displaystyle leq which is always a subset of the complement of displaystyle leq but gt displaystyle gt is equal to the complement of displaystyle leq if and only if displaystyle leq is a total order a Examples Edit Fig 3 Graph of the divisibility of numbers from 1 to 4 This set is partially but not totally ordered because there is a relationship from 1 to every other number but there is no relationship from 2 to 3 or 3 to 4 Standard examples of posets arising in mathematics include The real numbers or in general any totally ordered set ordered by the standard less than or equal relation is a non strict partial order On the real numbers R displaystyle mathbb R the usual less than relation lt is a strict partial order The same is also true of the usual greater than relation gt on R displaystyle mathbb R By definition every strict weak order is a strict partial order The set of subsets of a given set its power set ordered by inclusion see Fig 1 Similarly the set of sequences ordered by subsequence and the set of strings ordered by substring The set of natural numbers equipped with the relation of divisibility see Fig 3 and Fig 6 The vertex set of a directed acyclic graph ordered by reachability The set of subspaces of a vector space ordered by inclusion For a partially ordered set P the sequence space containing all sequences of elements from P where sequence a precedes sequence b if every item in a precedes the corresponding item in b Formally a n n N b n n N displaystyle left a n right n in mathbb N leq left b n right n in mathbb N if and only if a n b n displaystyle a n leq b n for all n N displaystyle n in mathbb N that is a componentwise order For a set X and a partially ordered set P the function space containing all functions from X to P where f g if and only if f x g x for all x X displaystyle x in X A fence a partially ordered set defined by an alternating sequence of order relations a lt b gt c lt d The set of events in special relativity and in most cases b general relativity where for two events X and Y X Y if and only if Y is in the future light cone of X An event Y can only be causally affected by X if X Y One familiar example of a partially ordered set is a collection of people ordered by genealogical descendancy Some pairs of people bear the descendant ancestor relationship but other pairs of people are incomparable with neither being a descendant of the other Orders on the Cartesian product of partially ordered sets Edit Fig 4a Lexicographic order on N N displaystyle mathbb N times mathbb N Fig 4b Product order on N N displaystyle mathbb N times mathbb N Fig 4c Reflexive closure of strict direct product order on N N displaystyle mathbb N times mathbb N Elements covered by 3 3 and covering 3 3 are highlighted in green and red respectively In order of increasing strength i e decreasing sets of pairs three of the possible partial orders on the Cartesian product of two partially ordered sets are see Fig 4 the lexicographical order a b c d if a lt c or a c and b d the product order a b c d if a c and b d the reflexive closure of the direct product of the corresponding strict orders a b c d if a lt c and b lt d or a c and b d All three can similarly be defined for the Cartesian product of more than two sets Applied to ordered vector spaces over the same field the result is in each case also an ordered vector space See also orders on the Cartesian product of totally ordered sets Sums of partially ordered sets Edit Another way to combine two disjoint posets is the ordinal sum 11 or linear sum 12 Z X Y defined on the union of the underlying sets X and Y by the order a Z b if and only if a b X with a X b or a b Y with a Y b or a X and b Y If two posets are well ordered then so is their ordinal sum 13 Series parallel partial orders are formed from the ordinal sum operation in this context called series composition and another operation called parallel composition Parallel composition is the disjoint union of two partially ordered sets with no order relation between elements of one set and elements of the other set Derived notions EditThe examples use the poset P x y z displaystyle mathcal P x y z subseteq consisting of the set of all subsets of a three element set x y z displaystyle x y z ordered by set inclusion see Fig 1 a is related to b when a b This does not imply that b is also related to a because the relation need not be symmetric For example x displaystyle x is related to x y displaystyle x y but not the reverse a and b are comparable if a b or b a Otherwise they are incomparable For example x displaystyle x and x y z displaystyle x y z are comparable while x displaystyle x and y displaystyle y are not A total order or linear order is a partial order under which every pair of elements is comparable i e trichotomy holds For example the natural numbers with their standard order A chain is a subset of a poset that is a totally ordered set For example x x y z displaystyle x x y z is a chain An antichain is a subset of a poset in which no two distinct elements are comparable For example the set of singletons x y z displaystyle x y z An element a is said to be strictly less than an element b if a b and a b displaystyle a neq b For example x displaystyle x is strictly less than x y displaystyle x y An element a is said to be covered by another element b written a b or a lt b if a is strictly less than b and no third element c fits between them formally if both a b and a b displaystyle a neq b are true and a c b is false for each c with a c b displaystyle a neq c neq b Using the strict order lt the relation a b can be equivalently rephrased as a lt b but not a lt c lt b for any c For example x displaystyle x is covered by x z displaystyle x z but is not covered by x y z displaystyle x y z Extrema Edit Fig 5 The figure above with the greatest and least elements removed In this reduced poset the top row of elements are all maximal elements and the bottom row are all minimal elements but there is no greatest and no least element There are several notions of greatest and least element in a poset P displaystyle P notably Greatest element and least element An element g P displaystyle g in P is a greatest element if for every element a P a g displaystyle a in P a leq g An element m P displaystyle m in P is a least element if for every element a P m a displaystyle a in P m leq a A poset can only have one greatest or least element In our running example the set x y z displaystyle x y z is the greatest element and displaystyle is the least Maximal elements and minimal elements An element g P displaystyle g in P is a maximal element if there is no element a P displaystyle a in P such that a gt g displaystyle a gt g Similarly an element m P displaystyle m in P is a minimal element if there is no element a P displaystyle a in P such that a lt m displaystyle a lt m If a poset has a greatest element it must be the unique maximal element but otherwise there can be more than one maximal element and similarly for least elements and minimal elements In our running example x y z displaystyle x y z and displaystyle are the maximal and minimal elements Removing these there are 3 maximal elements and 3 minimal elements see Fig 5 Upper and lower bounds For a subset A of P an element x in P is an upper bound of A if a x for each element a in A In particular x need not be in A to be an upper bound of A Similarly an element x in P is a lower bound of A if a x for each element a in A A greatest element of P is an upper bound of P itself and a least element is a lower bound of P In our example the set x y displaystyle x y is an upper bound for the collection of elements x y displaystyle x y Fig 6 Nonnegative integers ordered by divisibility As another example consider the positive integers ordered by divisibility 1 is a least element as it divides all other elements on the other hand this poset does not have a greatest element although if one would include 0 in the poset which is a multiple of any integer that would be a greatest element see Fig 6 This partially ordered set does not even have any maximal elements since any g divides for instance 2g which is distinct from it so g is not maximal If the number 1 is excluded while keeping divisibility as ordering on the elements greater than 1 then the resulting poset does not have a least element but any prime number is a minimal element for it In this poset 60 is an upper bound though not a least upper bound of the subset 2 3 5 10 displaystyle 2 3 5 10 which does not have any lower bound since 1 is not in the poset on the other hand 2 is a lower bound of the subset of powers of 2 which does not have any upper bound Mappings between partially ordered sets Edit Fig 7a Order preserving but not order reflecting since f u f v but not u displaystyle leq v map Fig 7b Order isomorphism between the divisors of 120 partially ordered by divisibility and the divisor closed subsets of 2 3 4 5 8 partially ordered by set inclusion Given two partially ordered sets S and T c a function f S T displaystyle f S to T is called order preserving or monotone or isotone if for all x y S displaystyle x y in S x y displaystyle x leq y implies f x f y If U is also a partially ordered set and both f S T displaystyle f S to T and g T U displaystyle g T to U are order preserving their composition g f S U displaystyle g circ f S to U is order preserving too A function f S T displaystyle f S to T is called order reflecting if for all x y S displaystyle x y in S f x f y implies x y displaystyle x leq y If f displaystyle f is both order preserving and order reflecting then it is called an order embedding of S into T In the latter case f displaystyle f is necessarily injective since f x f y displaystyle f x f y implies x y and y x displaystyle x leq y text and y leq x and in turn x y displaystyle x y according to the antisymmetry of displaystyle leq If an order embedding between two posets S and T exists one says that S can be embedded into T If an order embedding f S T displaystyle f S to T is bijective it is called an order isomorphism and the partial orders S and T are said to be isomorphic Isomorphic orders have structurally similar Hasse diagrams see Fig 7a It can be shown that if order preserving maps f S T displaystyle f S to T and g T U displaystyle g T to U exist such that g f displaystyle g circ f and f g displaystyle f circ g yields the identity function on S and T respectively then S and T are order isomorphic 14 For example a mapping f N P N displaystyle f mathbb N to mathbb P mathbb N from the set of natural numbers ordered by divisibility to the power set of natural numbers ordered by set inclusion can be defined by taking each number to the set of its prime divisors It is order preserving if x displaystyle x divides y displaystyle y then each prime divisor of x displaystyle x is also a prime divisor of y displaystyle y However it is neither injective since it maps both 12 and 6 to 2 3 displaystyle 2 3 nor order reflecting since 12 does not divide 6 Taking instead each number to the set of its prime power divisors defines a map g N P N displaystyle g mathbb N to mathbb P mathbb N that is order preserving order reflecting and hence an order embedding It is not an order isomorphism since it for instance does not map any number to the set 4 displaystyle 4 but it can be made one by restricting its codomain to g N displaystyle g mathbb N Fig 7b shows a subset of N displaystyle mathbb N and its isomorphic image under g displaystyle g The construction of such an order isomorphism into a power set can be generalized to a wide class of partial orders called distributive lattices see Birkhoff s representation theorem Number of partial orders EditSequence A001035 in OEIS gives the number of partial orders on a set of n labeled elements Number of n element binary relations of different types Elem ents Any Transitive Reflexive Symmetric Preorder Partial order Total preorder Total order Equivalence relation0 1 1 1 1 1 1 1 1 11 2 2 1 2 1 1 1 1 12 16 13 4 8 4 3 3 2 23 512 171 64 64 29 19 13 6 54 65 536 3 994 4 096 1 024 355 219 75 24 15n 2n2 2n2 n 2n n 1 2 k 0 n k S n k textstyle sum k 0 n k S n k n k 0 n S n k textstyle sum k 0 n S n k OEIS A002416 A006905 A053763 A006125 A000798 A001035 A000670 A000142 A000110Note that S n k refers to Stirling numbers of the second kind The number of strict partial orders is the same as that of partial orders If the count is made only up to isomorphism the sequence 1 1 2 5 16 63 318 sequence A000112 in the OEIS is obtained Linear extension EditA partial order displaystyle leq on a set X displaystyle X is an extension of another partial order displaystyle leq on X displaystyle X provided that for all elements x y X displaystyle x y in X whenever x y displaystyle x leq y it is also the case that x y displaystyle x leq y A linear extension is an extension that is also a linear that is total order As a classic example the lexicographic order of totally ordered sets is a linear extension of their product order Every partial order can be extended to a total order order extension principle 15 In computer science algorithms for finding linear extensions of partial orders represented as the reachability orders of directed acyclic graphs are called topological sorting Directed acyclic graphs EditStrict partial orders correspond directly to directed acyclic graphs DAGs If a graph is constructed by taking each element of P displaystyle P to be a node and each element of displaystyle leq to be an edge then every strict partial order is a DAG and the transitive closure of a DAG is both a strict partial order and also a DAG itself In contrast a non strict partial order would have self loops at every node and therefore not be a DAG In category theory EditEvery poset and every preordered set may be considered as a category where for objects x displaystyle x and y displaystyle y there is at most one morphism from x displaystyle x to y displaystyle y More explicitly let hom x y x y if x y and otherwise the empty set and y z x y x z displaystyle y z circ x y x z Such categories are sometimes called posetal Posets are equivalent to one another if and only if they are isomorphic In a poset the smallest element if it exists is an initial object and the largest element if it exists is a terminal object Also every preordered set is equivalent to a poset Finally every subcategory of a poset is isomorphism closed Partial orders in topological spaces EditMain article Partially ordered space If P displaystyle P is a partially ordered set that has also been given the structure of a topological space then it is customary to assume that a b a b displaystyle a b a leq b is a closed subset of the topological product space P P displaystyle P times P Under this assumption partial order relations are well behaved at limits in the sense that if lim i a i a displaystyle lim i to infty a i a and lim i b i b displaystyle lim i to infty b i b and for all i displaystyle i a i b i displaystyle a i leq b i then a b displaystyle a leq b 16 Intervals EditAn interval in a poset P is a subset I of P with the property that for any x and y in I and any z in P if x z y then z is also in I This definition generalizes the interval definition for real numbers For a b the closed interval a b is the set of elements x satisfying a x b that is a x and x b It contains at least the elements a and b Using the corresponding strict relation lt the open interval a b is the set of elements x satisfying a lt x lt b i e a lt x and x lt b An open interval may be empty even if a lt b For example the open interval 0 1 on the integers is empty since there are no integers I such that 0 lt I lt 1 The half open intervals a b and a b are defined similarly Sometimes the definitions are extended to allow a gt b in which case the interval is empty An interval I is bounded if there exist elements a b P displaystyle a b in P such that I a b Every interval that can be represented in interval notation is obviously bounded but the converse is not true For example let P 0 1 1 2 2 3 as a subposet of the real numbers The subset 1 2 is a bounded interval but it has no infimum or supremum in P so it cannot be written in interval notation using elements of P A poset is called locally finite if every bounded interval is finite For example the integers are locally finite under their natural ordering The lexicographical order on the cartesian product N N displaystyle mathbb N times mathbb N is not locally finite since 1 2 1 3 1 4 1 5 2 1 Using the interval notation the property a is covered by b can be rephrased equivalently as a b a b displaystyle a b a b This concept of an interval in a partial order should not be confused with the particular class of partial orders known as the interval orders See also EditAntimatroid a formalization of orderings on a set that allows more general families of orderings than posets Causal set a poset based approach to quantum gravity Comparability graph Graph linking pairs of comparable elements in a partial order Complete partial order Directed set Mathematical ordering with upper bounds Graded poset Incidence algebra Lattice Set whose pairs have minima and maxima Locally finite poset Mobius function on posets Nested Set Collection Order polytope Ordered field Algebraic object with an ordered structure Ordered group Ordered vector space Vector space with a partial order Poset topology a kind of topological space that can be defined from any poset Scott continuity continuity of a function between two partial orders Semilattice Partial order with joins Semiorder Numerical ordering with a margin of error Stochastic dominance Strict weak ordering strict partial order lt in which the relation neither a lt b nor b lt a is transitive Total order Order whose elements are all comparable Tree Data structure of set inclusion Zorn s lemma Mathematical proposition equivalent to the axiom of choiceNotes Edit A proof can be found here See General relativity Time travel The partial orders displaystyle leq and can be different but need not Citations Edit Finite posets Sage 9 2 beta2 Reference Manual Combinatorics Retrieved 5 January 2022 compare elements x y Compare x and y in the poset If x lt y return 1 If x y return 0 If x gt y return 1 If x and y are not comparable return None Chen Peter Ding Guoli Seiden Steve On Poset Merging PDF 2 Retrieved 5 January 2022 A comparison between two elements s t in S returns one of three distinct values namely s t s gt t or s t a href Template Cite journal html title Template Cite journal cite journal a Cite journal requires journal help Merrifield Richard E Simmons Howard E 1989 Topological Methods in Chemistry New York John Wiley amp Sons pp 28 ISBN 0 471 83817 9 Retrieved 27 July 2012 A partially ordered set is conveniently represented by a Hasse diagram a b c Wallis W D 14 March 2013 A Beginner s Guide to Discrete Mathematics Springer Science amp Business Media p 100 ISBN 978 1 4757 3826 1 Simovici Dan A amp Djeraba Chabane 2008 Partially Ordered Sets Mathematical Tools for Data Mining Set Theory Partial Orders Combinatorics Springer ISBN 9781848002012 Flaska V Jezek J Kepka T Kortelainen J 2007 Transitive Closures of Binary Relations I Acta Universitatis Carolinae Mathematica et Physica Prague School of Mathematics Physics Charles University 48 1 55 69 Lemma 1 1 iv This source refers to asymmetric relations as strictly antisymmetric Davey amp Priestley 2002 pp 14 15 Avigad Jeremy Lewis Robert Y van Doorn Floris 29 March 2021 13 2 More on Orderings Logic and Proof Release 3 18 4 ed Retrieved 24 July 2021 So we can think of every partial order as really being a pair consisting of a weak partial order and an associated strict one Rounds William C 7 March 2002 Lectures slides PDF EECS 203 DISCRETE MATHEMATICS Retrieved 23 July 2021 Kwong Harris 25 April 2018 7 4 Partial and Total Ordering A Spiral Workbook for Discrete Mathematics Retrieved 23 July 2021 Neggers J Kim Hee Sik 1998 4 2 Product Order and Lexicographic Order Basic Posets World Scientific pp 62 63 ISBN 9789810235895 Davey amp Priestley 2002 pp 17 18 P R Halmos 1974 Naive Set Theory Springer p 82 ISBN 978 1 4757 1645 0 Davey amp Priestley 2002 pp 23 24 Jech Thomas 2008 1973 The Axiom of Choice Dover Publications ISBN 978 0 486 46624 8 Ward L E Jr 1954 Partially Ordered Topological Spaces Proceedings of the American Mathematical Society 5 1 144 161 doi 10 1090 S0002 9939 1954 0063016 5 hdl 10338 dmlcz 101379 References EditDavey B A Priestley H A 2002 Introduction to Lattices and Order 2nd ed New York Cambridge University Press ISBN 978 0 521 78451 1 Deshpande Jayant V 1968 On Continuity of a Partial Order Proceedings of the American Mathematical Society 19 2 383 386 doi 10 1090 S0002 9939 1968 0236071 7 Schmidt Gunther 2010 Relational Mathematics Encyclopedia of Mathematics and its Applications Vol 132 Cambridge University Press ISBN 978 0 521 76268 7 Bernd Schroder 11 May 2016 Ordered Sets An Introduction with Connections from Combinatorics to Topology Birkhauser ISBN 978 3 319 29788 0 Stanley Richard P 1997 Enumerative Combinatorics 1 Cambridge Studies in Advanced Mathematics Vol 49 Cambridge University Press ISBN 0 521 66351 2 External links Edit Wikimedia Commons has media related to Hasse diagram OEIS sequence A001035 Number of posets with n labeled elements OEIS sequence A000112 Number of partially ordered sets posets with n unlabeled elements Retrieved from https en wikipedia org w index php title Partially ordered set amp oldid 1127630744, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.