Mathlib Map

Theorems · Definition · category theory

CategoryTheory.SmallObject.functorMapSrc

{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.functorObjSrcFamily f πX ⟶
                        ∐ CategoryTheory.SmallObject.functorObjSrcFamily f πY

The canonical morphism ∐ (functorObjSrcFamily f πX) ⟶ ∐ (functorObjSrcFamily f πY) induced by a morphism Arrow.mk πX ⟶ Arrow.mk πY.

Defined in
Mathlib.CategoryTheory.SmallObject.Construction
Cited by
8 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.ι_functorMapSrc_assoc · cited by 2SmallObject.ι_functorMapS…CategoryTheory.SmallObject.functorMapSrc_functorObjTop · cited by 1SmallObject.functorMapSrc…CategoryTheory.SmallObject.functorMap_π · cited by 1SmallObject.functorMap_πCategoryTheory.SmallObject.ιFunctorObj_naturality · cited by 1SmallObject.ιFunctorObj_n…CategoryTheory.SmallObject.ι_functorMapSrc · cited by 1SmallObject.ι_functorMapS…CategoryTheory.SmallObject.functorMapSrc_functorObjTop_assoc · cited by 0SmallObject.functorMapSrc…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.functorObjSrcFamily · cited by 32SmallObject.functorObjSrc…CategoryTheory.Limits.Sigma.map' · cited by 24Sigma.map'SmallObject.functorMapSrcCITED BYCITES

Cites18

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

Cited by9

Results whose statement or proof uses this declaration.