Mathlib Map

Theorems · Definition · category theory

CategoryTheory.functorProdToProdFunctor

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

The backward direction for functorProdFunctorEquiv

Defined in
Mathlib.CategoryTheory.Products.Basic
Cited by
11 results in Mathlib
Foundations
Depth 23 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.functorProdFunctorEquiv · cited by 4CategoryTheory.functorPro…CategoryTheory.functorProdFunctorEquivCounitIso · cited by 3CategoryTheory.functorPro…CategoryTheory.functorProdFunctorEquivUnitIso · cited by 3CategoryTheory.functorPro…CategoryTheory.prod.functorProdToProdFunctorAssociator · cited by 2prod.functorProdToProdFun…CategoryTheory.functorProdFunctorEquivCounitIso_hom_app_app · cited by 0CategoryTheory.functorPro…CategoryTheory.functorProdFunctorEquivCounitIso_inv_app_app · cited by 0CategoryTheory.functorPro…CategoryTheory.functorProdFunctorEquivUnitIso_hom_app · cited by 0CategoryTheory.functorPro…CategoryTheory.functorProdFunctorEquivUnitIso_inv_app · cited by 0CategoryTheory.functorPro…CategoryTheory.functorProdFunctorEquiv_counitIso · cited by 0CategoryTheory.functorPro…CategoryTheory.functorProdFunctorEquiv_inverse · cited by 0CategoryTheory.functorPro…CategoryTheory.functorProdFunctorEquiv_unitIso · cited by 0CategoryTheory.functorPro…CategoryTheory.prod.functorProdToProdFunctorAssociator_hom_app · cited by 0prod.functorProdToProdFun…CategoryTheory.functorProdToProdFunctor_map · cited by 0CategoryTheory.functorPro…CategoryTheory.functorProdToProdFunctor_obj · cited by 0CategoryTheory.functorPro…CategoryTheory.prod.functorProdToProdFunctorAssociator_inv_app · cited by 0prod.functorProdToProdFun…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.whiskerRight · cited by 467Functor.whiskerRightCategoryTheory.Prod.mkHom · cited by 108Prod.mkHomCategoryTheory.Prod.fst · cited by 51Prod.fstCategoryTheory.Prod.snd · cited by 50Prod.sndCategoryTheory.functorProdToP…CITED BYCITES

Cites8

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

Cited by15

Results whose statement or proof uses this declaration.