Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GradedObject.mapBifunctor

{C₁ : Type u_1} →
  {C₂ : Type u_2} →
    {C₃ : Type u_3} →
      [inst : CategoryTheory.Category.{v_1, u_1} C₁] →
        [inst_1 : CategoryTheory.Category.{v_2, u_2} C₂] →
          [inst_2 : CategoryTheory.Category.{v_3, u_3} C₃] →
            CategoryTheory.Functor C₁ (CategoryTheory.Functor C₂ C₃) →
              (I : Type u_4) →
                (J : Type u_5) →
                  CategoryTheory.Functor (CategoryTheory.GradedObject I C₁)
                    (CategoryTheory.Functor (CategoryTheory.GradedObject J C₂) (CategoryTheory.GradedObject (I × J) C₃))

Given a bifunctor F : C₁ ⥤ C₂ ⥤ C₃ and types I and J, this is the obvious functor GradedObject I C₁ ⥤ GradedObject J C₂ ⥤ GradedObject (I × J) C₃.

Defined in
Mathlib.CategoryTheory.GradedObject.Bifunctor
Cited by
87 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.GradedObject.mapBifunctorMapObj · cited by 64GradedObject.mapBifunctor…CategoryTheory.GradedObject.HasTensor · cited by 49GradedObject.HasTensorCategoryTheory.Functor.mapBifunctorHomologicalComplex · cited by 35Functor.mapBifunctorHomol…CategoryTheory.GradedObject.ιMapBifunctorMapObj · cited by 20GradedObject.ιMapBifuncto…CategoryTheory.GradedObject.HasGoodTrifunctor₁₂Obj · cited by 17GradedObject.HasGoodTrifu…CategoryTheory.GradedObject.HasGoodTrifunctor₂₃Obj · cited by 17GradedObject.HasGoodTrifu…CategoryTheory.GradedObject.mapBifunctorMapMap · cited by 16GradedObject.mapBifunctor…CategoryTheory.GradedObject.ιMapBifunctorBifunctor₂₃MapObj · cited by 15GradedObject.ιMapBifuncto…CategoryTheory.GradedObject.ιMapBifunctor₁₂BifunctorMapObj · cited by 15GradedObject.ιMapBifuncto…CategoryTheory.GradedObject.mapBifunctorLeftUnitor · cited by 10GradedObject.mapBifunctor…CategoryTheory.GradedObject.mapBifunctorRightUnitor · cited by 10GradedObject.mapBifunctor…CategoryTheory.GradedObject.mapBifunctorAssociator · cited by 7GradedObject.mapBifunctor…CategoryTheory.GradedObject.isColimitCofan₃MapBifunctorBifunctor₂₃MapObj · cited by 6GradedObject.isColimitCof…CategoryTheory.GradedObject.mapBifunctorComp₂₃MapObjIso · cited by 6GradedObject.mapBifunctor…CategoryTheory.GradedObject.Monoidal.tensorObj_ext · cited by 6Monoidal.tensorObj_extCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.GradedObject · cited by 239CategoryTheory.GradedObje…GradedObject.mapBifunctorCITED BYCITES

Cites7

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

Cited by119

Results whose statement or proof uses this declaration.