Ordered monoid instances on the space of germs of a function at a filter #
For each of the following structures we prove that if β
has this structure, then so does
Germ l β
:
Tags #
filter, germ
instance
Filter.Germ.instOrderedCommMonoid
{α : Type u_1}
{β : Type u_2}
{l : Filter α}
[OrderedCommMonoid β]
:
OrderedCommMonoid (l.Germ β)
instance
Filter.Germ.instOrderedAddCommMonoid
{α : Type u_1}
{β : Type u_2}
{l : Filter α}
[OrderedAddCommMonoid β]
:
OrderedAddCommMonoid (l.Germ β)
instance
Filter.Germ.instOrderedCancelCommMonoid
{α : Type u_1}
{β : Type u_2}
{l : Filter α}
[OrderedCancelCommMonoid β]
:
OrderedCancelCommMonoid (l.Germ β)
instance
Filter.Germ.instOrderedAddCancelCommMonoid
{α : Type u_1}
{β : Type u_2}
{l : Filter α}
[OrderedCancelAddCommMonoid β]
:
OrderedCancelAddCommMonoid (l.Germ β)
instance
Filter.Germ.instCanonicallyOrderedMul
{α : Type u_1}
{β : Type u_2}
{l : Filter α}
[Mul β]
[LE β]
[CanonicallyOrderedMul β]
:
CanonicallyOrderedMul (l.Germ β)
instance
Filter.Germ.instCanonicallyOrderedAdd
{α : Type u_1}
{β : Type u_2}
{l : Filter α}
[Add β]
[LE β]
[CanonicallyOrderedAdd β]
:
CanonicallyOrderedAdd (l.Germ β)