[summary: Let ⟨P,≤⟩ be a poset, and let S⊆P. The join of S in P, denoted by ⋁PS, is an element p∈P satisfying the following two properties:
- p is an upper bound of S; that is, for all s∈S, s≤p.
- For all upper bounds q of S in P, p≤q.
⋁PS does not necessarily exist, but if it does then it is unique. The notation ⋁S is typically used instead of ⋁PS when P is clear from context. Joins are often called least upper bounds or supremums. For a,b in P, the join of {a,b} in P is denoted by a∨Pb, or a∨b when P is clear from context. Meets are greatest lower bounds, and are related to joins by duality. ]
Let ⟨P,≤⟩ be a Partially ordered set, and let S⊆P. The join of S in P, denoted by ⋁PS, is an element p∈P satisfying the following two properties:
- p is an upper bound of S; that is, for all s∈S, s≤p.
- For all upper bounds q of S in P, p≤q.
⋁PS does not necessarily exist, but if it does then it is unique. The notation ⋁S is typically used instead of ⋁PS when P is clear from context. Joins are often called least upper bounds or supremums. For a,b in P, the join of {a,b} in P is denoted by a∨Pb, or a∨b when P is clear from context.
The dual concept of the join is that of the meet. The meet of S in P, denoted by ⋀PS, is defined an element p∈P satisfying.
- p is a lower bound of S; that is, for all s in S, p≤s.
- For all lower bounds q of S in P, q≤p.
Meets are also called infimums, or greatest lower bounds. The notations ⋀S, p∧Pq, and p∧q are all have meanings that are completely analogous to the aforementioned notations for joins.
Basic example
The above Hasse diagram represents a poset with elements a, b, c, and d. ⋁{a,b} does not exist because the set {a,b} has no upper bounds. ⋁{c,d} does not exist for a different reason: although {c,d} has upper bounds a and b, these upper bounds are incomparable, and so {c,d} has no least upper bound. There do exist subsets of this poset which possess joins; for example, a∨c=a, ⋁{b,c,d}=b, and ⋁{c}=c.
Now for some examples of meets. ⋀{a,b,c,d} does not exist because c and d have no common lower bounds. However, ⋀{a,b,d}=d and a∧c=c.
Comments
Nate Soares
Examples?