markdown
順序同型と整列順序md ed35d56
lecture/math/discrete-math/order-isomorphisms-and-well-orders.lecture.n.md
Download PDF

順序同型じゅんじょどうけい整列順序せいれつじゅんじょ

document_iddoc_3b2e7e9ebc2b309dd2996e3d0d36298dtitle順序同型と整列順序 講義type講義content_typelecturedate2026-07-14categorymathdescription順序構造を保つ写像、順序同型、鎖、反鎖、整列順序を説明し、順序を構造として見る視点を導入する。prerequisites半順序関係 / 全順序関係relateddata/lecture/math/discrete-math/discrete-mathematics-portal.lecture.n.md / data/lecture/math/discrete-math/partial-and-total-orders.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/lecture/math/discrete-math/injections-surjections-and-bijections.lecture.n.md / data/exercise/math/discrete-math/order-isomorphisms-and-boolean-algebras.exercise.n.md

半順序関係はんじゅんじょかんけいpartial orderまな目的もくてきは、大小だいしょう数値すうちだけでなく構造こうぞうとしてあつかうことである。そこで重要じゅうようになるのが、順序じゅんじょたも写像しゃぞうmapと、順序構造じゅんじょこうぞう本質的ほんしつてきおなじであることをあらわ順序同型じゅんじょどうけいorder isomorphismである。

順序同型じゅんじょどうけいorder isomorphismでは、げん名前なまえ表示ひょうじではなく、比較関係ひかくかんけいそのものがおなじかをる。整列順序せいれつじゅんじょwell-orderでは、全体ぜんたいだけでなく任意にんいからでない部分集合ぶぶんしゅうごう最小元さいしょうげんleast elementがあることまで要求ようきゅうする。

data/lecture/math/discrete-math/partial-and-total-orders.lecture.n.md

Order isomorphisms順序同型じゅんじょどうけい and well-orders整列順序せいれつじゅんじょ

The purpose of studying partial orders半順序関係はんじゅんじょかんけい is to treat size and comparison not only as numerical values, but also as structure. The important ideas here are maps写像しゃぞう that preserve order and order isomorphisms順序同型じゅんじょどうけい, which express that two order structures are essentially the same.

For an order isomorphism順序同型じゅんじょどうけい, look not at the names or representations of elements, but at whether the comparison relation itself is the same. For a well-order整列順序せいれつじゅんじょ, every nonempty subset部分集合ぶぶんしゅうごう, not just the whole set, is required to have a least element最小元さいしょうげん.

data/lecture/math/discrete-math/partial-and-total-orders.lecture.n.md

1順序じゅんじょたも写像しゃぞう

順序上じゅんじょじょう注意ちゅういとして、写像しゃぞうmap全単射ぜんたんしゃbijection正式せいしき講義こうぎあとにある。このページでは、写像しゃぞうを「かくげんさきを 1 つてる規則きそく」、全単射ぜんたんしゃを「かさなりもあまりもない対応たいおう」として使つかう。

半順序集合はんじゅんじょしゅうごうpartially ordered set P,Qたいして、写像しゃぞう f:PQ順序保存写像じゅんじょほぞんしゃぞうorder-preserving mapであるとは、

x[PARSE ERROR: Undefined("Command(\"le\")")]Pyf(x)[PARSE ERROR: Undefined("Command(\"le\")")]Qf(y)

任意にんいx,yP について成立せいりつすることである。

これは「比較ひかくできる関係かんけいこわさない」ことを意味いみする。ことなるげんことなるさきおく必要ひつようや、数値すうちとしての距離きょりたも必要ひつようはない。保存ほぞんするのは順序じゅんじょである。

1Order-preserving maps

Order note: the formal lectures on maps写像しゃぞう and bijections全単射ぜんたんしゃ appear later. On this page, use a map as a rule assigning one destination to each element, and use a bijection as a correspondence with neither overlaps nor leftovers.

For partially ordered sets半順序集合はんじゅんじょしゅうごう P,Q, a map写像しゃぞう f:PQ is an order-preserving map順序保存写像じゅんじょほぞんしゃぞう if, for every x,yP,

x[PARSE ERROR: Undefined("Command(\"le\")")]Pyf(x)[PARSE ERROR: Undefined("Command(\"le\")")]Qf(y).

This means that the map does not destroy comparable relationships. It does not have to preserve the names of elements or numerical distances. What it preserves is the order順序じゅんじょ.

2順序同型じゅんじょどうけい

写像しゃぞう f:PQ全単射ぜんたんしゃbijectionであり、さらに

x[PARSE ERROR: Undefined("Command(\"le\")")]Pyf(x)[PARSE ERROR: Undefined("Command(\"le\")")]Qf(y)

任意にんいx,yP についてたすとき、f順序同型じゅんじょどうけいorder isomorphismという。

順序同型じゅんじょどうけいorder isomorphismがあるとき、PQ順序構造じゅんじょこうぞうとしておなじである。げん名前なまえちがっても、どれがどれ以下いかかという情報じょうほう完全かんぜん対応たいおうする。

data/lecture/math/discrete-math/injections-surjections-and-bijections.lecture.n.md

2Order isomorphism

A map写像しゃぞう f:PQ is an order isomorphism順序同型じゅんじょどうけい if it is a bijection全単射ぜんたんしゃ and, for every x,yP,

x[PARSE ERROR: Undefined("Command(\"le\")")]Pyf(x)[PARSE ERROR: Undefined("Command(\"le\")")]Qf(y).

When an order isomorphism順序同型じゅんじょどうけい exists, P and Q are the same as order structures. Even if the element names are different, the information about which element is below which other element corresponds perfectly.

data/lecture/math/discrete-math/injections-surjections-and-bijections.lecture.n.md

3くさり反鎖はんくさり

くさりchainとは、任意にんいの 2 げん比較ひかく可能かのう部分集合ぶぶんしゅうごうsubsetである。反鎖はんくさりantichainとは、ことなる 2 げん比較ひかく不能ふのう部分集合ぶぶんしゅうごうsubsetである。

冪集合べきしゅうごうpower set [PARSE ERROR: Undefined("Command(\"mathcal\")")]P({1,2})包含ほうがん順序じゅんじょづけると、

[PARSE ERROR: Undefined("Command(\"varnothing\")")]{1}{1,2}

くさりchainである。一方いっぽう

{1},{2}

たがいに包含ほうがんしないので反鎖はんくさりantichainである。

くさりchainでは任意にんいの 2 げん比較可能ひかくかのうであり、反鎖はんくさりantichainではことなる 2 げん比較不能ひかくふのうである。部分集合ぶぶんしゅうごうとしてしたときの内部ないぶ比較ひかくだけをる。

3Chains and antichains

A chainくさり is a subset部分集合ぶぶんしゅうごう in which every two elements are comparable. An antichain反鎖はんくさり is a subset in which any two distinct elements are incomparable.

If the power set冪集合べきしゅうごう [PARSE ERROR: Undefined("Command(\"mathcal\")")]P({1,2}) is ordered by inclusion, then

[PARSE ERROR: Undefined("Command(\"varnothing\")")]{1}{1,2}

is a chainくさり. On the other hand,

{1},{2}

is an antichain反鎖はんくさり, because neither set contains the other.

In a chainくさり, every two elements are comparable. In an antichain反鎖はんくさり, any two distinct elements are incomparable. Only comparisons inside the chosen subset matter.

4整列順序せいれつじゅんじょ

全順序集合ぜんじゅんじょしゅうごうtotally ordered set P整列順序せいれつじゅんじょwell-orderであるとは、からでない任意にんい部分集合ぶぶんしゅうごうsubset最小元さいしょうげんleast elementつことである。

自然数しぜんすう全体ぜんたい N通常つうじょう大小だいしょう整列順序せいれつじゅんじょwell-orderである。一方いっぽう整数せいすう全体ぜんたい Z通常つうじょう大小だいしょう全順序集合ぜんじゅんじょしゅうごうtotally ordered setだが、整列順序せいれつじゅんじょwell-orderではない。なぜなら Z 自身じしん最小元さいしょうげんたないからである。

整列順序せいれつじゅんじょwell-order全順序ぜんじゅんじょtotal orderよりつよ条件じょうけんである。全体集合ぜんたいしゅうごう最小元さいしょうげんがあるだけではりず、どのからでない部分集合ぶぶんしゅうごうても最小元さいしょうげん必要ひつようである。

4Well-orders

A totally ordered set全順序集合ぜんじゅんじょしゅうごう P is a well-order整列順序せいれつじゅんじょ if every nonempty subset部分集合ぶぶんしゅうごう has a least element最小元さいしょうげん.

The natural numbers自然数しぜんすう N with the usual order are well-ordered. On the other hand, the integers整数せいすう Z with the usual order form a totally ordered set全順序集合ぜんじゅんじょしゅうごう, but not a well-order整列順序せいれつじゅんじょ, because Z itself has no least element.

A well-order整列順序せいれつじゅんじょ is a stronger condition than a total order全順序ぜんじゅんじょ. It is not enough for the whole set to have a least element; every nonempty subset must have a least element.

5なにえずにているか

順序保存写像じゅんじょほぞんしゃぞうorder-preserving mapは、順序じゅんじょきをたもつ。順序同型じゅんじょどうけいorder isomorphismは、比較可能性ひかくかのうせい最大元さいだいげんgreatest element最小元さいしょうげんleast element極大元きょくだいげんmaximal element極小元きょくしょうげんminimal elementくさりchain反鎖はんくさりantichainなど、ここまでに定義ていぎした順序的じゅんじょてき性質せいしつたもつ。

ぎゃくに、げん名前なまえ具体的ぐたいてき表示ひょうじ数値すうちとしての距離きょり保存対象ほぞんたいしょうではない。

たとえば f:PQ順序同型じゅんじょどうけいorder isomorphismで、gP最大元さいだいげんなら、任意にんいqQたいして f(p)=q となる pP存在そんざいし、p[PARSE ERROR: Undefined("Command(\"le\")")]Pg だから q=f(p)[PARSE ERROR: Undefined("Command(\"le\")")]Qf(g) である。したがって f(g)Q最大元さいだいげんである。

このあとそくlattice講義こうぎでは、上界じょうかいupper bound下界かかいlower boundむすjoinまじわりmeet定義ていぎし、これらも順序同型じゅんじょどうけい保存ほぞんされることをあつかう。

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

5What we are viewing without changing

An order-preserving map順序保存写像じゅんじょほぞんしゃぞう preserves the direction of order. An order isomorphism順序同型じゅんじょどうけい preserves properties defined so far purely from the order: comparability, greatest and least elements, maximal and minimal elements, chains, and antichains.

Conversely, element names, concrete representations, and numerical distances are not what is being preserved.

For example, if f:PQ is an order isomorphism順序同型じゅんじょどうけい and g is greatest in P, then for every qQ there is pP with f(p)=q, and p[PARSE ERROR: Undefined("Command(\"le\")")]Pg gives q=f(p)[PARSE ERROR: Undefined("Command(\"le\")")]Qf(g). Thus f(g) is greatest in Q.

The following lecture on latticesそく defines upper bounds上界じょうかい, lower bounds下界かかい, joinsむす, and meetsまじわり], and explains why these are also preserved by order isomorphisms.

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

6まとめ

順序同型じゅんじょどうけいorder isomorphismは、げん名前なまええても順序構造じゅんじょこうぞう本質的ほんしつてきおなじであることをあらわす。整列順序せいれつじゅんじょwell-orderは、任意にんいからでない部分集合ぶぶんしゅうごう最小元さいしょうげんがあるというつよ条件じょうけんで、帰納法きのうほう最小反例法さいしょうはんれいほうささえる。

7関連かんれんリンク

data/lecture/math/discrete-math/partial-and-total-orders.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/lecture/math/discrete-math/injections-surjections-and-bijections.lecture.n.md

6Summary

An order isomorphism順序同型じゅんじょどうけい says that two order structures remain essentially the same after renaming elements. A well-order整列順序せいれつじゅんじょ is the strong condition that every nonempty subset has a least element, supporting induction帰納法きのうほう and minimal-counterexample arguments.

7Related links

data/lecture/math/discrete-math/partial-and-total-orders.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/lecture/math/discrete-math/injections-surjections-and-bijections.lecture.n.md
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
タブを全て閉じる