Show $x \leq y$ iff $y^c \leq x^c$ where $x,y$ are elements of a lattice $(B,\leq,\lor, \land)$. $(B,\leq)$ is a partially ordered set, and $\lor$ and $\land$ refer to the l.u.b and g.l.b operations respectively.
I started off with the definition of the complement $^c$, which is:
- $x \land x^c = 0$
- $x \lor x^c = 1$
Then, assuming $x \leq y$, I am trying to show $y^c \leq x^c$ - or equivalently, $x^c \leq y^c$ will result in a contradiction. However, I'm unable to proceed. Could someone please help?

If $x \leq y$, we know that $x \land y = x$ and $x \lor y = y$. Also, from De-morgan's laws we know that $(x \land y)^c = x^c \lor y^c$ and $(x \lor y)^c = x^c \land y^c$.
To show $y^c \leq x^c$, we see that:
Similarly, starting with $y^c \leq x^c$, we can show $x \leq y$, which completes the proof.