I'm trying to prove the following,
Suppose R is a partial order on $A$, $B\subseteq A$, and $b\in B$.
Prove that if $b$ is the smallest element of $B$, then it is also the greatest lower bound of $B$.
My givens and goals so far are:
Givens
$b$ is the smallest element of $B$
Goals $$ (x\in A) \land (\forall y \in B (xRy) \land (\forall z \in A (\forall w \in B (zRw))\rightarrow xRz) $$ I don't know how to proceed from here. Could someone help me with this?
Thanks.