Birkhoff's representation theorem #
This file proves the Birkhoff representation theorem: Any finite distributive lattice can be represented as a sublattice of some powerset algebra.
Precisely, any nonempty finite distributive lattice is isomorphic to the lattice of lower sets of its irreducible elements. And conversely it is isomorphic to the order of its irreducible lower sets.
Main declarations #
For a nonempty finite distributive lattice α
:
OrderIso.lowerSetSupIrred
:α
is isomorphic to the lattice of lower sets of its irreducible elements.OrderIso.supIrredLowerSet
:α
is isomorphic to the order of its irreducible lower sets.OrderEmbedding.birkhoffSet
,OrderEmbedding.birkhoffFinset
: Order embedding ofα
into the powerset lattice of its irreducible elements.LatticeHom.birkhoffSet
,LatticeHom.birkhoffFinet
: Same as the previous two, but bundled as an injective lattice homomorphism.exists_birkhoff_representation
:α
embeds into some powerset algebra. You should prefer using this over the explicit Birkhoff embedding because the Birkhoff embedding is littered with decidability footguns that this existential-packaged version can afford to avoid.
See also #
This correspondence between finite distributive lattices and finite boolean algebras is made functorial in... TODO: Actually do it.
Tags #
birkhoff, representation, stone duality, lattice embedding
Birkhoff's Representation Theorem. Any nonempty finite distributive lattice is isomorphic to the lattice of lower sets of its sup-irreducible elements.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Any nonempty finite distributive lattice is isomorphic to its lattice of sup-irreducible lower sets. This is the other unitor of Birkhoff's representation theorem.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Birkhoff's Representation Theorem. Any finite distributive lattice can be embedded in a powerset lattice.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Birkhoff's Representation Theorem. Any finite distributive lattice can be embedded in a powerset lattice.
Equations
- OrderEmbedding.birkhoffFinset α = RelEmbedding.trans (OrderEmbedding.birkhoffSet α) (OrderIso.toOrderEmbedding (OrderIso.symm Fintype.finsetOrderIsoSet))
Instances For
Birkhoff's Representation Theorem. Any finite distributive lattice can be embedded in a powerset lattice.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Birkhoff's Representation Theorem. Any finite distributive lattice can be embedded in a powerset lattice.
Equations
- One or more equations did not get rendered due to their size.