Mathlib Map

Theorems · Definition · category theory

CategoryTheory.LaxFunctor.mapComp

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

The 2-morphism underlying the lax functoriality constraint.

Defined in
Mathlib.CategoryTheory.Bicategory.Functor.Lax
Cited by
77 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.LaxFunctor.mapComp' · cited by 7LaxFunctor.mapComp'CategoryTheory.Pseudofunctor.mkOfLax' · cited by 5Pseudofunctor.mkOfLax'CategoryTheory.LaxFunctor.map₂_associator · cited by 4LaxFunctor.map₂_associatorCategoryTheory.StrictlyUnitaryLaxFunctor.ext · cited by 4StrictlyUnitaryLaxFunctor…CategoryTheory.LaxFunctor.comp · cited by 3LaxFunctor.compCategoryTheory.LaxFunctor.mapComp_assoc_left · cited by 3LaxFunctor.mapComp_assoc_…CategoryTheory.LaxFunctor.mapComp_assoc_right · cited by 3LaxFunctor.mapComp_assoc_…CategoryTheory.LaxFunctor.map₂_leftUnitor · cited by 3LaxFunctor.map₂_leftUnitorCategoryTheory.LaxFunctor.map₂_rightUnitor · cited by 3LaxFunctor.map₂_rightUnit…CategoryTheory.Lax.LaxTrans.naturality_comp · cited by 2LaxTrans.naturality_compCategoryTheory.Lax.OplaxTrans.naturality_comp · cited by 2OplaxTrans.naturality_compCategoryTheory.Bicategory.Pseudofunctor.ofLaxFunctorToLocallyGroupoid · cited by 2Pseudofunctor.ofLaxFuncto…CategoryTheory.LaxFunctor.mapComp_naturality_left · cited by 2LaxFunctor.mapComp_natura…CategoryTheory.LaxFunctor.mapComp_naturality_right · cited by 2LaxFunctor.mapComp_natura…CategoryTheory.LaxFunctor.map₂_leftUnitor_hom · cited by 2LaxFunctor.map₂_leftUnito…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.LaxFunctor.toPrelaxFunctor · cited by 216LaxFunctor.toPrelaxFunctorCategoryTheory.LaxFunctor · cited by 201CategoryTheory.LaxFunctorLaxFunctor.mapCompCITED BYCITES

Cites9

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

Cited by101

Results whose statement or proof uses this declaration.