We have a poset $(X, \sqsubseteq)$, and we define operations $+$ and $\cdot$ by $x+y=inf(x, y)$ and $x\cdot y=sup(x, y)$ ($+$ can be seen as union in sets and $\cdot$ as intersection in sets).
The question is: show that $+$ and $\cdot$ satisfy the absorption property $x+(x\cdot y)=x$. There is a suggestion to first settle $\textit 0$ and $\textit 1$ and also make use of symmetry.
It has the following Hasse diagram:

My idea is that I should translate $x+(x\cdot y)=x$ to $inf$ and $sup$, like this:
$sup(1, inf(1, 0))=\\sup(1, 0)=\\1$
But to me, that feels like not proving that much. Also, I didn't make use of symmetry as was suggested.
How can I tackle this?