Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MonoidalCategory.externalProductBifunctorCurried

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

The (curried version of the) external product bifunctor: given diagrams K₁ : J₁ ⥤ C and K₂ : J₂ ⥤ C, this is the bifunctor j₁ ↦ j₂ ↦ K₁ j₁ ⊗ K₂ j₂.

Defined in
Mathlib.CategoryTheory.Monoidal.ExternalProduct.Basic
Cited by
9 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.MonoidalCategory

Around this declaration

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

CategoryTheory.MonoidalCategory.externalProductBifunctor · cited by 9MonoidalCategory.external…CategoryTheory.MonoidalCategory.externalProductFlip · cited by 2MonoidalCategory.external…CategoryTheory.MonoidalCategory.externalProductBifunctorCurried_obj_obj_obj_map · cited by 0MonoidalCategory.external…CategoryTheory.MonoidalCategory.externalProductBifunctorCurried_obj_obj_obj_obj · cited by 0MonoidalCategory.external…CategoryTheory.MonoidalCategory.externalProductBifunctor_map_app · cited by 0MonoidalCategory.external…CategoryTheory.MonoidalCategory.externalProductBifunctor_obj_map · cited by 0MonoidalCategory.external…CategoryTheory.MonoidalCategory.externalProductFlip_hom_app_app_app_app · cited by 0MonoidalCategory.external…CategoryTheory.MonoidalCategory.externalProductFlip_inv_app_app_app_app · cited by 0MonoidalCategory.external…CategoryTheory.MonoidalCategory.externalProductBifunctorCurried_map_app_app_app · cited by 0MonoidalCategory.external…CategoryTheory.MonoidalCategory.externalProductBifunctorCurried_obj_map_app_app · cited by 0MonoidalCategory.external…CategoryTheory.MonoidalCategory.externalProductBifunctorCurried_obj_obj_map_app · cited by 0MonoidalCategory.external…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.evaluation · cited by 173CategoryTheory.evaluationCategoryTheory.MonoidalCategory.curriedTensor · cited by 170MonoidalCategory.curriedT…CategoryTheory.Functor.whiskeringLeft₂ · cited by 58Functor.whiskeringLeft₂CategoryTheory.Functor.postcompose₂ · cited by 11Functor.postcompose₂MonoidalCategory.externalProd…CITED BYCITES

Cites8

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

Cited by11

Results whose statement or proof uses this declaration.