OrderedSemiGroup
catdef.spad line 985
[edit on github]
Semigroups with compatible ordering.
- * : (%, %) -> %
- from Magma
- < : (%, %) -> Boolean
- from PartialOrder
- <= : (%, %) -> Boolean
- from PartialOrder
- = : (%, %) -> Boolean
- from BasicType
- > : (%, %) -> Boolean
- from PartialOrder
- >= : (%, %) -> Boolean
- from PartialOrder
- ^ : (%, PositiveInteger) -> %
- from Magma
- coerce : % -> OutputForm
- from CoercibleTo(OutputForm)
- latex : % -> String
- from SetCategory
- leftPower : (%, PositiveInteger) -> %
- from Magma
- max : (%, %) -> %
- from OrderedSet
- min : (%, %) -> %
- from OrderedSet
- rightPower : (%, PositiveInteger) -> %
- from Magma
- smaller? : (%, %) -> Boolean
- from Comparable
- ~= : (%, %) -> Boolean
- from BasicType
CoercibleTo(OutputForm)
Comparable
OrderedSet
SemiGroup
SetCategory
Magma
BasicType
PartialOrder