Try these exercises to test your knowledge of lattices.

Distributivity

Does the lattice meet operator distribute over joins? In other words, for all lattices and all , is it necessarily true that ? Prove your answer.

Solution

The following counterexample shows that lattice meets do not necessarily distribute over joins.

A non-distributive lattice called as M3

In the above lattice, .

Common elements

Let be a lattice, and let and be two finite subsets of with a non-empty intersection. Prove that .

Solution

If and have a non-empty intersection, then there exists some lattice element such that and . Since is a lower bound of , we have . Since is an upper bound of , we have . By transitivity, we have .

Another inequality

Let be a lattice, and let and be two finite subsets of such that for all and , . Prove that .

Solution

Rephrasing the problem statement, we have that every element of is a lower bound of and that every element of is an upper bound of . It the follows that for , . Hence, is an upper bound of , and therefore it is greater than or equal to the least upper bound of : .

The minimax theorem

Let be a lattice and an matrix of elements of . Prove the following inequality: .

Solution

To get an intuitive feel for this theorem, it helps to first consider a small concrete instantiation. Consider the matrix depicted below, with elements , and . The inequality instantiates to . Why would this inequality hold?

Notice that each parenthesized expression on the left hand side of the inequality shares an element with each parenthesized expression on the right hand side of the inequality.This is true because the parenthesized expressions on the left hand side correspond to rows and the parenthesized expressions on the right hand side correspond to columns; each row of a matrix shares an element with each of its columns. The theorem proven in the Common elements exercise above then tells us that each parenthesized expression on the left hand side is less than or equal to each parenthesized expression on the right hand side.

Let and . Then the hypothesis for the theorem proven in the Another inequality exercise holds, giving us , which is exactly what we wanted to prove. Extending this approach to the general case is straightforward.