<?xml version="1.0" encoding="UTF-8"?>

<record version="14" id="3500">
 <title>pre-order</title>
 <name>QuasiOrder</name>
 <created>2002-10-01 09:54:10</created>
 <modified>2006-09-16 04:06:44</modified>
 <type>Definition</type>
 <creator id="2760" name="yark"/>
 <author id="2760" name="yark"/>
 <author id="715" name="draisma"/>
 <classification>
	<category scheme="msc" code="06A99"/>
 </classification>
 <defines>
	<concept>pre-ordered</concept>
	<concept>preordered</concept>
	<concept>semi-ordered</concept>
	<concept>semiordered</concept>
	<concept>quasi-ordered</concept>
	<concept>quasiordered</concept>
 </defines>
 <synonyms>
	<synonym concept="pre-order" alias="pre-ordering"/>
	<synonym concept="pre-order" alias="preorder"/>
	<synonym concept="pre-order" alias="preordering"/>
	<synonym concept="pre-order" alias="quasi-order"/>
	<synonym concept="pre-order" alias="quasi-ordering"/>
	<synonym concept="pre-order" alias="quasiorder"/>
	<synonym concept="pre-order" alias="quasiordering"/>
	<synonym concept="pre-order" alias="semi-order"/>
	<synonym concept="pre-order" alias="semi-ordering"/>
	<synonym concept="pre-order" alias="semiorder"/>
	<synonym concept="pre-order" alias="semiordering"/>
 </synonyms>
 <related>
	<object name="WellQuasiOrdering"/>
	<object name="PartialOrder"/>
 </related>
 <preamble>\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

%\def\lesssim{\preceq} % this was used to work around a bug, but shouldn't be needed now
</preamble>
 <content>\PMlinkescapeword{satisfy}

\section*{Definition}

A \emph{pre-order} on a set $S$ is a relation $\lesssim$ on $S$ satisfying the following two axioms:
\begin{description}
\item reflexivity: $s \lesssim s$ for all $s \in S$, and
\item transitivity: If $s \lesssim t$ and $t \lesssim u$, then $s \lesssim u$; for all $s,t,u \in S$. 
\end{description}

\section*{Partial order induced by a pre-order}

Given such a relation, define a new relation $s\sim t$ on $S$ by
\[
s\sim t \hbox{ if and only if } s\lesssim t \hbox{ and } t \lesssim s.
\]
Then $\sim$ is an equivalence relation on $S$, and $\lesssim$ induces a partial order $\leq$ on the set $S/\sim$ of equivalence classes of $\sim$ defined by
\[
[s] \leq [t] \hbox{ if and only if } s \lesssim t,
\]
where $[s]$ and $[t]$ denote the equivalence classes of $s$ and $t$. In particular, $\leq$ does satisfy antisymmetry, whereas $\lesssim$ may not.

\section*{Pre-orders as categories}

A pre-order $\lesssim$ on a set $S$ can be considered as a small category, in the which the objects are the elements of $S$ and there is a unique morphism from $x$ to $y$ if $x\lesssim y$ (and none otherwise).
</content>
</record>
