Partial Order Relation

From GM-RKB
(Redirected from partial order)
Jump to navigation Jump to search

A partial order relation is a binary relation that is a transitive relation and an antisymmetric relation.



References

2015

2009


  • (Wikipedia, 2009) ⇒ http://en.wikipedia.org/wiki/Partially_ordered_set
    • In mathematics, especially order theory, a partially ordered set (or poset) formalizes 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 that describes, for certain pairs of elements in the set, the requirement that one of the elements must precede the other. However, a partially ordered set differs from a total order in that some pairs of elements may not be related to each other in this way. A finite poset can be visualized through its Hasse diagram, which depicts the ordering relation between certain pairs of elements and allows one to reconstruct the whole partial order structure.
    • A familiar real-life example of a partially ordered set is a collection of people ordered by genealogical descendancy. Some pairs of people bear the ancestor-descendant relationship, but other pairs bear no such relationship.
    • A partial order is a binary relation "≤" over a set P which is reflexive, antisymmetric, and transitive, i.e., for all a, b, and c in P, we have that:
      • a ≤ a (reflexivity);
      • if a ≤ b and b ≤ a then a = b (antisymmetry);
      • if a ≤ b and b ≤ c then a ≤ c (transitivity).
    • In other words, a partial order is an antisymmetric preorder.
    • A set with a partial order is called a partially ordered set (also called a poset). The term ordered set is sometimes also used for posets, as long as it is clear from the context that no other kinds of orders are 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.
    • Examples
      • The real numbers ordered by the standard less-than-or-equal relation ≤ (a totally ordered set as well).
      • The set of natural numbers equipped with the relation of divisibility.
      • The set of subsets of a given set (its power set) ordered by inclusion (see the figure on top-right).
      • 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\in\mathbf{N}} \le (b_n)_{n\in\mathbf{N}} if and only if a_n \le b_n for all n in N.
      • 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 in X.
      • The vertex set of a directed acyclic graph ordered by reachability.
      • A fence, a partially ordered set defined by an alternating sequence of order relations a < b > c < d ...
    • Extrema There are several notions of "greatest" and "least" element in a poset, notably:
      • Greatest element and least element
      • Maximal elements and minimal elements
      • Upper and lower bounds