markdown
Partial orders and total ordersmd 7f83048
lecture/math/discrete-math/partial-and-total-orders.lecture.n.md
Download PDF

Partial orders半順序関係はんじゅんじょかんけい and total orders全順序関係ぜんじゅんじょかんけい

date2026-07-14document_iddoc_55e8b1de77e70a0bdd7c429ff08deb1bdescription半順序関係と全順序関係を、比較可能性をどこまで要求するかの違いとして整理し、包含順序、整除順序、通常の大小を対比する講義である。prerequisites関係の基本 / 集合演算と包含関係type講義content_typelecturestatusactiverelateddata/lecture/math/discrete-math/discrete-mathematics-portal.lecture.n.md / data/lecture/math/discrete-math/relation-basics.lecture.n.md / data/lecture/math/discrete-math/power-set-basics.lecture.n.md / data/lecture/math/discrete-math/hasse-diagrams-and-maximal-minimal-elements.lecture.n.md / data/lecture/math/discrete-math/lattice-basics.lecture.n.md / data/exercise/math/discrete-math/order-relations-and-lattices.exercise.n.md
mathdiscrete-mathpartial-ordertotal-orderlecture

1Introduction

For an order relation順序関係じゅんじょかんけい, the first point is to separate what it means for two objects to be comparable. In ordinary numerical order, any two numbers can usually be compared. In inclusion包含ほうがん of sets or divisibility整除せいじょ of integers, two objects need not be comparable.

This distinction leads to partial orders半順序関係はんじゅんじょかんけい and total orders全順序関係ぜんじゅんじょかんけい. A partial order compares the pairs that the structure allows us to compare. A total order requires every pair of elements to be comparable.

2Terms and definitions

A binary relation二項関係にこうかんけい [PARSE ERROR: Undefined("Command(\"le\")")] on a set集合しゅうごう P is a partial order半順序関係はんじゅんじょかんけい if it satisfies the following three conditions for arbitrary a,b,cP.

ConditionFormulaMeaning
Reflexivity反射性はんしゃせいa[PARSE ERROR: Undefined("Command(\"le\")")]aeach element is below itself
Antisymmetry反対称性はんたいしょうせいa[PARSE ERROR: Undefined("Command(\"le\")")]b,b[PARSE ERROR: Undefined("Command(\"le\")")]aa=bmutual comparison forces equality
Transitivity推移性すいいせいa[PARSE ERROR: Undefined("Command(\"le\")")]b,b[PARSE ERROR: Undefined("Command(\"le\")")]ca[PARSE ERROR: Undefined("Command(\"le\")")]cthe order can be relayed through an intermediate element

If a[PARSE ERROR: Undefined("Command(\"le\")")]b or b[PARSE ERROR: Undefined("Command(\"le\")")]a holds, then a and b are comparable比較可能ひかくかのう. If every two elements of a partially ordered set半順序集合はんじゅんじょしゅうごう are comparable, the order is a total order全順序関係ぜんじゅんじょかんけい.

3Method

To prove that a relation is a partial order半順序関係はんじゅんじょかんけい, check reflexivity, antisymmetry, and transitivity separately. These three checks are the partial-order part.

After that, check whether every pair of elements is comparable. If yes, the order is total. If not, it remains a partial order but is not total.

data/lecture/math/discrete-math/relation-basics.lecture.n.md

4Intuitive explanation

A total order全順序関係ぜんじゅんじょかんけい is an order that can be placed in one line. The usual order [PARSE ERROR: Undefined("Command(\"le\")")] on real numbers is total because, for any a,b, either a[PARSE ERROR: Undefined("Command(\"le\")")]b or b[PARSE ERROR: Undefined("Command(\"le\")")]a.

A partial order半順序関係はんじゅんじょかんけい allows branching. The sets {1,2} and {1,3} are not comparable by inclusion, because neither contains the other. However, {1}{1,2} is comparable. Thus inclusion is a partial order, but not usually a total order.

5Representative examples

5.11. Inclusion order on a power set

