Examples.Classical.Lattices¶
Worked examples of lattices¶
This is the Examples.Classical.Lattices module of the Agda Universal Algebra Library.
Barrel for the worked Lattice examples under Examples/Classical/Lattices/.
Each submodule is the home of one concrete lattice.
L2is the two-element Boolean lattice.L2Distributiveis the two-element Boolean lattice as aDistributiveLattice.L3Heytingis the three-element chain as a Heyting algebra.L7is the seven-element lattice of interest in the Finite Lattice Representation Problem (FLRP).
{-# OPTIONS --cubical-compatible --exact-split --safe #-} module Examples.Classical.Lattices where open import Examples.Classical.Lattices.L2 open import Examples.Classical.Lattices.L2Distributive open import Examples.Classical.Lattices.L3Heyting open import Examples.Classical.Lattices.L7