Looking for example of an order homomorphism that doesn't preserve joins.

394 Views Asked by At

I know that not every order homomorphism preserves joins. But, I can't think of an example!

Both minimal examples and 'natural' examples welcome.

1

There are 1 best solutions below

2
On BEST ANSWER

Let $S$ be the poset

                                                                   enter image description here

and let $T$ be the poset

                                                                   enter image description here

Then the map $\phi:S\to T$ defined by $$\phi(a)=y,\quad \phi(b)=z,\quad\phi(c)=w$$ is an order homomorphism, but $$\phi(a\vee b)=\phi(c)=w\neq x=\phi(a)\vee\phi(b).$$