집합론
Definition of Order Relations
Definitions and properties of order relations
This post was machine-translated from the Korean original by Marvin (via Kimi). It may contain errors or awkward phrasing — the Korean original is the source of truth.
Order Relations
Definition 1 A binary relation \(R\) is said to be anti-symmetric if
whenever \(x\mathrel{R}y\) and \(y\mathrel{R}x\), then \(x=y\)
always holds.
Then order relations are defined as follows.
Definition 2 A binary relation \((R,A,A)\) is called an order relation if \(R\) is reflexive, transitive, and anti-symmetric.
In this case, we say that \(A\) is ordered by \(R\), and we often call \(A\) an ordered set. Also, as with 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 equipped with an additional relation \(\leq\), when we consider functions between such sets we usually focus on those that also 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 we call \(f\) an order isomorphism.
Henceforth, when we speak of an isomorphism between ordered sets, we shall always mean an order isomorphism.
We can do for order relations something analogous to §Equivalence Relations, ⁋Proposition 3.
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
That the first condition is equivalent to transitivity was already shown in the proof of §Equivalence Relations, ⁋Proposition 3. That the second condition combines reflexivity and antisymmetry can also be easily seen.
Preorder Relations
First let us look at 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 derive 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, unless \(f\) is injective, \(\preceq\) does not generally satisfy antisymmetry.
Therefore, we drop the antisymmetry condition and define the following.
Definition 7 A reflexive and transitive relation \(R\) is called a preorder relation.
If \(R\) is a preorder relation we sometimes write it as \(\preceq_{\tiny R}\), but since preorders share many properties with order relations, the same symbol \(\leq_{\tiny R}\) is also commonly used. We too shall use \(\leq_{\tiny R}\) unless there is a special reason not to.
To understand the properties of preorder relations, we must examine more closely the property of antisymmetry: it holds for order relations but fails for preorders. If a relation \(R\) were an order relation, antisymmetry would mean \((x\leq_{\tiny R}y)\wedge(y\leq_{\tiny R}x)\implies x=y\). We have seen that this fails for preorders, but the following proposition shows that a generalized equality—namely, an equivalence relation—plays the same role instead.
Proposition 8 Let \(R\) be a preorder relation. Then the relation
Proof
Let the above relation be \(S\). We must show that \(S\) is reflexive, symmetric, and transitive. First, reflexivity is obvious: since \(R\) is a preorder, \(x\mathrel{R}x\) holds for every \(x\). Next, for arbitrary \(x\), \(y\), suppose \(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 therefore \(S\) is an equivalence relation.
Strict Orders
Given an order relation \(\leq\), let \(<\) be the relation defined by
Definition 9 A relation \(R\) is said to be 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
But this can be rewritten as
\[((x\leq_{\tiny R}y)\wedge(y\leq_{\tiny R}x))\wedge(x\neq y)\]By the antisymmetry of \(R\) this becomes \((x=y)\wedge(x\neq y)\), which is always false; hence if \(x\mathrel{S}y\) then \(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 necessarily \(x=y\). 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.
Henceforth, we shall write the strict order obtained from an order relation \(R\) as \(<_{\tiny R}\), and the order relation obtained from a strict order \(S\) as \(\leq_{\tiny S}\).
Remark 11 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)\) to be the inclusion relation between subsets. Then this is obviously an order relation. Here, \(\left\{a\right\}\not\leq\left\{b\right\}\), but \(\left\{a\right\}>\left\{b\right\}\) does not hold either.
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.
댓글남기기