Mathlib Map

Theorems · Definition · category theory

CategoryTheory.flipFunctor

(C : Type u₁) →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    (D : Type u₂) →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        (E : Type u₃) →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} E] →
            CategoryTheory.Functor (CategoryTheory.Functor C (CategoryTheory.Functor D E))
              (CategoryTheory.Functor D (CategoryTheory.Functor C E))

The functor (C ⥤ D ⥤ E) ⥤ D ⥤ C ⥤ E which flips the variables.

Defined in
Mathlib.CategoryTheory.Functor.Category
Cited by
23 results in Mathlib
Foundations
Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Functor.flipping · cited by 12Functor.flippingCategoryTheory.Functor.flip₂₃ · cited by 8Functor.flip₂₃CategoryTheory.MonoidalCategory.externalProductFlip · cited by 2MonoidalCategory.external…CategoryTheory.Limits.limCompFlipIsoWhiskerLim · cited by 2Limits.limCompFlipIsoWhis…CategoryTheory.Limits.limIsoFlipCompWhiskerLim · cited by 2Limits.limIsoFlipCompWhis…CategoryTheory.Limits.colimCompFlipIsoWhiskerColim · cited by 2Limits.colimCompFlipIsoWh…CategoryTheory.Limits.colimIsoFlipCompWhiskerColim · cited by 2Limits.colimIsoFlipCompWh…CategoryTheory.BraidedCategory.ofBifunctor.Reverse.firstMap₃ · cited by 1Reverse.firstMap₃CategoryTheory.BraidedCategory.ofBifunctor.Forward.secondMap₃ · cited by 1Forward.secondMap₃CategoryTheory.BraidedCategory.ofBifunctor.Reverse.firstMap₂ · cited by 1Reverse.firstMap₂CategoryTheory.Functor.OplaxMonoidal.ofBifunctor · cited by 0OplaxMonoidal.ofBifunctorCategoryTheory.Functor.LaxMonoidal.ofBifunctor · cited by 0LaxMonoidal.ofBifunctorCategoryTheory.flipFunctor_map_app_app · cited by 0CategoryTheory.flipFuncto…CategoryTheory.flipFunctor_obj · cited by 0CategoryTheory.flipFuncto…CategoryTheory.BraidedCategory.ofBifunctor.Forward.secondMap₃_app_app_app · cited by 0Forward.secondMap₃_app_ap…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.flip · cited by 320Functor.flipCategoryTheory.flipFunctorCITED BYCITES

Cites5

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

Cited by39

Results whose statement or proof uses this declaration.