Questions: Lattices and Boolean Lattices

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Which of the following best describes what makes a poset a lattice?

AEvery element has a unique predecessor and a unique successor
BEvery pair of elements has a least upper bound (join) and a greatest lower bound (meet)
CThe poset is finite and has both a top element and a bottom element
DThe partial order is total — every pair of elements is comparable
Question 2 Multiple Choice

In a Boolean lattice of all subsets of {1, 2, 3}, what is the meet of {1, 2} and {2, 3}?

A{1, 2, 3} — their union, the least set containing both
B{1, 3} — the elements not shared by both sets
C{2} — their intersection, the greatest set contained in both
D∅ — the bottom element of any Boolean lattice
Question 3 True / False

In a lattice, the join and meet of two elements must themselves be elements of the lattice — they cannot be external values.

TTrue
FFalse
Question 4 True / False

The join operation in a Boolean lattice corresponds to union of sets, and the meet corresponds to intersection.

TTrue
FFalse
Question 5 Short Answer

In the divisibility poset on positive integers, explain what join and meet represent and why this poset is a lattice.

Think about your answer, then reveal below.