How to identify lattice in given hasse diagrams?

31.9k Views Asked by At

Consider the following Hasse diagrams.

enter image description here

enter image description here

and given here ,

enter image description here

Counter example on wiki :

enter image description here

Says " Non-lattice poset: b and c have common upper bounds d, e, and f, but none of them are the least upper bound."

But my question is : f is least upper bound, right?

Similarly,

enter image description here

Says"Non-lattice poset: a and b have common lower bounds 0, d, g, h, and i, but none of them are the greatest lower bound."

But my question is : 0 is greatest lower bound, right?


Can you explain lattice such that I can identify above lattices in hasse diagrams?

1

There are 1 best solutions below

5
On BEST ANSWER

For your first question, $f$ is not the least upper bound of $b$ and $c$: $b\le d$ and $c\le d$, so $d$ is an upper bound of $b$ and $c$, and $d<f$, so $f$ cannot be the least upper bound of $b$ and $c$. There is no upper bound of $b$ and $c$ that is smaller than $d$, but $d$ is still not the least upper bound, because we also have $b\le e$ and $c\le e$: $e$ is another upper bound of $b$ and $c$, and $d\not\le e$. Similarly, $e\not\le d$, so $e$ isn’t the least upper bound of $b$ and $c$, either. Thus, none of the three upper bounds ($d,e,f$) of $b$ and $c$ is the least upper bound, and therefor $b$ and $c$ have no least upper bound. This of course means that the partial order is not a lattice.

Similarly reasoning applies to your second question. The lower bounds of $a$ and $b$ are $0,d,g,h$, and $i$, but none of them is the greatest lower bound of $a$ and $b$. $0$ is not the greatest lower bound of $a$ and $b$, because $0<g$, so $g$ is a lower bound of $a$ and $b$ that is larger than $0$. Similarly, $g<d$, and $d$ is a lower bound of $a$ and $b$, so $g$ is not the greatest lower bound of $a$ and $b$. We also have $h<d$, so $h$ cannot be the greatest lower bound of $a$ and $b$. The only candidates remaining are $d$ and $i$. There is no lower bound of $a$ and $b$ that is larger than $d$, and there is no lower bound of $a$ and $b$ that is larger than $i$, but neither is the greatest lower bound of $a$ and $b$, because neither is larger than the other: $d\not\le i$, and $i\not\le d$.

In the first set of four Hasse diagrams, only (i) and (iv) are lattices. We just saw that (iii) is not, and (ii) fails for similar reasons. Here it is again, with the nodes labelled:

                     a  
                    / \  
                   b   c  
                   |\ /|  
                   | d |  
                   |   |  
                    \ /  
                     e

Can you see why $b$ and $c$ have no greatest lower bound, and why $d$ and $e$ have no least upper bound? List all lower bounds of $b$ and $c$; is one of them larger than all of the others? Similarly, list all upper bounds of $d$ and $e$; is one of them smaller than all of the others?

This also takes care of two of the three non-lattices in the second picture. The third one is the second Hasse diagram in the picture, with $f$ and $g$ at the top: $f$ and $g$ have no upper bound at all, let alone a least upper bound!