Partial order approach Let A be a set with a
partial order \,\leq,\, and let x, y \in A. An element m of A is called the '
(or or ') of x \text{ and } y and is denoted by x \wedge y, if the following two conditions are satisfied: • m \leq x \text{ and } m \leq y (that is, m is a
lower bound of x \text{ and } y). • For any w \in A, if w \leq x \text{ and } w \leq y, then w \leq m (that is, m is greater than or equal to any other lower bound of x \text{ and } y). The meet need not exist, either since the pair has no lower bound at all, or since none of the lower bounds is greater than all the others. However, if there is a meet of x \text{ and } y, then it is unique, since if both m \text{ and } m^{\prime} are greatest lower bounds of x \text{ and } y, then m \leq m^{\prime} \text{ and } m^{\prime} \leq m, and thus m = m^{\prime}. If not all pairs of elements from A have a meet, then the meet can still be seen as a
partial binary operation on A. If the meet does exist then it is denoted x \wedge y. If all pairs of elements from A have a meet, then the meet is a
binary operation on A, and it is easy to see that this operation fulfills the following three conditions: For any elements x, y, z \in A, x \wedge y = y \wedge x (
commutativity), x \wedge (y \wedge z) = (x \wedge y) \wedge z (
associativity), and x \wedge x = x (
idempotency). Joins are defined
dually with the join of x \text{ and } y, if it exists, denoted by x \vee y. An element j of A is the '
(or or ') of x \text{ and } y in A if the following two conditions are satisfied: • x \leq j \text{ and } y \leq j (that is, j is an
upper bound of x \text{ and } y). • For any w \in A, if x \leq w \text{ and } y \leq w, then j \leq w (that is, j is less than or equal to any other upper bound of x \text{ and } y).
Universal algebra approach By definition, a
binary operation \,\wedge\, on a set A is a if it satisfies the three conditions
a,
b, and
c. The pair (A, \wedge) is then a
meet-semilattice. Moreover, we then may define a
binary relation \,\leq\, on
A, by stating that x \leq y if and only if x \wedge y = x. In fact, this relation is a
partial order on A. Indeed, for any elements x, y, z \in A, • x \leq x, since x \wedge x = x by
c; • if x \leq y \text{ and } y \leq x then x = x \wedge y = y \wedge x = y by
a; and • if x \leq y \text{ and } y \leq z then x \leq z since then x \wedge z = (x \wedge y) \wedge z = x \wedge (y \wedge z) = x \wedge y = x by
b. Both meets and joins equally satisfy this definition: a couple of associated meet and join operations yield partial orders which are the reverse of each other. When choosing one of these orders as the main ones, one also fixes which operation is considered a meet (the one giving the same order) and which is considered a join (the other one).
Equivalence of approaches If (A, \leq) is a
partially ordered set, such that each pair of elements in A has a meet, then indeed x \wedge y = x if and only if x \leq y, since in the latter case indeed x is a lower bound of x \text{ and } y, and since x is the lower bound if and only if it is a lower bound. Thus, the partial order defined by the meet in the universal algebra approach coincides with the original partial order. Conversely, if (A, \wedge) is a
meet-semilattice, and the partial order \,\leq\, is defined as in the universal algebra approach, and z = x \wedge y for some elements x, y \in A, then z is the greatest lower bound of x \text{ and } y with respect to \,\leq,\, since z \wedge x = x \wedge z = x \wedge (x \wedge y) = (x \wedge x) \wedge y = x \wedge y = z and therefore z \leq x. Similarly, z \leq y, and if w is another lower bound of x \text{ and } y, then w \wedge x = w \wedge y = w, whence w \wedge z = w \wedge (x \wedge y) = (w \wedge x) \wedge y = w \wedge y = w. Thus, there is a meet defined by the partial order defined by the original meet, and the two meets coincide. In other words, the two approaches yield essentially equivalent concepts, a set equipped with both a binary relation and a binary operation, such that each one of these structures determines the other, and fulfill the conditions for partial orders or meets, respectively. ==Meets of general subsets==