Mathlib Map

Theorems · Definition · category theory

CategoryTheory.OplaxFunctor.mapComp

{B : Type u₁} →
  [inst : CategoryTheory.Bicategory B] →
    {C : Type u₂} →
      [inst_1 : CategoryTheory.Bicategory C] →
        (self : CategoryTheory.OplaxFunctor B C) →
          {a b c : B} →
            (f : a ⟶ b) →
              (g : b ⟶ c) →
                self.map (CategoryTheory.CategoryStruct.comp f g) ⟶
                  CategoryTheory.CategoryStruct.comp (self.map f) (self.map g)

The 2-morphism underlying the oplax functoriality constraint.

Defined in
Mathlib.CategoryTheory.Bicategory.Functor.Oplax
Cited by
73 results in Mathlib
Foundations
Depth 4 from the axioms · uses no axioms
Assumes
CategoryTheory.BicategoryCategoryTheory.Bicategory

Around this declaration

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

CategoryTheory.OplaxFunctor.mapComp' · cited by 7OplaxFunctor.mapComp'CategoryTheory.Pseudofunctor.mkOfOplax' · cited by 5Pseudofunctor.mkOfOplax'CategoryTheory.OplaxFunctor.map₂_associator · cited by 4OplaxFunctor.map₂_associa…CategoryTheory.Oplax.OplaxTrans.naturality_comp · cited by 3OplaxTrans.naturality_compCategoryTheory.Oplax.StrongTrans.whiskerLeft_naturality_comp · cited by 3StrongTrans.whiskerLeft_n…CategoryTheory.Oplax.StrongTrans.whiskerRight_naturality_comp · cited by 3StrongTrans.whiskerRight_…CategoryTheory.OplaxFunctor.mapComp_assoc_left · cited by 3OplaxFunctor.mapComp_asso…CategoryTheory.OplaxFunctor.mapComp_assoc_right · cited by 3OplaxFunctor.mapComp_asso…CategoryTheory.OplaxFunctor.map₂_leftUnitor · cited by 3OplaxFunctor.map₂_leftUni…CategoryTheory.OplaxFunctor.map₂_rightUnitor · cited by 3OplaxFunctor.map₂_rightUn…CategoryTheory.Oplax.LaxTrans.naturality_comp · cited by 2LaxTrans.naturality_compCategoryTheory.Oplax.OplaxTrans.whiskerLeft_naturality_comp · cited by 2OplaxTrans.whiskerLeft_na…CategoryTheory.Oplax.OplaxTrans.whiskerRight_naturality_comp · cited by 2OplaxTrans.whiskerRight_n…CategoryTheory.Bicategory.Pseudofunctor.ofOplaxFunctorToLocallyGroupoid · cited by 2Pseudofunctor.ofOplaxFunc…CategoryTheory.OplaxFunctor.mapComp_naturality_left · cited by 2OplaxFunctor.mapComp_natu…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Bicategory · cited by 1587CategoryTheory.BicategoryPrefunctor.obj · cited by 1241Prefunctor.objCategoryTheory.PrelaxFunctor.toPrelaxFunctorStruct · cited by 1154PrelaxFunctor.toPrelaxFun…CategoryTheory.PrelaxFunctorStruct.toPrefunctor · cited by 1142PrelaxFunctorStruct.toPre…Prefunctor.map · cited by 952Prefunctor.mapCategoryTheory.OplaxFunctor · cited by 253CategoryTheory.OplaxFunct…CategoryTheory.OplaxFunctor.toPrelaxFunctor · cited by 246OplaxFunctor.toPrelaxFunc…OplaxFunctor.mapCompCITED BYCITES

Cites9

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

Cited by98

Results whose statement or proof uses this declaration.