Preorder: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
imported>Goodphy
Made Equivalence class as a link to the corresponding Wikipedia page.
 
imported>Jochen Burghardt
Preorders as partial orders on partitions: ce directed-set part; avoid "consequently" in meta language when "consequence" is the relation name
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
{{stack|{{Binary relations}}}}
{{stack|{{Binary relations}}}}


[[File:Preorder.png|thumb|[[Hasse diagram]] of the preorder ''x R y'' defined by ''x''[[integer division|//]]4≤''y''[[integer division|//]]4 on the [[natural numbers]]. Equivalence classes (sets of elements such that ''x R y'' and ''y R x'') are shown together as a single node. The relation on equivalence classes is a [[partial order]].]]
[[File:Preorder.png|thumb|''x R y'' defined by ''x''[[integer division|//]]4≤''y''[[integer division|//]]4 is a preorder on the [[natural numbers]]. It corresponds to the equivalence relation ''x E y'' defined by ''x''//4=''y''//4. The set of equivalence classes is partially ordered, and thus can be shown as a [[Hasse diagram]] (depicted).]]


In [[mathematics]], especially in [[order theory]], a '''preorder''' or '''quasiorder''' is a [[binary relation]] that is [[reflexive relation|reflexive]] and [[Transitive relation|transitive]]. The name {{em|preorder}} is meant to suggest that preorders are ''almost'' [[partial order]]s, but not quite, as they are not necessarily [[Antisymmetric relation|antisymmetric]].
In [[mathematics]], especially in [[order theory]], a '''preorder''' or '''quasiorder''' is a [[binary relation]] that is [[reflexive relation|reflexive]] and [[Transitive relation|transitive]]. The name {{em|preorder}} is meant to suggest that preorders are ''almost'' [[partial order]]s, but not quite, as they are not necessarily [[Antisymmetric relation|antisymmetric]].


A natural example of a preorder is the [[Divisor#Definition|divides relation]] "x divides y" between integers, [[polynomial]]s, or elements of a [[commutative ring]]. For example, the divides relation is reflexive as every integer divides itself. But the divides relation is not antisymmetric, because <math>1</math> divides <math>-1</math> and <math>-1</math> divides <math>1</math>. It is to this preorder that "greatest" and "lowest" refer in the phrases "[[greatest common divisor]]" and "[[lowest common multiple]]" (except that, for integers, the greatest common divisor is also the greatest for the natural order of the integers).  
A natural example of a preorder is the [[Divisor#Definition|divides relation]] "x divides y" between [[integer]]s. This relation is reflexive as every integer divides itself. It is also transitive. But it is not antisymmetric, because e.g. <math>1</math> divides <math>-1</math> and <math>-1</math> divides <math>1</math>. It is to this preorder that "least" refers in the phrase "[[least common multiple]]" (in contrast, using the natural order on integers, e.g. <math>4</math> and <math>6</math> have the common multiples <math>24</math>, <math>12</math>, <math>0</math>, <math>-12</math>, <math>-24</math>, ..., but no least one).  


Preorders are closely related to [[equivalence relation]]s and (non-strict) partial orders. Both of these are special cases of a preorder: an antisymmetric preorder is a partial order, and a [[Symmetric relation|symmetric]] preorder is an equivalence relation. Moreover, a preorder on a set <math>X</math> can equivalently be defined as an equivalence relation on <math>X</math>, together with a partial order on the set of [[equivalence class]]. Like partial orders and equivalence relations, preorders (on a nonempty set) are never [[Asymmetric relation|asymmetric]].
Preorders are closely related to [[equivalence relation]]s and (non-strict) partial orders. Both of these are special cases of a preorder: an antisymmetric preorder is a partial order, and a [[Symmetric relation|symmetric]] preorder is an equivalence relation. Moreover, a preorder on a set <math>X</math> can equivalently be defined as an equivalence relation on <math>X</math>, together with a partial order on the set of [[equivalence class]], cf. picture. Like partial orders and equivalence relations, preorders (on a nonempty set) are never [[Asymmetric relation|asymmetric]].


A preorder can be visualized as 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. 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.
A preorder can be visualized as 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. 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.


As a binary relation, a preorder may be denoted <math>\,\lesssim\,</math> or <math>\,\leq\,</math>. In words, when <math>a \lesssim b,</math> one may say that ''b'' {{em|covers}} ''a'' or that ''a'' {{em|precedes}} ''b'', or that ''b'' {{em|reduces}} to ''a''. Occasionally, the notation ← or → is also used.
A preorder is often denoted <math>\,\lesssim\,</math> or <math>\,\leq\,</math>.


== Definition ==
== Definition ==


Let <math>\,\lesssim\,</math> be a binary relation on a [[Set (mathematics)|set]] <math>P,</math> so that by definition, <math>\,\lesssim\,</math> is some subset of <math>P \times P</math> and the notation <math>a \lesssim b</math> is used in place of <math>(a, b) \in {\lesssim}.</math> Then <math>\,\lesssim\,</math> is called a '''{{em|preorder}}''' or '''{{em|quasiorder}}''' if it is [[Reflexive relation|reflexive]] and [[Transitive relation|transitive]]; that is, if it satisfies:
A binary relation <math>\,\lesssim\,</math> on a [[Set (mathematics)|set]] <math>X</math> is called a '''{{em|preorder}}''' or '''{{em|quasiorder}}''' if it is [[Reflexive relation|reflexive]] and [[Transitive relation|transitive]]; that is, if it satisfies:
#[[Reflexive relation|Reflexivity]]: <math>a \lesssim a</math> for all <math>a \in P,</math> and
#[[Reflexive relation|Reflexivity]]: <math>a \lesssim a</math> for all <math>a \in X,</math> and
#[[Transitive relation|Transitivity]]: if <math>a \lesssim b \text{ and } b \lesssim c \text{ then } a \lesssim c</math> for all <math>a, b, c \in P.</math>  
#[[Transitive relation|Transitivity]]: if <math>a \lesssim b \text{ and } b \lesssim c \text{ then } a \lesssim c</math> for all <math>a, b, c \in X.</math>  


A set that is equipped with a preorder is called a '''preordered set''' (or '''proset''').<ref>For "proset", see e.g. {{citation|last1=Eklund|first1=Patrik|last2=Gähler|first2=Werner|doi=10.1002/mana.19901470123|journal=Mathematische Nachrichten|mr=1127325|pages=219–233|title=Generalized Cauchy spaces|volume=147|year=1990}}.</ref>
A set that is equipped with a preorder is called a '''preordered set''' (or '''proset''').<ref>For "proset", see e.g. {{citation|last1=Eklund|first1=Patrik|last2=Gähler|first2=Werner|doi=10.1002/mana.19901470123|journal=Mathematische Nachrichten|mr=1127325|pages=219–233|title=Generalized Cauchy spaces|volume=147|year=1990}}.</ref>
Line 27: Line 27:
==Preorders as partial orders on partitions==
==Preorders as partial orders on partitions==


Given a preorder <math>\,\lesssim\,</math> on <math>S</math> one may define an [[equivalence relation]] <math>\,\sim\,</math> on <math>S</math> such that
Given a preorder <math>\,\lesssim\,</math> on <math>X</math> one may define an [[equivalence relation]] <math>\,\sim\,</math> on <math>X</math> by
<math display=block>a \sim b \quad \text{ if and only if } \quad a \lesssim b \; \text{ and } \; b \lesssim a.</math>  
<math display=block>a \sim b \quad \text{ if } \quad a \lesssim b \; \text{ and } \; b \lesssim a.</math>  
The resulting relation <math>\,\sim\,</math> is reflexive since the preorder <math>\,\lesssim\,</math> is reflexive; transitive by applying the transitivity of <math>\,\lesssim\,</math> twice; and symmetric by definition.  
The resulting relation <math>\,\sim\,</math> is reflexive since the preorder <math>\,\lesssim\,</math> is reflexive; transitive by applying the transitivity of <math>\,\lesssim\,</math> twice; and symmetric by definition.  


Using this relation, it is possible to construct a partial order on the quotient set of the equivalence, <math>S / \sim,</math> which is the set of all [[equivalence class]]es of <math>\,\sim.</math> If the preorder is denoted by <math>R^{+=},</math> then <math>S / \sim</math> is the set of <math>R</math>-[[Cycle (graph theory)|cycle]] equivalence classes:
Using this relation, it is possible to construct a partial order on the [[quotient set]] <math>X / \sim</math> of the equivalence,
<math>x \in [y]</math> if and only if <math>x = y</math> or <math>x</math> is in an <math>R</math>-cycle with <math>y</math>.
by defining <math>[x] \leq [y]</math> if <math>x \lesssim y.</math>  
In any case, on <math>S / \sim</math> it is possible to define <math>[x] \leq [y]</math> if and only if <math>x \lesssim y.</math>  
That this is [[Well-defined_expression#Independence of representative|well-defined]], meaning that it does not depend on the particular choice of representatives <math>x</math> and <math>y</math>, follows from the definition of <math>\,\sim\,</math>.
That this is well-defined, meaning that its defining condition does not depend on which representatives of <math>[x]</math> and <math>[y]</math> are chosen, follows from the definition of <math>\,\sim.\,</math> It is readily verified that this yields a partially ordered set.


Conversely, from any partial order on a partition of a set <math>S,</math> it is possible to construct a preorder on <math>S</math> itself. There is a [[one-to-one correspondence]] between preorders and pairs (partition, partial order).
Conversely, from any partial order on a partition of a set <math>X,</math> it is possible to construct a preorder on <math>X</math> itself. There is a [[one-to-one correspondence]] between preorders and pairs (partition, partial order).


{{em|Example}}: Let <math>S</math> be a [[Theory (mathematical logic)|formal theory]], which is a set of [[Sentence (mathematical logic)|sentences]] with certain properties (details of which can be found in [[Theory (mathematical logic)|the article on the subject]]). For instance, <math>S</math> could be a [[first-order theory]] (like [[Zermelo–Fraenkel set theory]]) or a simpler [[Propositional calculus|zeroth-order theory]]. One of the many properties of <math>S</math> is that it is closed under logical consequences so that, for instance, if a sentence <math>A \in S</math> logically implies some sentence <math>B,</math> which will be written as <math>A \Rightarrow B</math> and also as <math>B \Leftarrow A,</math> then necessarily <math>B \in S</math> (by ''[[modus ponens]]'').  
{{em|Example}}: Let <math>X</math> be the set of all (valid or invalid) [[Sentence (mathematical logic)|sentences]] in some subfield of mathematics, like [[geometry]]. Define <math>p \Leftarrow q</math> if <math>p</math> is a logical consequence of <math>q</math>.  
The relation <math>\,\Leftarrow\,</math> is a preorder on <math>S</math> because <math>A \Leftarrow A</math> always holds and whenever <math>A \Leftarrow B</math> and <math>B \Leftarrow C</math> both hold then so does <math>A \Leftarrow C.</math>  
Then <math>\Leftarrow</math> is a preorder on <math>X</math>: every sentence <math>p</math> can be proven from itself (reflexivity), and if <math>p</math> can be proven from <math>q</math>, and <math>q</math> from <math>r</math>, then <math>p</math> can also be proven from <math>r</math> (transitivity).
Furthermore, for any <math>A, B \in S,</math> <math>A \sim B</math> if and only if <math>A \Leftarrow B \text{ and } B \Leftarrow A</math>; that is, two sentences are equivalent with respect to <math>\,\Leftarrow\,</math> if and only if they are [[logically equivalent]]. This particular equivalence relation <math>A \sim B</math> is commonly denoted with its own special symbol <math>A \iff B,</math> and so this symbol <math>\,\iff\,</math> may be used instead of <math>\,\sim.</math> The equivalence class of a sentence <math>A,</math> denoted by <math>[A],</math> consists of all sentences <math>B \in S</math> that are logically equivalent to <math>A</math> (that is, all <math>B \in S</math> such that <math>A \iff B</math>).  
The corresponding equivalence relation is usually denoted <math>p \Leftrightarrow q</math>, and defined as <math>p \Leftarrow q</math> and <math>q \Leftarrow p</math>; in this case <math>p</math> and <math>q</math> are called "[[logically equivalent]]". The equivalence class of a sentence <math>p</math> is the set of all sentences <math>q \in X</math> that are logically equivalent to <math>p</math>; formally: <math>[p] = \{ q \mid p \Leftrightarrow q \}</math>.  
The partial order on <math>S / \sim</math> induced by <math>\,\Leftarrow,\,</math> which will also be denoted by the same symbol <math>\,\Leftarrow,\,</math> is characterized by <math>[A] \Leftarrow [B]</math> if and only if <math>A \Leftarrow B,</math> where the right hand side condition is independent of the choice of representatives <math>A \in [A]</math> and <math>B \in [B]</math> of the equivalence classes.
The preordered set <math>(X, \Leftarrow)</math> is a [[directed set]]: given two sentences <math>p, q \in X</math>, their [[logical conjunction]] <math>p \wedge q</math>, pronounced "both <math>p</math> and <math>q</math>", is a common upper bound of them, since <math>p</math> is a consequence of <math>p \wedge q</math>, and so is <math>q</math>. The partially ordered set <math>\left(X / \Leftrightarrow, \Leftarrow\right)</math> is hence also a directed set.  
All that has been said of <math>\,\Leftarrow\,</math> so far can also be said of its [[converse relation]] <math>\,\Rightarrow.\,</math>  
The preordered set <math>(S, \Leftarrow)</math> is a [[directed set]] because if <math>A, B \in S</math> and if <math>C := A \wedge B</math> denotes the sentence formed by [[logical conjunction]] <math>\,\wedge,\,</math> then <math>A \Leftarrow C</math> and <math>B \Leftarrow C</math> where <math>C \in S.</math> The partially ordered set <math>\left(S / \sim, \Leftarrow\right)</math> is consequently also a directed set.  
See [[Lindenbaum–Tarski algebra]] for a related example.
See [[Lindenbaum–Tarski algebra]] for a related example.


Line 49: Line 46:


{{anchor|Strict preorder}}
{{anchor|Strict preorder}}
If reflexivity is replaced with [[Irreflexive relation|irreflexivity]] (while keeping transitivity) then we get the definition of a [[strict partial order]] on <math>P</math>. For this reason, the term '''{{em|strict preorder}}''' is sometimes used for a strict partial order. That is, this is a binary relation <math>\,<\,</math> on <math>P</math> that satisfies:
If reflexivity is replaced with [[Irreflexive relation|irreflexivity]] (while keeping transitivity) then we get the definition of a [[strict partial order]] on <math>X</math>. For this reason, the term '''{{em|strict preorder}}''' is sometimes used for a strict partial order. That is, this is a binary relation <math>\,<\,</math> on <math>X</math> that satisfies:
<ol>
<ol>
<li>[[Irreflexive relation|Irreflexivity]] or anti-reflexivity: {{em|not}} <math>a < a</math> for all <math>a \in P;</math> that is, <math>\,a < a</math> is {{em|false}} for all <math>a \in P,</math> and</li>
<li>[[Irreflexive relation|Irreflexivity]] or anti-reflexivity: {{em|not}} <math>a < a</math> for all <math>a \in X;</math> that is, <math>\,a < a</math> is {{em|false}} for all <math>a \in X,</math> and</li>
<li>[[Transitive relation|Transitivity]]: if <math>a < b \text{ and } b < c \text{ then } a < c</math> for all <math>a, b, c \in P.</math></li>
<li>[[Transitive relation|Transitivity]]: if <math>a < b \text{ and } b < c \text{ then } a < c</math> for all <math>a, b, c \in X.</math></li>
</ol>
</ol>


Line 97: Line 94:
* [[Reduction relation]]s in [[abstract rewriting system]]s.
* [[Reduction relation]]s in [[abstract rewriting system]]s.
* The [[encompassment preorder]] on the set of [[term (logic)|term]]s, defined by <math>s \lesssim t</math> if a [[term (logic)#Operations with terms|subterm]] of ''t'' is a [[substitution instance]] of ''s''.
* The [[encompassment preorder]] on the set of [[term (logic)|term]]s, defined by <math>s \lesssim t</math> if a [[term (logic)#Operations with terms|subterm]] of ''t'' is a [[substitution instance]] of ''s''.
* [[Theta-subsumption]],<ref>{{cite journal |last=Robinson | first=J. A. |title=A machine-oriented logic based on the resolution principle |journal=ACM |volume=12 |number=1 |pages=23–41 |year=1965 | doi=10.1145/321250.321253 | s2cid=14389185 |doi-access=free }}</ref> which is when the literals in a disjunctive first-order formula are contained by another, after applying a [[Substitution (logic)|substitution]] to the former.
* [[Theta-subsumption]],<ref>{{cite journal |last=Robinson | first=J. A. |title=A machine-oriented logic based on the resolution principle |journal= Journal of the ACM|volume=12 |number=1 |pages=23–41 |year=1965 | doi=10.1145/321250.321253 | s2cid=14389185 |doi-access=free }}</ref> which is when the literals in a disjunctive first-order formula are contained by another, after applying a [[Substitution (logic)|substitution]] to the former.


===Category theory===
===Category theory===


* A [[Category (mathematics)|category]] with at most one [[morphism]] from any object ''x'' to any other object ''y'' is a preorder. Such categories are called [[thin category|thin]]. Here the [[Object (category theory)|objects]] correspond to the elements of <math>P,</math> and there is one morphism for objects which are related, zero otherwise. In this sense, categories "generalize" preorders by allowing more than one relation between objects: each morphism is a distinct (named) preorder relation.
* A [[Category (mathematics)|category]] with at most one [[morphism]] from any object ''x'' to any other object ''y'' is a preorder. Such categories are called [[thin category|thin]]. Here the [[Object (category theory)|objects]] correspond to the elements of <math>X,</math> and there is one morphism for objects which are related, zero otherwise. In this sense, categories "generalize" preorders by allowing more than one relation between objects: each morphism is a distinct (named) preorder relation.
* Alternately, a preordered set can be understood as an [[enriched category]], enriched over the category <math>2 = (0 \to 1).</math>
* Alternately, a preordered set can be understood as an [[enriched category]], enriched over the category <math>2 = (0 \to 1).</math>


Line 119: Line 116:
==Constructions==
==Constructions==


Every binary relation <math>R</math> on a set <math>S</math> can be extended to a preorder on <math>S</math> by taking the [[transitive closure]] and [[reflexive closure]], <math>R^{+=}.</math>  The transitive closure indicates path connection in <math>R : x R^+ y</math> if and only if there is an <math>R</math>-[[Path (graph theory)|path]] from <math>x</math> to <math>y.</math>  
Every binary relation <math>R</math> on a set <math>X</math> can be extended to a preorder on <math>X</math> by taking the [[transitive closure]] and [[reflexive closure]], <math>R^{+=}.</math>  The transitive closure indicates path connection in <math>R : x R^+ y</math> if and only if there is an <math>R</math>-[[Path (graph theory)|path]] from <math>x</math> to <math>y.</math>  


'''Left residual preorder induced by a binary relation'''
'''Left residual preorder induced by a binary relation'''
Line 131: Line 128:
On the other hand, if it is [[Symmetric relation|symmetric]], that is, if <math>a \lesssim b</math> implies <math>b \lesssim a,</math> then it is an [[equivalence relation]].
On the other hand, if it is [[Symmetric relation|symmetric]], that is, if <math>a \lesssim b</math> implies <math>b \lesssim a,</math> then it is an [[equivalence relation]].


A preorder is [[Total preorder|total]] if <math>a \lesssim b</math> or <math>b \lesssim a</math> for all <math>a, b \in P.</math>
A preorder is [[Total preorder|total]] if <math>a \lesssim b</math> or <math>b \lesssim a</math> for all <math>a, b \in X.</math>


A [[preordered class]] is a [[Class (mathematics)|class]] equipped with a preorder. Every set is a class and so every preordered set is a preordered class.
A [[preordered class]] is a [[Class (mathematics)|class]] equipped with a preorder. Every set is a class and so every preordered set is a preordered class.

Latest revision as of 11:31, 26 September 2025

Template:Short description Script error: No such module "about". Script error: No such module "redirect hatnote".

Template:Stack

File:Preorder.png
x R y defined by x//4≤y//4 is a preorder on the natural numbers. It corresponds to the equivalence relation x E y defined by x//4=y//4. The set of equivalence classes is partially ordered, and thus can be shown as a Hasse diagram (depicted).

In mathematics, especially in order theory, a preorder or quasiorder is a binary relation that is reflexive and transitive. The name Template:Em is meant to suggest that preorders are almost partial orders, but not quite, as they are not necessarily antisymmetric.

A natural example of a preorder is the divides relation "x divides y" between integers. This relation is reflexive as every integer divides itself. It is also transitive. But it is not antisymmetric, because e.g. 1 divides 1 and 1 divides 1. It is to this preorder that "least" refers in the phrase "least common multiple" (in contrast, using the natural order on integers, e.g. 4 and 6 have the common multiples 24, 12, 0, 12, 24, ..., but no least one).

Preorders are closely related to equivalence relations and (non-strict) partial orders. Both of these are special cases of a preorder: an antisymmetric preorder is a partial order, and a symmetric preorder is an equivalence relation. Moreover, a preorder on a set X can equivalently be defined as an equivalence relation on X, together with a partial order on the set of equivalence class, cf. picture. Like partial orders and equivalence relations, preorders (on a nonempty set) are never asymmetric.

A preorder can be visualized as 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. 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.

A preorder is often denoted or .

Definition

A binary relation on a set X is called a Template:Em or Template:Em if it is reflexive and transitive; that is, if it satisfies:

  1. Reflexivity: aa for all aX, and
  2. Transitivity: if ab and bc then ac for all a,b,cX.

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

Preorders as partial orders on partitions

Given a preorder on X one may define an equivalence relation on X by ab if ab and ba. The resulting relation is reflexive since the preorder is reflexive; transitive by applying the transitivity of twice; and symmetric by definition.

Using this relation, it is possible to construct a partial order on the quotient set X/ of the equivalence, by defining [x][y] if xy. That this is well-defined, meaning that it does not depend on the particular choice of representatives x and y, follows from the definition of .

Conversely, from any partial order on a partition of a set X, it is possible to construct a preorder on X itself. There is a one-to-one correspondence between preorders and pairs (partition, partial order).

Template:Em: Let X be the set of all (valid or invalid) sentences in some subfield of mathematics, like geometry. Define pq if p is a logical consequence of q. Then is a preorder on X: every sentence p can be proven from itself (reflexivity), and if p can be proven from q, and q from r, then p can also be proven from r (transitivity). The corresponding equivalence relation is usually denoted pq, and defined as pq and qp; in this case p and q are called "logically equivalent". The equivalence class of a sentence p is the set of all sentences qX that are logically equivalent to p; formally: [p]={qpq}. The preordered set (X,) is a directed set: given two sentences p,qX, their logical conjunction pq, pronounced "both p and q", is a common upper bound of them, since p is a consequence of pq, and so is q. The partially ordered set (X/,) is hence also a directed set. See Lindenbaum–Tarski algebra for a related example.

Relationship to strict partial orders

Script error: No such module "anchor". If reflexivity is replaced with irreflexivity (while keeping transitivity) then we get the definition of a strict partial order on X. For this reason, the term Template:Em is sometimes used for a strict partial order. That is, this is a binary relation < on X that satisfies:

  1. Irreflexivity or anti-reflexivity: Template:Em a<a for all aX; that is, a<a is Template:Em for all aX, and
  2. Transitivity: if a<b and b<c then a<c for all a,b,cX.

Strict partial order induced by a preorder

Any preorder gives rise to a strict partial order defined by a<b if and only if ab and not ba. Using the equivalence relation introduced above, a<b if and only if ab and not ab; and so the following holds ab if and only if a<b or ab. The relation < is a strict partial order and Template:Em strict partial order can be constructed this way. Template:Em the preorder is antisymmetric (and thus a partial order) then the equivalence is equality (that is, ab if and only if a=b) and so in this case, the definition of < can be restated as: a<b if and only if ab and ab(assuming  is antisymmetric). But importantly, this new condition is Template:Em used as (nor is it equivalent to) the general definition of the relation < (that is, < is Template:Em defined as: a<b if and only if ab and ab) because if the preorder is not antisymmetric then the resulting relation < would not be transitive (consider how equivalent non-equal elements relate). This is the reason for using the symbol "" instead of the "less than or equal to" symbol "", which might cause confusion for a preorder that is not antisymmetric since it might misleadingly suggest that ab implies a<b or a=b.

Preorders induced by a strict partial order

Using the construction above, multiple non-strict preorders can produce the same strict preorder <, so without more information about how < was constructed (such knowledge of the equivalence relation for instance), it might not be possible to reconstruct the original non-strict preorder from <. Possible (non-strict) preorders that induce the given strict preorder < include the following:

  • Define ab as a<b or a=b (that is, take the reflexive closure of the relation). This gives the partial order associated with the strict partial order "<" through reflexive closure; in this case the equivalence is equality =, so the symbols and are not needed.
  • Define ab as " not b<a" (that is, take the inverse complement of the relation), which corresponds to defining ab as "neither a<b nor b<a"; these relations and are in general not transitive; however, if they are then is an equivalence; in that case "<" is a strict weak order. The resulting preorder is connected (formerly called total); that is, a total preorder.

If ab then ab. The converse holds (that is, =) if and only if whenever ab then a<b or b<a.

Examples

Graph theory

  • The reachability relationship in any directed graph (possibly containing cycles) gives rise to a preorder, where xy in the preorder if and only if there is a path from x to y in the directed graph. Conversely, every preorder is the reachability relationship of a directed graph (for instance, the graph that has an edge from x to y for every pair (x, y) with xy). However, many different graphs may have the same reachability preorder as each other. In the same way, reachability of directed acyclic graphs, directed graphs with no cycles, gives rise to partially ordered sets (preorders satisfying an additional antisymmetry property).
  • The graph-minor relation is also a preorder.

Computer science

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

Category theory

  • A category with at most one morphism from any object x to any other object y is a preorder. Such categories are called thin. Here the objects correspond to the elements of X, and there is one morphism for objects which are related, zero otherwise. In this sense, categories "generalize" preorders by allowing more than one relation between objects: each morphism is a distinct (named) preorder relation.
  • Alternately, a preordered set can be understood as an enriched category, enriched over the category 2=(01).

Other

Further examples:

  • Every finite topological space gives rise to a preorder on its points by defining xy if and only if x belongs to every neighborhood of y. Every finite preorder can be formed as the specialization preorder of a topological space in this way. That is, there is a one-to-one correspondence between finite topologies and finite preorders. However, the relation between infinite topological spaces and their specialization preorders is not one-to-one.

Example of a total preorder:

Constructions

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

Left residual preorder induced by a binary relation

Given a binary relation R, the complemented composition RR=RTR forms a preorder called the left residual,[5] where RT denotes the converse relation of R, and R denotes the complement relation of R, while denotes relation composition.

Related definitions

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.

A preorder is total if ab or ba for all a,bX.

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

Uses

Preorders play a pivotal role in several situations:

Number of preorders

Template:Number of relations

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: Template:Unordered list

Interval

For ab, the interval [a,b] is the set of points x satisfying ax and xb, also written axb. 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

Notes

  1. For "proset", see e.g. Script error: No such module "citation/CS1"..
  2. Script error: No such module "citation/CS1".
  3. Script error: No such module "Citation/CS1".
  4. Script error: No such module "citation/CS1".
  5. In this context, "" does not mean "set difference".
  6. Script error: No such module "citation/CS1"..

References

  • Schmidt, Gunther, "Relational Mathematics", Encyclopedia of Mathematics and its Applications, vol. 132, Cambridge University Press, 2011, Template:Isbn
  • Script error: No such module "citation/CS1".

Template:Order theory