Mathlib Map

Theorems · Definition · category theory

CategoryTheory.SmallObject.functorMapTgt

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {I : Type w} →
      {A B : I → C} →
        (f : (i : I) → A i ⟶ B i) →
          {S T X Y : C} →
            {πX : X ⟶ S} →
              {πY : Y ⟶ T} →
                (CategoryTheory.Arrow.mk πX ⟶ CategoryTheory.Arrow.mk πY) →
                  [inst_1 :
                      CategoryTheory.Limits.HasColimitsOfShape
                        (CategoryTheory.Discrete (CategoryTheory.SmallObject.FunctorObjIndex f πX)) C] →
                    [inst_2 :
                        CategoryTheory.Limits.HasColimitsOfShape
                          (CategoryTheory.Discrete (CategoryTheory.SmallObject.FunctorObjIndex f πY)) C] →
                      ∐ CategoryTheory.SmallObject.functorObjTgtFamily f πX ⟶
                        ∐ CategoryTheory.SmallObject.functorObjTgtFamily f πY

The canonical morphism ∐ functorObjTgtFamily f πX ⟶ ∐ functorObjTgtFamily f πY induced by a morphism Arrow.mk πX ⟶ Arrow.mk πY.

Defined in
Mathlib.CategoryTheory.SmallObject.Construction
Cited by
6 results in Mathlib
Foundations
Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasColimitsOfShapeCategoryTheory.Limits.HasColimitsOfShape

Around this declaration

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

CategoryTheory.SmallObject.functorMap · cited by 6SmallObject.functorMapCategoryTheory.SmallObject.functorMap_comm · cited by 3SmallObject.functorMap_co…CategoryTheory.SmallObject.ι_functorMapTgt · cited by 2SmallObject.ι_functorMapT…CategoryTheory.SmallObject.ι_functorMapTgt_assoc · cited by 2SmallObject.ι_functorMapT…CategoryTheory.SmallObject.functorMap_π · cited by 1SmallObject.functorMap_πCategoryTheory.SmallObject.ιFunctorObj_naturality · cited by 1SmallObject.ιFunctorObj_n…CategoryTheory.SmallObject.functorMap_id · cited by 0SmallObject.functorMap_idCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Arrow · cited by 713CategoryTheory.ArrowCategoryTheory.Discrete.functor · cited by 633Discrete.functorCategoryTheory.Arrow.mk · cited by 421Arrow.mkCategoryTheory.Limits.HasColimitsOfShape · cited by 308Limits.HasColimitsOfShapeCategoryTheory.Limits.sigmaObj · cited by 302Limits.sigmaObjCategoryTheory.Arrow.Hom.right · cited by 176Hom.rightCategoryTheory.Arrow.Hom.left · cited by 160Hom.leftCategoryTheory.SmallObject.FunctorObjIndex · cited by 46SmallObject.FunctorObjInd…CategoryTheory.SmallObject.functorObjTgtFamily · cited by 30SmallObject.functorObjTgt…CategoryTheory.Limits.Sigma.map' · cited by 24Sigma.map'SmallObject.functorMapTgtCITED BYCITES

Cites18

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

Cited by7

Results whose statement or proof uses this declaration.