부분순서 집합
Definition 1
- A relation on a set is called a partial order if it is reflexive, transitive, and antisymmetric, and is referred to as a partially ordered set. In other words, that is a partially ordered set means that for all elements , the following holds:
- Given a partially ordered set , if for all either or holds, then is called a total order on , and is called a totally ordered set.
Explanation
A partial order (set) can also be translated as a quasi-order (set). The notation is also used for partial orders.
In the definition, is merely a symbol and does not necessarily need to be an inequality comparing sizes. While inequalities or subset relations can be partial orders, the converse is not true. For example, in the alphabet, ‘a’ follows ‘b’, and simply using symbols, it can be represented as , without issue. In computer science, ‘a’ corresponds to ASCII code and ‘b’ to ASCII code , and the order between characters can also be represented by the binary relations of these ASCII codes.
In fact, a totally ordered set is something that anyone with an elementary education might naturally think of, and it might be more difficult to immediately think of a non-totally ordered set. A good example of a totally ordered set is the set of natural numbers , and this is similarly true for the set of integers , the set of rationals , and the set of real numbers . However, when we reach the set of complex numbers , there is no natural order that is immediately defined.
Defining a partial order before defining a total order is mathematically much more natural. Consider the following five sets, and think about the subset relation of these sets to confirm the following relationships: Visually, one can confirm this complex structure at a glance.
Or, consider another example with the following six sets: The visual representation is as follows:
In truth, such nonlinear forms are natural relationships that can often be found in our daily lives. Upon reflection, a relationship where everything is entirely linearly related might actually seem unusual. Even the set of natural numbers , according to von Neumann’s construction, is somewhat removed from the expression ‘intuitive’. Therefore, it might be more convenient to refer to a total order simply as a relationship where a partial order is defined linearly over the entire set.
이흥천 역, You-Feng Lin. (2011). 집합론(Set Theory: An Intuitive Approach): p289. ↩︎