A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Lattices and Boolean Lattices

College Depth 74 in the knowledge graph I know this Set as goal
329prerequisites beneath it
See this on the map →
Partially Ordered Sets and Hasse DiagramsBoolean Algebra
discrete-structures lattices boolean-algebra

Core Idea

A lattice is a poset where every two elements have a unique least upper bound (join) and greatest lower bound (meet). Boolean lattices are lattices of all subsets of a set under inclusion. Lattices provide a unified framework for order-theoretic and algebraic structures.

Explainer

You've already worked with posets (partially ordered sets) and their Hasse diagrams — structures where elements are related by a partial order ≤ that is reflexive, antisymmetric, and transitive. A lattice adds one more requirement: every pair of elements must have both a well-defined "best common upper bound" and a "best common lower bound." Not every poset satisfies this; lattices are the better-behaved ones.

Given two elements a and b in a lattice, the join a ∨ b is the least upper bound — the smallest element that is ≥ both a and b. The meet a ∧ b is the greatest lower bound — the largest element that is ≤ both. In the divisibility poset on positive integers (where a ≤ b means a | b), the join of 4 and 6 is lcm(4, 6) = 12, and the meet is gcd(4, 6) = 2. This poset is a lattice, and you already know the operations — you've just been calling them lcm and gcd rather than join and meet.

Boolean lattices are the cleanest example: take all subsets of a fixed set S = {1, 2, …, n}, ordered by inclusion ⊆. The join of two subsets is their union (∪), the meet is their intersection (∩), and the Hasse diagram for n = 3 forms a cube-like structure with ∅ at the bottom and S at the top. Every Boolean lattice satisfies the distributive law: a ∧ (b ∨ c) = (a ∧ b) ∨ (a ∧ c). This mirrors the Boolean algebra you may know from logic — where AND distributes over OR — because Boolean algebra is precisely the algebra of Boolean lattices.

Lattices appear throughout mathematics and computer science: in logic (formulas ordered by implication form a lattice), in algebra (subgroups of a group form a lattice under inclusion), in type systems (where types are partially ordered and joins represent least common supertypes), and in static analysis (where program facts are propagated through lattice operations). The language of joins and meets gives you a unified vocabulary for all these structures, letting you transfer intuitions across domains.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersIntroduction to ExponentsOrder of OperationsInteger Order of OperationsVariable ExpressionsThe Distributive PropertyVariables and Expressions ReviewIntroduction to PolynomialsAdding and Subtracting PolynomialsMultiplying PolynomialsFactorialPermutationsCombinationsCounting Principles: Addition and Multiplication RulesIntroduction to Graph TheoryPropositional Logic FoundationsLogical EquivalencesSet Operations: Union, Intersection, and ComplementCartesian Products and RelationsPartial OrdersBinary RelationsPartial OrdersPartially Ordered Sets and Hasse DiagramsLattices and Boolean Lattices

Longest path: 75 steps · 329 total prerequisite topics

Prerequisites (2)

Leads To (0)

No topics depend on this one yet.