Mathlib Map

Theorems · Definition · category theory

CategoryTheory.SmallObject.functorObj

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {I : Type w} →
      {A B : I → C} →
        (f : (i : I) → A i ⟶ B i) →
          {S X : C} →
            (πX : X ⟶ S) →
              [inst_1 :
                  CategoryTheory.Limits.HasColimitsOfShape
                    (CategoryTheory.Discrete (CategoryTheory.SmallObject.FunctorObjIndex f πX)) C] →
                [CategoryTheory.Limits.HasPushout (CategoryTheory.SmallObject.functorObjTop f πX)
                      (CategoryTheory.SmallObject.functorObjLeft f πX)] →
                  C

The functor SmallObject.functor f : Arrow C ⥤ Arrow C that is part of the small object argument for a family of morphisms f, on an object given as a morphism πX : X ⟶ S.

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

Around this declaration

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

CategoryTheory.SmallObject.ιFunctorObj · cited by 22SmallObject.ιFunctorObjCategoryTheory.SmallObject.πFunctorObj · cited by 11SmallObject.πFunctorObjCategoryTheory.SmallObject.ρFunctorObj · cited by 9SmallObject.ρFunctorObjCategoryTheory.SmallObject.attachCellsιFunctorObj · cited by 9SmallObject.attachCellsιF…CategoryTheory.SmallObject.functorMap · cited by 6SmallObject.functorMapCategoryTheory.SmallObject.relativeCellComplexιObjFObjSuccIso · cited by 3SmallObject.relativeCellC…CategoryTheory.SmallObject.ιFunctorObj_πFunctorObj · cited by 3SmallObject.ιFunctorObj_π…CategoryTheory.SmallObject.ρFunctorObj_π · cited by 3SmallObject.ρFunctorObj_πCategoryTheory.SmallObject.functorObj_comm · cited by 2SmallObject.functorObj_co…CategoryTheory.SmallObject.FunctorObjIndex.comm · cited by 2FunctorObjIndex.commCategoryTheory.SmallObject.functorMap_π · cited by 1SmallObject.functorMap_πCategoryTheory.SmallObject.functorObj_isPushout · cited by 1SmallObject.functorObj_is…CategoryTheory.SmallObject.hasRightLiftingProperty_πObj · cited by 1SmallObject.hasRightLifti…CategoryTheory.SmallObject.ιFunctorObj_eq · cited by 1SmallObject.ιFunctorObj_eqCategoryTheory.SmallObject.ιFunctorObj_extension · cited by 1SmallObject.ιFunctorObj_e…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Discrete.functor · cited by 633Discrete.functorCategoryTheory.Limits.HasColimitsOfShape · cited by 308Limits.HasColimitsOfShapeCategoryTheory.Limits.sigmaObj · cited by 302Limits.sigmaObjCategoryTheory.Limits.pushout · cited by 284Limits.pushoutCategoryTheory.Limits.HasPushout · cited by 192Limits.HasPushoutCategoryTheory.SmallObject.FunctorObjIndex · cited by 46SmallObject.FunctorObjInd…CategoryTheory.SmallObject.functorObjSrcFamily · cited by 32SmallObject.functorObjSrc…CategoryTheory.SmallObject.functorObjTgtFamily · cited by 30SmallObject.functorObjTgt…CategoryTheory.SmallObject.functorObjLeft · cited by 29SmallObject.functorObjLeftCategoryTheory.SmallObject.functorObjTop · cited by 29SmallObject.functorObjTopSmallObject.functorObjCITED BYCITES

Cites13

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

Cited by37

Results whose statement or proof uses this declaration.