Prove that any non-empty finite subset $\{x_1,x_2,...,x_k\}$ of $B$ has a g.l.b and l.u.b in $B$ where $(B,\leq)$ forms a lattice, i.e.
- $(B, \leq)$ is a partially ordered set
- Any two elements $x, y\in B$ have a g.l.b(greatest lower bound) $x \land y$ and an l.u.b(least upper bound) $x \lor y$
I've been thinking of induction, but I'm not sure that it'd work since we only have a partial order on $B$. Nevertheless,
- Base case: Only one element, which is the g.l.b and l.u.b both
- Induction hypothesis: Let's say the statement holds for sets of size $n-1$ and less
- Consider a set of size $n$, namely $\{x_1, x_2,...,x_n\}$. $\{x_1, x_2,...,x_{n-1}\} \subset \{x_1, x_2,...,x_n\}$ has a g.l.b (say $x_g$) and an l.u.b (say $x_l$) in $\{x_1, x_2,...,x_{n-1}\}$. All that remains to be shown is that g.l.b($x_1,...,x_n$) = g.l.b($x_g,x_n$). Similarly for l.u.b.
I'm not sure how to proceed from here!
We proceed by induction on $k$.
Similarly for l.u.b!