Mathlib Map

Theorems · Definition · category theory

CategoryTheory.SmallObject.functor

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

The functor Arrow C ⥤ Arrow C that is constructed in order to apply the small object argument to a family of morphisms f i : A i ⟶ B i, see the introduction of the file Mathlib/CategoryTheory/SmallObject/Construction.lean

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

Around this declaration

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

CategoryTheory.SmallObject.iterationFunctorMapSuccAppArrowIso · cited by 5SmallObject.iterationFunc…CategoryTheory.SmallObject.ε · cited by 5SmallObject.εCategoryTheory.SmallObject.iterationFunctorMapSuccAppArrowIso_hom_right_right_comp · cited by 1SmallObject.iterationFunc…CategoryTheory.SmallObject.iterationFunctorMapSuccAppArrowIso_hom_right_right_comp_assoc · cited by 1SmallObject.iterationFunc…CategoryTheory.SmallObject.iterationFunctorMapSuccAppArrowIso_hom_left · cited by 0SmallObject.iterationFunc…CategoryTheory.SmallObject.ε_app · cited by 0SmallObject.ε_appCategoryTheory.SmallObject.functor_map · cited by 0SmallObject.functor_mapCategoryTheory.SmallObject.functor_obj · cited by 0SmallObject.functor_objCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Arrow · cited by 713CategoryTheory.ArrowCategoryTheory.Arrow.mk · cited by 421Arrow.mkCategoryTheory.Arrow.hom · cited by 335Arrow.homCategoryTheory.Limits.HasColimitsOfShape · cited by 308Limits.HasColimitsOfShapeCategoryTheory.Arrow.Hom.right · cited by 176Hom.rightCategoryTheory.Limits.HasPushouts · cited by 172Limits.HasPushoutsCategoryTheory.SmallObject.FunctorObjIndex · cited by 46SmallObject.FunctorObjInd…CategoryTheory.Arrow.homMk · cited by 35Arrow.homMkCategoryTheory.SmallObject.πFunctorObj · cited by 11SmallObject.πFunctorObjCategoryTheory.SmallObject.functorMap · cited by 6SmallObject.functorMapSmallObject.functorCITED BYCITES

Cites14

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

Cited by8

Results whose statement or proof uses this declaration.