Mathlib Map

Theorems · Definition · category theory

CategoryTheory.SmallObject.functorObjLeft

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

The left morphism in the pushout square in the definition of pushoutObj f πX.

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

Around this declaration

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

CategoryTheory.SmallObject.functorObj · cited by 30SmallObject.functorObjCategoryTheory.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.functorMap_comm · cited by 3SmallObject.functorMap_co…CategoryTheory.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.ιFunctorObj_eq · cited by 1SmallObject.ιFunctorObj_eqCategoryTheory.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.SmallObject.FunctorObjIndex · cited by 46SmallObject.FunctorObjInd…CategoryTheory.SmallObject.functorObjSrcFamily · cited by 32SmallObject.functorObjSrc…CategoryTheory.SmallObject.functorObjTgtFamily · cited by 30SmallObject.functorObjTgt…CategoryTheory.Limits.Sigma.map · cited by 14Sigma.mapCategoryTheory.SmallObject.functorObjLeftFamily · cited by 3SmallObject.functorObjLef…SmallObject.functorObjLeftCITED BYCITES

Cites11

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.