Partially ordered monoids

class sage.categories.partially_ordered_monoids.PartiallyOrderedMonoids(s=None)

Bases: sage.categories.category_singleton.Category_singleton

The category of partially ordered monoids, that is partially ordered sets which are also monoids, and such that multiplication preserves the ordering: xy implies xz<yz and zx<zy.

See Wikipedia article Ordered_monoid

EXAMPLES:

sage: PartiallyOrderedMonoids()
Category of partially ordered monoids
sage: PartiallyOrderedMonoids().super_categories()
[Category of posets, Category of monoids]
class ElementMethods
class ParentMethods
super_categories()

EXAMPLES:

sage: PartiallyOrderedMonoids().super_categories()
[Category of posets, Category of monoids]