$(X, \leq)$ is a lattice (order).
For all $ a,b,c \in X$, can you prove $$a \leq c \Leftrightarrow [a\lor(b\land c)] \leq [(a\lor b)\land c]?$$
As far as I have managed to do this:
(1)
Let: $[a\lor (b\land c)]\leq [(a\lor b)\land c]$
$a\leq [a\lor(b\land c)]\leq [(a\lor b)\land c] \leq c$
So: $a\leq c$
something that I found on my notes: for $(a,b,c)\in X$
$a\leq a\lor b$, and $b\leq a\lor b$
$a\leq b, c\leq b \Rightarrow a\lor c\leq b$
$(a\land b)\leq a,a\land b\leq b$
$(a\leq b, a\leq c)\Rightarrow a\leq b\land c$ by definition.