Lattice posets¶
-
sage.categories.lattice_posets.
LatticePosets
¶ The category of lattices, i.e. partially ordered sets in which any two elements have a unique supremum (the elements’ least upper bound; called their join) and a unique infimum (greatest lower bound; called their meet).
EXAMPLES:
sage: LatticePosets() Category of lattice posets sage: LatticePosets().super_categories() [Category of posets] sage: LatticePosets().example() NotImplemented
See also