On [PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A), define B[PARSE ERROR: Undefined("Command(\"le\")")]C by BC. This is a partial order半順序関係はんじゅんじょかんけい. Reflexivity is BB; antisymmetry is the fact that BC and CB imply B=C; transitivity is the fact that BC and CD imply BD.

It is not usually total. If A={1,2,3}, the sets {1,2} and {1,3} are not comparable.

data/lecture/math/discrete-math/power-set-basics.lecture.n.md

5.22. Divisibility order on positive integers

On the positive integers, define a[PARSE ERROR: Undefined("Command(\"le\")")]b to mean that a divides b. This is a partial order半順序関係はんじゅんじょかんけい. But 2 and 3 do not divide each other, so they are not comparable. Therefore divisibility is not a total order.

5.33. Usual numerical order

The usual order [PARSE ERROR: Undefined("Command(\"le\")")] on R is a total order全順序関係ぜんじゅんじょかんけい because for all a,bR, either a[PARSE ERROR: Undefined("Command(\"le\")")]b or b[PARSE ERROR: Undefined("Command(\"le\")")]a.

6Worked example: partial but not total

6.1Problem

Let A={1,2,3}, and define an order on [PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A) by

B[PARSE ERROR: Undefined("Command(\"le\")")]CBC.

Show that this is a partial order半順序関係はんじゅんじょかんけい but not a total order全順序関係ぜんじゅんじょかんけい.

6.2Explanation

Reflexivity holds because BB for every B[PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A).

Antisymmetry holds because BC and CB imply B=C by extensionality外延性がいえんせい of sets.

Transitivity holds because BC and CD imply BD. Thus inclusion on [PARSE ERROR: Undefined("Command(\"mathcal\")")]P(A) is a partial order.

However, {1,2} and {1,3} are not comparable because neither contains the other. Hence the order is not total.

7Recognition criteria

  • If the comparison relation satisfies reflexivity反射性はんしゃせい, antisymmetry反対称性はんたいしょうせい, and transitivity推移性すいいせい, suspect a partial order半順序関係はんじゅんじょかんけい.
  • If every two elementsげん are comparable, the order is a total order全順序関係ぜんじゅんじょかんけい.
  • A single incomparable pair is enough to show that an order is not a total order全順序関係ぜんじゅんじょかんけい.
  • Do not confuse an equivalence relation同値関係どうちかんけい with an order relation. Equivalence relations use symmetry対称性たいしょうせい, while order relations use antisymmetry反対称性はんたいしょうせい.

An incomparable pair disproves totality, not the partial-order axioms. For antisymmetry, instead look for two distinct elements related in both directions.

8Proof supplement: restricting an order to a subset preserves the order

Let (X,[PARSE ERROR: Undefined("Command(\"le\")")]) be a partially ordered set半順序集合はんじゅんじょしゅうごう, and let YX. Define a relation on Y by

y1[PARSE ERROR: Undefined("Command(\"le\")")]Yy2y1[PARSE ERROR: Undefined("Command(\"le\")")]y2.

Then (Y,[PARSE ERROR: Undefined("Command(\"le\")")]Y) is also a partially ordered set半順序集合はんじゅんじょしゅうごう.

Reflexivity反射性はんしゃせい follows because every yY is also an element of X, so y[PARSE ERROR: Undefined("Command(\"le\")")]y holds in X. Antisymmetry反対称性はんたいしょうせい follows because y1[PARSE ERROR: Undefined("Command(\"le\")")]Yy2 and y2[PARSE ERROR: Undefined("Command(\"le\")")]Yy1 mean y1[PARSE ERROR: Undefined("Command(\"le\")")]y2 and y2[PARSE ERROR: Undefined("Command(\"le\")")]y1 in X, hence y1=y2. Transitivity推移性すいいせい is inherited in the same way from X.

Furthermore, if (X,[PARSE ERROR: Undefined("Command(\"le\")")]) is a totally ordered set全順序集合ぜんじゅんじょしゅうごう, then (Y,[PARSE ERROR: Undefined("Command(\"le\")")]Y) is also totally ordered, because any two elements of Y are also elements of X and are therefore comparable.

This proof shows that restricting an order to a smaller set集合しゅうごう does not break the order axioms.

raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる