1導入
有限な半順序集合では、任意の 2 元が比較できるとは限らない。そのため、一列に並べるよりも、上下関係を図として描くほうが構造が見えやすい。この講義ではHasse図を有限な場合に限って扱う。
極大元と最大元、極小元と最小元は混同しやすい。Hasse図を使うと、この違いを視覚的に理解できる。
このとき、比較不能な元が残りうることが重要である。Hasse図は全順序のようにすべてを横一列へ押し込むのではなく、比較できる部分だけを上下に見せる。
1Introduction
In a finite partially ordered set, not every two elements元げん have to be comparable. Therefore the structure is often easier to see by drawing vertical order information instead of forcing all elements into one line. This lecture treats Hasse diagramsHasse図ず only in the finite case.
The terms maximal element極大元きょくだいげん and greatest element最大元さいだいげん, and likewise minimal element極小元きょくしょうげん and least element最小元さいしょうげん, are easy to confuse. A Hasse diagram makes the difference visible.
Incomparable elements may remain. A Hasse diagram does not force every element into a total order; it displays only the comparisons that actually hold.
2用語ようごと定義ていぎ
半順序集合はんじゅんじょしゅうごうpartially ordered set (P,\le) と a,b\in P に対たいして、a<b とは a\le b かつ a\ne b を意味いみする。
a<b であり、かつ a<c<b となる c\in P が存在そんざいしないとき、b は a を被覆ひふくcoverするといい、a\prec b と書かく。Hasse図ずHasse diagramでは、この被覆関係ひふくかんけいcover relationだけを線せんで結むすび、小ちいさい元げんelementを下した、大おおきい元げんelementを上うえに置おく。
2Terms and definitions
For a partially ordered set半順序集合はんじゅんじょしゅうごう (P,\le) and a,b\in P, the notation a<b means a\le b and a\ne b.
If a<b and there is no c\in P such that a<c<b, then b covers被覆ひふく a, written a\prec b. In a Hasse diagramHasse図ず, only this cover relation被覆関係ひふくかんけい is drawn, smaller elements元げん are placed lower, and larger elements are placed higher.
3極大きょくだい・最大さいだい・極小きょくしょう・最小さいしょう
極大元きょくだいげんmaximal elementとは、自分じぶんより真しんに大おおきい元げんelementが存在そんざいしない元げんelementである。最大元さいだいげんgreatest elementとは、すべての x\in P について x\le m を満みたす m である。
極小元きょくしょうげんminimal elementとは、自分じぶんより真しんに小ちいさい元げんelementが存在そんざいしない元げんelementである。最小元さいしょうげんleast elementとは、すべての x\in P について m\le x を満みたす m である。
最大元さいだいげんgreatest elementと最小元さいしょうげんleast elementは、候補こうほがすべての元げんelementと比較ひかくできることまで要求ようきゅうする。これに対たいして極大元きょくだいげんmaximal elementと極小元きょくしょうげんminimal elementは、自分じぶんより上うえまたは下したへ進すすめないという局所的きょくしょてきな条件じょうけんである。
3Maximal, greatest, minimal, and least
A maximal element極大元きょくだいげん is an element元げん with no strictly larger element above it. A greatest element最大元さいだいげん is an element m such that x\le m for every x\in P.
A minimal element極小元きょくしょうげん is an element with no strictly smaller element below it. A least element最小元さいしょうげん is an element m such that m\le x for every x\in P.
A greatest or least element must be comparable with every element. Maximality and minimality are local conditions: they only say that one cannot move strictly upward or downward from the given element.
4方針ほうしん
有限半順序集合ゆうげんはんじゅんじょしゅうごうfinite partially ordered setのHasse図ずHasse diagramを作つくるときは、すべての比較関係ひかくかんけいcomparison relationを線せんで描かかない。推移性すいいせいtransitivityから分わかる線せんを省略しょうりゃくし、被覆関係ひふくかんけいcover relationだけを残のこす。
この有限ゆうげんな場合ばあいには、x<y なら x から y まで被覆関係ひふくかんけいを有限回ゆうげんかい辿たどれる。実際じっさい、x\le z\le y を満みたす元げんの有限集合ゆうげんしゅうごうから、x と y を結むすぶこれ以上いじょう挿入そうにゅうできない鎖くさりを選えらぶと、隣となり合あう 2 元げんの間あいだには中間元ちゅうかんげんがなく、各段階かくだんかいが被覆関係ひふくかんけいになる。したがって上向うわむきの道みちから元もとの比較ひかくを復元ふくげんできる。無限半順序集合むげんはんじゅんじょしゅうごうでは、追加条件ついかじょうけんなしに被覆関係ひふくかんけいだけから順序全体じゅんじょぜんたいを復元ふくげんできるとは限かぎらない。
被覆関係ひふくかんけいcover relationとは、x<y で、x<z<y となる中間ちゅうかんの元げんelementがない関係かんけいである。図ずではこの線せんだけを描えがき、上向うわむきの道みちをたどることで省略しょうりゃくした比較ひかくを復元ふくげんする。
data/lecture/math/discrete-math/partial-and-total-orders.lecture.n.md
4Method
When drawing a Hasse diagramHasse図ず of a finite partially ordered set有限半順序集合ゆうげんはんじゅんじょしゅうごう, do not draw every comparison relation比較関係ひかくかんけい. Omit the lines forced by transitivity推移性すいいせい and keep only the cover relations被覆関係ひふくかんけい.
In the finite case, if x<y, a finite chain of cover relations leads from x to y. Indeed, in the finite interval of elements z satisfying x\le z\le y, choose a chain from x to y into which no further element can be inserted. Consecutive elements have no intermediate element, so each step is a cover. Thus upward paths recover every omitted comparison. For an infinite partially ordered set, cover edges need not determine the whole order without additional hypotheses.
A cover relation has x<y with no intermediate element z satisfying x<z<y. Drawing only these edges and following upward paths recovers the finite order.
data/lecture/math/discrete-math/partial-and-total-orders.lecture.n.md
5直感的ちょっかんてきな説明せつめい
最大元さいだいげんgreatest elementは全員ぜんいんの上うえにいる 1 つの元げんelementである。一方いっぽう、極大元きょくだいげんmaximal elementは、自分じぶんより上うえに行いけない元げんelementである。したがって、極大元きょくだいげんmaximal elementは複数ふくすう存在そんざいしうるが、最大元さいだいげんgreatest elementが存在そんざいするなら一意いちいである。
下側したがわも同様どうようである。最小元さいしょうげんleast elementは全員ぜんいんの下したにいる 1 つの元げんelementであり、極小元きょくしょうげんminimal elementは自分じぶんより下したに行いけない元げんelementである。
最大元さいだいげんgreatest elementが存在そんざいすれば一意いちいだが、極大元きょくだいげんmaximal elementは複数ふくすうあってよい。さらに、上うえへ行いけない元げんelementがあっても、比較不能ひかくふのうな別べつの元げんelementがあるなら、それは全員ぜんいんの上うえにいるとは言いえない。
5Intuitive explanation
A greatest element最大元さいだいげん is one element元げん above every element. A maximal element極大元きょくだいげん is an element from which you cannot move upward. Thus there may be several maximal elements, but if a greatest element exists, it is unique.
The lower side is analogous. A least element最小元さいしょうげん is one element below every element, while a minimal element極小元きょくしょうげん is an element from which you cannot move downward.
A maximal element need not be greatest: if it is incomparable with another element, it is not above every element.
6例題れいだい:極大元きょくだいげんmaximal elementと最大元さいだいげんgreatest element
6.1問題もんだい
P=\{\{1\},\{2\},\{1,2\},\{1,3\}\} を包含ほうがんinclusion \subseteq で順序じゅんじょづける。被覆関係ひふくかんけいを列挙れっきょしてHasse図ずHasse diagramの層そうを示しめし、極大元きょくだいげんmaximal element・最大元さいだいげんgreatest element・極小元きょくしょうげんminimal element・最小元さいしょうげんleast elementを求もとめよ。
6Worked example: maximal elements極大元きょくだいげん and greatest elements最大元さいだいげん
6.1Problem
Order P=\{\{1\},\{2\},\{1,2\},\{1,3\}\} by inclusion包含ほうがん \subseteq. List the cover relations, describe the layers of its Hasse diagramHasse図ず, and find its maximal, greatest, minimal, and least elements.
6.2解説かいせつ
被覆関係ひふくかんけいは
\{1\}\prec\{1,2\},\qquad
\{1\}\prec\{1,3\},\qquad
\{2\}\prec\{1,2\}
の 3 本ぼんである。したがってHasse図ずHasse diagramでは下したの層そうに \{1\},\{2\}、上うえの層そうに \{1,2\},\{1,3\} を置おき、この 3 組くみだけを線せんで結むすぶ。\{1,2\} と \{1,3\} は互たがいに相手あいてを含ふくまないため、比較ひかくできない。
\{1,2\} より真しんに大おおきい元げんelementは P の中なかに存在そんざいしない。同様どうように \{1,3\} より真しんに大おおきい元げんelementも存在そんざいしない。したがって極大元きょくだいげんmaximal elementは \{1,2\} と \{1,3\} である。
最大元さいだいげんgreatest elementは全すべての元げんelementを含ふくむ元げんelementでなければならない。\{1,2\} は \{1,3\} を含ふくまず、\{1,3\} は \{1,2\} を含ふくまない。したがって最大元さいだいげんgreatest elementは存在そんざいしない。
下したの層そうにある \{1\} と \{2\} より真しんに小ちいさい元げんはないので、これらが極小元きょくしょうげんminimal elementである。2 つは比較不能ひかくふのうなので、すべての元げんの下したにある最小元さいしょうげんleast elementは存在そんざいしない。
6.2Explanation
The cover relations are
\{1\}\prec\{1,2\},\qquad
\{1\}\prec\{1,3\},\qquad
\{2\}\prec\{1,2\}.
Thus the lower layer of the Hasse diagram contains \{1\},\{2\}, the upper layer contains \{1,2\},\{1,3\}, and only these three pairs are joined. The two upper elements are incomparable.
There is no element元げん of P strictly larger than \{1,2\}, and likewise none strictly larger than \{1,3\}. Therefore the maximal elements極大元きょくだいげん are \{1,2\} and \{1,3\}.
A greatest element最大元さいだいげん would have to contain every element of P. Since \{1,2\} does not contain \{1,3\} and \{1,3\} does not contain \{1,2\}, no greatest element exists.
The lower elements \{1\} and \{2\} have no strictly smaller elements, so they are the minimal elements. Since they are incomparable, no least element exists.