Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Pseudofunctor.mapComp

{B : Type u₁} →
  [inst : CategoryTheory.Bicategory B] →
    {C : Type u₂} →
      [inst_1 : CategoryTheory.Bicategory C] →
        (self : CategoryTheory.Pseudofunctor 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)
Defined in
Mathlib.CategoryTheory.Bicategory.Functor.Pseudofunctor
Cited by
177 results in Mathlib
Foundations
Depth 4 from the axioms, rests on 21 definitions · uses no axioms
Assumes
CategoryTheory.BicategoryCategoryTheory.Bicategory

Around this declaration

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

CategoryTheory.Pseudofunctor.mapComp' · cited by 87Pseudofunctor.mapComp'CategoryTheory.Pseudofunctor.toOplax · cited by 19Pseudofunctor.toOplaxCategoryTheory.Bicategory.Pith.pseudofunctorToPith · cited by 10Pith.pseudofunctorToPithCategoryTheory.Pseudofunctor.toLax · cited by 7Pseudofunctor.toLaxCategoryTheory.Pseudofunctor.map₂_associator · cited by 4Pseudofunctor.map₂_associ…CategoryTheory.Pseudofunctor.map₂_left_unitor · cited by 4Pseudofunctor.map₂_left_u…CategoryTheory.Pseudofunctor.map₂_right_unitor · cited by 4Pseudofunctor.map₂_right_…CategoryTheory.Pseudofunctor.map₂_whisker_left · cited by 4Pseudofunctor.map₂_whiske…CategoryTheory.Pseudofunctor.map₂_whisker_right · cited by 4Pseudofunctor.map₂_whiske…CategoryTheory.Pseudofunctor.DescentData.pullFunctorObjHom · cited by 4DescentData.pullFunctorOb…CategoryTheory.Pseudofunctor.mapComp_id_right_hom · cited by 4Pseudofunctor.mapComp_id_…CategoryTheory.Pseudofunctor.mapComp_id_left_hom · cited by 4Pseudofunctor.mapComp_id_…CategoryTheory.Pseudofunctor.ObjectProperty.mapComp · cited by 3ObjectProperty.mapCompCategoryTheory.Pseudofunctor.StrongTrans.naturality_comp_hom · cited by 3StrongTrans.naturality_co…CategoryTheory.Pseudofunctor.comp · cited by 3Pseudofunctor.compQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.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.Pseudofunctor.toPrelaxFunctor · cited by 640Pseudofunctor.toPrelaxFun…CategoryTheory.Pseudofunctor · cited by 571CategoryTheory.Pseudofunc…Pseudofunctor.mapCompCITED BYCITES

Cites10

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

Cited by197

Results whose statement or proof uses this declaration.