Order Relations
Definition 1 A binary relation \(R\) is anti-symmetric if
\(x\mathrel{R}y\) and \(y\mathrel{R}x\) implies \(x=y\)
always holds.
An order relation is then defined as follows.
Definition 2 A binary relation \((R,A,A)\) is an order relation if \(R\) is reflexive, transitive, and anti-symmetric.
In this case, we say that \(A\) is ordered by \(R\), and often call \(A\) an ordered set. Also, similar to equivalence relations, we write \(x\mathrel{R}y\) as \(x\leq_{\tiny R}y\).
Example 3 The binary relation
Since an ordered set is a set with an additionally defined relation \(\leq\), when considering functions between them, we are primarily interested in functions that preserve \(\leq\). In particular, we define the following.
Definition 4 If for two order relations \((R, A, A)\) and \((R', A',A')\) there exists a bijection \(f\) such that \(x\leq_{\tiny R}y\) is equivalent to \(f(x)\leq_{\tiny R'}f(y)\), then \(f\) is called an order isomorphism.
Hereafter, when we refer to an isomorphism between ordered sets, it will always mean an order isomorphism.
We can do something similar to §Equivalence Relations, ⁋Proposition 3 for order relations.
Proposition 5 A binary relation \((R,A,A)\) is an order relation if and only if the following two conditions hold:
\[R\circ R=R,\qquad R\cap R^{-1}=\Delta_A\]Proof
The equivalence of the first condition with transitivity was already examined in the proof of §Equivalence Relations, ⁋Proposition 3. The second condition can also easily be shown to combine reflexivity and antisymmetry.
Preorder Relations
First, let us examine the following example.
Example 6 Consider a function \(f:A\rightarrow B\) and suppose an order relation \(\leq\) is defined on \(B\). Then, just as we induced an equivalence relation from a function, we can define a relation \(\preceq\) on \(A\) as follows. (§Examples of Equivalence Relations, ⁋Definition 2)
\[x\preceq y\iff f(x)\leq f(y)\]By definition, \(\preceq\) is reflexive and transitive. However, in general, unless \(f\) is injective, \(\preceq\) does not satisfy antisymmetry.
Therefore, by removing the antisymmetry condition, we define the following.
Definition 7 A reflexive and transitive relation \(R\) is called a preorder relation.
When \(R\) is a preorder relation, it may be written as \(\preceq_{\tiny R}\), but since preorders share many properties with order relations in many cases, the same symbol \(\leq_{\tiny R}\) is sometimes used as for order relations. We will also use \(\leq_{\tiny R}\) unless otherwise specified.
To understand the properties of preorder relations, we need to examine antisymmetry more closely, which is a property of order relations but not of preorders. If a relation \(R\) were an order relation, antisymmetry means \((x\leq_{\tiny R}y)\wedge(y\leq_{\tiny R}x)\implies x=y\). We have seen that this does not hold for preorders, but in this case, the following proposition shows that a generalized equality, i.e., an equivalence relation, gives the same property.
Proposition 8 Let \(R\) be a preorder relation. Then the relation
Proof
Let us denote the above relation by \(S\). We need to show that \(S\) is reflexive, symmetric, and transitive. First, it is clear that this relation is reflexive. Since \(R\) is a preorder, \(x\mathrel{R}x\) always holds for any \(x\). Meanwhile, for any \(x\) and \(y\), let \(x\mathrel{S}y\). Then
\[x\mathrel{S}y\iff(x\leq_{\tiny R}y)\wedge(y\leq_{\tiny R}x)\iff(y\leq_{\tiny R}x)\wedge(x\leq_{\tiny R}y)\iff y\mathrel{S}x\]so \(S\) is symmetric. Finally, if \(x\mathrel{S}y\) and \(y\mathrel{S}z\), then
\[\begin{aligned} (x\mathrel{S}y)\wedge(y\mathrel{S}z)&\iff((x\leq_{\tiny R}y)\wedge(y\leq_{\tiny R}x))\wedge((y\leq_{\tiny R}z)\wedge(z\leq_{\tiny R}y))\\ &\iff(x\leq_{\tiny R}y)\wedge(y\leq_{\tiny R}x)\wedge(y\leq_{\tiny R}z)\wedge(z\leq_{\tiny R}y)\\ &\iff(x\leq_{\tiny R}y)\wedge(y\leq_{\tiny R}z)\wedge(z\leq_{\tiny R}y)\wedge(y\leq_{\tiny R}x)\\ &\iff((x\leq_{\tiny R}y)\wedge(y\leq_{\tiny R}z))\wedge((z\leq_{\tiny R}y)\wedge(y\leq_{\tiny R}x))\\ &\iff(x\leq_{\tiny R}z)\wedge(z\leq_{\tiny R}x)\\ &\iff x\mathrel{S}z \end{aligned}\]so \(S\) is transitive, and thus \(S\) is an equivalence relation.
Strict Order
For a given order relation \(\leq\), let \(<\) be the relation defined by
Definition 9 A relation \(R\) is asymmetric if \(x\mathrel{R}y\) implies \(y\not \mathrel{R}x\). An asymmetric, transitive relation is called a strict order.
To denote a strict order, we use \(<_{\tiny S}\). Then the following holds.
Proposition 10 Let \(R\) be an order relation. Then the new relation
Conversely, let \(S\) be a strict order. Then the new relation
Proof
First, let \(R\) be an order relation and define a new relation \(S\) by
This can be rewritten as:
\[((x\leq_{\tiny R}y)\wedge(y\leq_{\tiny R}x))\wedge(x\neq y)\]By antisymmetry of \(R\), this is \((x=y)\wedge(x\neq y)\), which is always false, so \(x\mathrel{S} y\) implies \(y\not\mathrel{S}x\).
Conversely, let \(S\) be a strict order and define a new relation \(R\) by
By asymmetry, \((x<_{\tiny S}y)\wedge(y<_{\tiny S}x)\) is impossible, so if \((x\mathrel{R}y)\wedge(y\mathrel{R}x)\) holds, then \(x=y\) must hold. Finally, to show transitivity, let \(x\mathrel{R}y\) and \(y\mathrel{R}z\). Then
\[\begin{aligned} (x\mathrel{R}y)\wedge(y\mathrel{R}z)&\iff ((x<_{\tiny S}y)\vee(x=y))\wedge((y<_{\tiny S}z)\vee(y=z))\\ &\iff ((x<_{\tiny S}y)\wedge((y<_{\tiny S}z)\vee(y=z)))\vee((x=y)\wedge((y<_{\tiny S}z)\vee(y=z)))\\ &\iff ((x<_{\tiny S}y)\wedge(y<_{\tiny S}z))\vee((x<_{\tiny S}y)\wedge(y=z))\\ &\phantom{asdfghjkl}\vee((x=y)\wedge (y<_{\tiny S}z))\vee((x=y)\wedge(y=z))\\ &\implies (x<_{\tiny S}z)\vee(x<_{\tiny S}z)\vee(x<_{\tiny S}z)\vee(x=y=z)\\ &\iff x\mathrel{R}z \end{aligned}\]so \(R\) is transitive. Therefore \(R\) is an order relation.
Hereafter, we will denote the strict order obtained from an order relation \(R\) by \(<_{\tiny R}\), and the order relation obtained from a strict order \(S\) by \(\leq_{\tiny S}\).
Remark In general, \(x\not\leq y\) does not imply \(x>y\). Let \(S=\left\{a,b\right\}\) and define the relation \(\leq\) on \(\mathcal{P}(S)\) as the inclusion relation between subsets. This is clearly an order relation. In this case, \(\left\{a\right\}\not\leq \left\{b\right\}\) but \(\left\{a\right\}>\left\{b\right\}\) also does not hold.
References
[Bou] N. Bourbaki, Theory of Sets. Elements of mathematics. Springer Berlin-Heidelberg, 2013.
[HJJ] K. Hrbacek, T.J. Jeck, and T. Jech. Introduction to Set Theory. Lecture Notes in Pure and Applied Mathematics. M. Dekker, 1978.
댓글남기기