Mathlib Map

Theorems · Definition · category theory

CategoryTheory.SmallObject.functorMap

{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] →
                      [inst_3 :
                          CategoryTheory.Limits.HasPushout (CategoryTheory.SmallObject.functorObjTop f πX)
                            (CategoryTheory.SmallObject.functorObjLeft f πX)] →
                        [inst_4 :
                            CategoryTheory.Limits.HasPushout (CategoryTheory.SmallObject.functorObjTop f πY)
                              (CategoryTheory.SmallObject.functorObjLeft f πY)] →
                          CategoryTheory.SmallObject.functorObj f πX ⟶ CategoryTheory.SmallObject.functorObj f πY

The functor SmallObject.functor f S : Arrow S ⥤ Arrow S that is part of the small object argument for a family of morphisms f, on morphisms.

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

Around this declaration

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

CategoryTheory.SmallObject.functor · cited by 6SmallObject.functorCategoryTheory.SmallObject.functorMap_π · cited by 1SmallObject.functorMap_πCategoryTheory.SmallObject.ιFunctorObj_naturality · cited by 1SmallObject.ιFunctorObj_n…CategoryTheory.SmallObject.functorMap_id · cited by 0SmallObject.functorMap_idCategoryTheory.SmallObject.functorMap_π_assoc · cited by 0SmallObject.functorMap_π_…CategoryTheory.SmallObject.functor_map · cited by 0SmallObject.functor_mapCategoryTheory.SmallObject.ιFunctorObj_naturality_assoc · cited by 0SmallObject.ιFunctorObj_n…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.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.Limits.HasPushout · cited by 192Limits.HasPushoutCategoryTheory.Arrow.Hom.left · cited by 160Hom.leftCategoryTheory.SmallObject.FunctorObjIndex · cited by 46SmallObject.FunctorObjInd…CategoryTheory.SmallObject.functorObjSrcFamily · cited by 32SmallObject.functorObjSrc…CategoryTheory.SmallObject.functorObj · cited by 30SmallObject.functorObjCategoryTheory.SmallObject.functorObjTgtFamily · cited by 30SmallObject.functorObjTgt…CategoryTheory.SmallObject.functorObjLeft · cited by 29SmallObject.functorObjLeftSmallObject.functorMapCITED BYCITES

Cites20

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.