Preorder

Not to be confused with Pre-order.
This article is about binary relations. For the graph vertex ordering, see Depth-first search. For other uses, see Preorder (disambiguation).
"Quasiorder" redirects here. For irreflexive transitive relations, see strict order.

In mathematics, especially in order theory, a preorder or quasiorder is a binary relation that is reflexive and transitive. Preorders are more general than equivalence relations and (non-strict) partial orders, both of which are special cases of a preorder.

The name 'preorder' comes from the idea that preorders (that are not partial orders) are 'almost' (partial) orders, but not quite; they're neither necessarily anti-symmetric nor symmetric. Because a preorder is a binary relation, the symbol ≤ can be used as the notational device for the relation. However, because they are not necessarily anti-symmetric, some of the ordinary intuition associated to the symbol ≤ may not apply. On the other hand, a preorder can be used, in a straightforward fashion, to define a partial order and an equivalence relation. Doing so, however, is not always useful or worthwhile, depending on the problem domain being studied.

In words, when ab, one may say that b covers a or that a precedes b, or that b reduces to a. Occasionally, the notation ← or is used instead of ≤.

To every preorder, there corresponds a directed graph, with elements of the set corresponding to vertices, and the order relation between pairs of elements corresponding to the directed edges between vertices. The converse is not true: most directed graphs are neither reflexive nor transitive. In general, the corresponding graphs may contain cycles. A preorder that is antisymmetric no longer has cycles; it is a partial order, and corresponds to a directed acyclic graph. A preorder that is symmetric is an equivalence relation; it can be thought of as having lost the direction markers on the edges of the graph. In general, a preorder's corresponding directed graph may have many disconnected components.

Formal definition

Consider some set P and a binary relation ≤ on P. Then ≤ is a preorder, or quasiorder, if it is reflexive and transitive, i.e., for all a, b and c in P, we have that:

aa (reflexivity)
if ab and bc then ac (transitivity)

A set that is equipped with a preorder is called a preordered set (or proset).[1]

If a preorder is also antisymmetric, that is, ab and ba implies a = b, then it is a partial order.

On the other hand, if it is symmetric, that is, if ab implies ba, then it is an equivalence relation.

Equivalently, the notion of a preordered set P can be formulated in a categorical framework as a thin category, i.e. as a category with at most one morphism from an object to another. Here the objects correspond to the elements of P, and there is one morphism for objects which are related, zero otherwise. Alternately, a preordered set can be understood as an enriched category, enriched over the category 2 = (0→1).

A preordered class is a class equipped with a preorder. Every set is a class and so every preordered set is a preordered class.

Examples

In computer science, one can find examples of the following preorders.

Example of a total preorder:

Uses

Preorders play a pivotal role in several situations:

Constructions

Every binary relation R on a set S can be extended to a preorder on S by taking the transitive closure and reflexive closure, R+=. The transitive closure indicates path connection in R: x R+ y if and only if there is an R-path from x to y.

Given a preorder on S one may define an equivalence relation ~ on S such that a ~ b if and only if a b and b a. (The resulting relation is reflexive since a preorder is reflexive, transitive by applying transitivity of the preorder twice, and symmetric by definition.)

Using this relation, it is possible to construct a partial order on the quotient set of the equivalence, S / ~, the set of all equivalence classes of ~. Note that if the preorder is R+=, S / ~ is the set of R-cycle equivalence classes: x ∈ [y] if and only if x = y or x is in an R-cycle with y. In any case, on S / ~ we can define [x] ≤ [y] if and only if x y. By the construction of ~, this definition is independent of the chosen representatives and the corresponding relation is indeed well-defined. It is readily verified that this yields a partially ordered set.

Conversely, from a partial order on a partition of a set S one can construct a preorder on S. There is a 1-to-1 correspondence between preorders and pairs (partition, partial order).

For a preorder "", a relation "<" can be defined as a < b if and only if (a b and not b a), or equivalently, using the equivalence relation introduced above, (a b and not a ~ b). It is a strict partial order; every strict partial order can be the result of such a construction. If the preorder is anti-symmetric, hence a partial order "≤", the equivalence is equality, so the relation "<" can also be defined as a < b if and only if (ab and ab).

(We do not define the relation "<" as a < b if and only if (a b and ab). Doing so would cause problems if the preorder was not anti-symmetric, as the resulting relation "<" would not be transitive (think of how equivalent non-equal elements relate).)

Conversely we have a b if and only if a < b or a ~ b. This is the reason for using the notation ""; "≤" can be confusing for a preorder that is not anti-symmetric, it may suggest that ab implies that a < b or a = b.

Note that with this construction multiple preorders "" can give the same relation "<", so without more information, such as the equivalence relation, "" cannot be reconstructed from "<". Possible preorders include the following:

Number of preorders

Number of n-element binary relations of different types
nalltransitivereflexivepreorderpartial ordertotal preordertotal orderequivalence relation
011111111
122111111
21613443322
35121716429191365
46553639944096355219752415
n2n2 2n2-n Σn
k=0
 
k! S(n,k)
n!Σn
k=0
 
S(n,k)
OEIS A002416 A006905 A053763 A000798 A001035 A000670 A000142 A000110

As explained above, there is a 1-to-1 correspondence between preorders and pairs (partition, partial order). Thus the number of preorders is the sum of the number of partial orders on every partition. For example:

i.e. together 29 preorders.
i.e. together 355 preorders.

Interval

For a b, the interval [a,b] is the set of points x satisfying a x and x b, also written a x b. It contains at least the points a and b. One may choose to extend the definition to all pairs (a,b). The extra intervals are all empty.

Using the corresponding strict relation "<", one can also define the interval (a,b) as the set of points x satisfying a < x and x < b, also written a < x < b. An open interval may be empty even if a < b.

Also [a,b) and (a,b] can be defined similarly.

See also

References

  1. For "proset", see e.g. Eklund, Patrik; Gähler, Werner (1990), "Generalized Cauchy spaces", Mathematische Nachrichten, 147: 219–233, doi:10.1002/mana.19901470123, MR 1127325.
  • Schröder, Bernd S. W. (2002), Ordered Sets: An Introduction, Boston: Birkhäuser, ISBN 0-8176-4128-9 
This article is issued from Wikipedia - version of the 11/30/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.