Mathlib Map

Theorems · Definition · order theory

OrderMonoidHomClass.toOrderMonoidHom

{F : Type u_1} →
  {α : Type u_2} →
    {β : Type u_3} →
      [inst : Preorder α] →
        [inst_1 : Preorder β] →
          [inst_2 : MulOneClass α] →
            [inst_3 : MulOneClass β] →
              [inst_4 : FunLike F α β] → [OrderHomClass F α β] → [MonoidHomClass F α β] → F → α →*o β

Turn an element of a type F satisfying OrderHomClass F α β and MonoidHomClass F α β into an actual OrderMonoidHom. This is declared as the default coercion from F to α →*o β.

Defined in
Mathlib.Algebra.Order.Hom.Monoid
Cited by
5 results in Mathlib
Foundations
Depth 8 from the axioms · uses no axioms
Assumes
PreorderPreorderMulOneClassMulOneClassFunLikeOrderHomClassMonoidHomClass

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.