If, in a lattice, join and meet of $x$ and $y$ coincide, then $x=y$

132 Views Asked by At

Prove that in any lattice $(L,\leq)$ $$\forall x,y \in L ((x \wedge y = x\vee y) \Rightarrow (x = y)).$$

Could anyone give me an advice?

2

There are 2 best solutions below

0
On BEST ANSWER

Call $a=x\vee y$. $$\begin{cases}a=(x\wedge y)\le x\le (x\vee y)=a\\a=(x\wedge y)\le y\le (x\vee y)=a\end{cases}$$ So $x=a$ and $y=a$.

0
On

$$x=x\wedge(x\vee y)=x\wedge(x\wedge y)=x\wedge y=(x\wedge y)\wedge y=(x\vee y)\wedge y=y$$