algebraic definition of a lattice
The parent entry (http://planetmath.org/Lattice) defines a lattice as a relational structure (a poset) satisfying the condition that every pair of elements has a supremum
and an infimum
. Alternatively and equivalently, a lattice can be a defined directly as an algebraic structure
with two binary operations
called meet and join satisfying the following conditions:
- •
(idempotency of and ): for each , ;
- •
(commutativity of and ): for every , and ;
- •
(associativity of and ): for every , and ; and
- •
(absorption): for every , and .
It is easy to see that this definition is equivalent to the one given in the parent, as follows: define a binary relation
on such that
Then is reflexive by the idempotency of . Next, if and , then , so is anti-symmetric. Finally, if and , then , and therefore . So is transitive
. This shows that is a partial order
on . For any , so that . Similarly, . If and , then . This shows that is the supremum of and . Similarly, is the infimum of and .
Conversely, if is defined as in the parent entry, then by defining
the four conditions above are satisfied. For example, let us show one of the absorption laws: . Let . Then so that , which precisely translates to . The remainder of the proof is left for the reader to try.