Basics of lattices
1Introduction
The central idea of a
In a
For a
The words "larger" and "smaller" do not always mean ordinary numerical size. In an
2Terms and definitions
Let be a
A
A
A
A partially ordered set is a
Distinguish an
3Strategy
To check whether a partially ordered set is a
The existence of several upper bounds is not enough: their set may have no least element, in which case the join does not exist. In a calculation, first collect all common upper or lower bounds, and then look for the least or greatest element within that set.
data/lecture/math/discrete-math/partial-and-total-orders.lecture.n.md4Intuitive explanation
The
For
In a
5Examples
5.11. Powersets ordered by inclusion
For a set , the
Thus is a
5.22. Positive integers ordered by divisibility
For positive integers, define to mean that divides . In this order, is the
For example, for and , the upper bounds are common multiples of 6 and 10, and the least one is . Hence . The lower bounds are common divisors of 6 and 10, and the greatest one is . Hence .
6Worked example: finding join and meet in inclusion order
6.1Problem
Let , , and . Find and in .
6.2Explanation
In the
This is the smallest set containing both and .
The
This is the largest set contained in both and .
This example confirms that the abstract definition of a
7What changes and what is preserved
| Viewpoint | What changes | What is preserved |
|---|---|---|
| Looking at a | incomparable pairs are allowed | |
| Looking at a | every pair is required to have a join and a meet | the |
| Looking at a | the lattice structure given by union and intersection |
An
8Recognition criteria
- If every pair has a
least upper bound and a最小上界 さいしょうじょうかい greatest lower bound , the poset is a最大下界 さいだいかかい lattice .束 そく - In the
inclusion order , join is and meet is .包含順序 ほうがんじゅんじょ - In the
divisibility order , join is least common multiple and meet is greatest common divisor.整除順序 せいじょじゅんじょ - In a
total order , the larger of two elements is their join and the smaller is their meet.全順序関係 ぜんじゅんじょかんけい
To decide whether a poset is a
9Proof supplement: monotonicity of meet and join
In a
This means that meet and join preserve order.
First prove the statement for meet. The element is a lower bound of and , so and . Since , we also have . Hence is a lower bound of and . Because is the greatest lower bound of and , it follows that .
The join statement is proved