Preorder
Encyclopedia : P : PR : PRE : Preorder
- This article is about the mathematics concept. For preorder traversal of a tree data structure, see tree traversal. For the marketing tactic, see pre-order.
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:
- a ≤ a (reflexivity)
- if a ≤ b and b ≤ c then a ≤ c (transitivity)
If a preorder is also antisymmetric, that is, a ≤ b and b ≤ a implies a = b, then it is a partial order.
A partial order on a set T can be constructed from any preorder on set S by associating members of T with "equivalent" members of S. Formally, one defines an equivalence relation ~ over S such that a ~ b if and only if a ≤ b and b ≤ a. Now let T be the quotient set S / ~, i.e., the set of all equivalence classes of ~. T can easily be ordered by defining [x] ≤ [y] if and only if x ≤ y. By the construction of ~ this definition is independent from the chosen representatives and the corresponding relation is indeed well-defined. It is readily verified that this yields a partially ordered set.
A preorder which is also a congruence relationship (i.e. it is preserved in all contexts), is called a precongruence.
Examples of preorders
- A net is a directed preorder, that is, each pair of elements has an upper bound. The definition of convergence via nets is important in topology, where preorders cannot be replaced by partially ordered sets without losing important features.
- The embedding relation for countable total orderings.
- The graph-minor relation in graph theory.
- Preference, according to common models.
- In computer science, subtyping relations are usually preorders.
See also
- order theory
- partially ordered set
- totally ordered set
- directed set
- category of preordered sets
- prewellordering
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
