MarketPreorder
Company Profile

Preorder

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

Definition
A binary relation \,\lesssim\, on a set X is called a ' or ' if it is reflexive and transitive; that is, if it satisfies: • Reflexivity: a \lesssim a for all a \in X, and • Transitivity: if a \lesssim b \text{ and } b \lesssim c \text{ then } a \lesssim c for all a, b, c \in X. A set that is equipped with a preorder is called a preordered set (or proset). ==Preorders as partial orders on partitions==
Preorders as partial orders on partitions
Given a preorder \,\lesssim\, on X one may define an equivalence relation \,\sim\, on X by a \sim b \quad \text{ if } \quad a \lesssim b \; \text{ and } \; b \lesssim a. The resulting relation \,\sim\, is reflexive since the preorder \,\lesssim\, is reflexive; transitive by applying the transitivity of \,\lesssim\, twice; and symmetric by definition. Using this relation, it is possible to construct a partial order on the quotient set X / \sim of the equivalence, by defining [x] \leq [y] if x \lesssim y. 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 \,\sim\,. 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). : Let X be the set of all (valid or invalid) sentences in some subfield of mathematics, like geometry. Define p \Leftarrow q if p is a logical consequence of q. Then \Leftarrow 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 p \Leftrightarrow q, and defined as p \Leftarrow q and q \Leftarrow p; in this case p and q are called "logically equivalent". The equivalence class of a sentence p is the set of all sentences q \in X that are logically equivalent to p; formally: [p] = \{ q \mid p \Leftrightarrow q \}. The preordered set (X, \Leftarrow) is a directed set: given two sentences p, q \in X, their logical conjunction p \wedge q, pronounced "both p and q", is a common upper bound of them, since p is a consequence of p \wedge q, and so is q. The partially ordered set \left(X / \Leftrightarrow, \Leftarrow\right) is hence also a directed set. See Lindenbaum–Tarski algebra for a related example. ==Relationship to strict partial orders==
Relationship to strict partial orders
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 '''''' is sometimes used for a strict partial order. That is, this is a binary relation \, on X that satisfies: Irreflexivity or anti-reflexivity: a for all a \in X; that is, \,a is for all a \in X, and Transitivity: if a for all a, b, c \in X. Strict partial order induced by a preorder Any preorder \,\lesssim\, gives rise to a strict partial order defined by a if and only if a \lesssim b and not b \lesssim a. Using the equivalence relation \,\sim\, introduced above, a if and only if a \lesssim b \text{ and not } a \sim b; and so the following holds a \lesssim b \quad \text{ if and only if } \quad a The relation \, is a strict partial order and strict partial order can be constructed this way. the preorder \,\lesssim\, is antisymmetric (and thus a partial order) then the equivalence \,\sim\, is equality (that is, a \sim b if and only if a = b) and so in this case, the definition of \, can be restated as: a But importantly, this new condition is used as (nor is it equivalent to) the general definition of the relation \, (that is, \, is defined as: a if and only if a \lesssim b \text{ and } a \neq b) because if the preorder \,\lesssim\, 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 "\lesssim" instead of the "less than or equal to" symbol "\leq", which might cause confusion for a preorder that is not antisymmetric since it might misleadingly suggest that a \leq b implies a 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 as knowledge of the equivalence relation \,\sim\, 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 a \leq b as a (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 \,\lesssim\, and \,\sim\, are not needed. • Define a \lesssim b as "\text{ not } b " (that is, take the inverse complement of the relation), which corresponds to defining a \sim b as "neither a "; these relations \,\lesssim\, and \,\sim\, are in general not transitive; however, if they are then \,\sim\, 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 a \leq b then a \lesssim b. The converse holds (that is, \,\lesssim\;\; = \;\;\leq\,) if and only if whenever a \neq b then a or b ==Examples==
Examples
Graph theory • The reachability relationship in any directed graph (possibly containing cycles) gives rise to a preorder, where x \lesssim y 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 with x \lesssim y). 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. • Asymptotic order causes a preorder over functions f: \mathbb{N} \to \mathbb{N}. The corresponding equivalence relation is called asymptotic equivalence. • Polynomial-time, many-one (mapping) and Turing reductions are preorders on complexity classes. • Subtyping relations are usually preorders. • Simulation preorders are preorders (hence the name). • Reduction relations in abstract rewriting systems. • The encompassment preorder on the set of terms, defined by s \lesssim t if a subterm of t is a substitution instance of s. • Theta-subsumption, which is when the literals in a disjunctive first-order formula are contained by another, after applying a substitution to the former. 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 = (0 \to 1). Other Further examples: • Every finite topological space gives rise to a preorder on its points by defining x \lesssim y 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. • 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 relation defined by x \lesssim y if f(x) \lesssim f(y), where f is a function into some preorder. • The relation defined by x \lesssim y if there exists some injection from x to y. Injection may be replaced by surjection, or any type of structure-preserving function, such as ring homomorphism, or permutation. • The embedding relation for countable total orderings. Example of a total preorder: • Preference, according to common models. ==Constructions==
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 : x R^+ 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 R \backslash R = \overline{R^\textsf{T} \circ \overline{R}} forms a preorder called the left residual, where R^\textsf{T} denotes the converse relation of R, and \overline{R} denotes the complement relation of R, while \circ denotes relation composition. ==Related definitions==
Related definitions
If a preorder is also antisymmetric, that is, a \lesssim b and b \lesssim a implies a = b, then it is a partial order. On the other hand, if it is symmetric, that is, if a \lesssim b implies b \lesssim a, then it is an equivalence relation. A preorder is total if a \lesssim b or b \lesssim a for all a, b \in X. 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==
Uses
Preorders play a pivotal role in several situations: • Every preorder can be given a topology, the Alexandrov topology; and indeed, every preorder on a set is in one-to-one correspondence with an Alexandrov topology on that set. • Preorders may be used to define interior algebras. • Preorders provide the Kripke semantics for certain types of modal logic. • Preorders are used in forcing in set theory to prove consistency and independence results. ==Number of preorders==
Number of preorders
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: ==Interval==
Interval
For a \lesssim b, the interval [a, b] is the set of points x satisfying a \lesssim x and x \lesssim b, also written a \lesssim x \lesssim 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 and x also written a An open interval may be empty even if a Also [a, b) and (a, b] can be defined similarly. ==See also==
tickerdossier.comtickerdossier.substack.com