I've had minimal exposure to lattice theory but I must answer this question due to a project I'm working in. If anyone could answer this question in the simplest explanation possible with examples included then I'd highly appreciate it!
I looked up the definition of lattice: a poset in which every two elements have a unique sup and inf. Can someone give me an example of a poset?
What is the binary relation in a Boolean?
Sorry for asking these basic lattice theory questions. For someone who hasn't taken boolean algebra class, this stuff is pretty advanced and confusing! I don't really need rigorous proof!
I'm a bit confused by your question. Let's start from the beginning.
A poset is a partially ordered set, that is, a set $S$ and a binary relation $\leq \subseteq S \times S$ such that $\leq$ is reflexive, antisymmetric, and transitive.
Examples of posets:
A poset doesn't have to be a lattice, but can be, assuming that infima and suprema exist for every pair of elements in $S$. Infimum and supremum of $a,b$ is standardly denoted as $a \land b$ and $a \lor b$.
A lattice $(S,\leq)$ is called a Boolean lattice if:
$S$ being distributive implies that $a'$ is in fact unique for every $a \in S$.
This set of requirements coincidentally (or perhaps not coincidentally) exactly corresponds to the standard definitions of boolean logic, so we use Boolean lattices to "model" it.
To answer your question, the binary operation can be any partial order, assuming that it satisfies all the conditions for Boolean lattices.
To give you a good example, $(\mathcal{P}(S),\subseteq)$ is a boolean lattice for every finite set $S$.