OrderedSemiGroupΒΆ

catdef.spad line 984 [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

~=: (%, %) -> Boolean

from BasicType

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

BasicType

CoercibleTo OutputForm

Comparable

Magma

OrderedSet

PartialOrder

SemiGroup

SetCategory