Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.ColimitPresentation.Total

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : Type u_1} →
      {I : J → Type u_2} →
        [inst_1 : CategoryTheory.Category.{v_1, u_1} J] →
          [inst_2 : (j : J) → CategoryTheory.Category.{u_3, u_2} (I j)] →
            {D : CategoryTheory.Functor J C} →
              ((j : J) → CategoryTheory.Limits.ColimitPresentation (I j) (D.obj j)) → Type (max u_2 u_1)

The type underlying the category used in the construction of the composition of colimit presentations. This is simply Σ j, I j but with a different category structure.

Defined in
Mathlib.CategoryTheory.Presentable.ColimitPresentation
Cited by
20 results in Mathlib
Foundations
Depth 3 from the axioms · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.ColimitPresentation.Total.Hom · cited by 12Total.HomCategoryTheory.Limits.ColimitPresentation.Total.Hom.hom · cited by 9Hom.homCategoryTheory.Limits.ColimitPresentation.Total.Hom.base · cited by 8Hom.baseCategoryTheory.Limits.ColimitPresentation.bind · cited by 5ColimitPresentation.bindCategoryTheory.Limits.ColimitPresentation.Total.Hom.comp · cited by 2Hom.compCategoryTheory.ObjectProperty.ind_ind · cited by 1ObjectProperty.ind_indCategoryTheory.Limits.ColimitPresentation.Total.mk · cited by 1Total.mkCategoryTheory.Limits.ColimitPresentation.Total.Hom.ext · cited by 1Hom.extCategoryTheory.Limits.ColimitPresentation.Total.Hom.w · cited by 1Hom.wCategoryTheory.Limits.ColimitPresentation.bind_diag_obj · cited by 1ColimitPresentation.bind_…CategoryTheory.Limits.ColimitPresentation.Total.Hom.mk.inj · cited by 1mk.injCategoryTheory.Limits.ColimitPresentation.Total.Hom.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.Limits.ColimitPresentation.Total.exists_hom_of_hom · cited by 0Total.exists_hom_of_homCategoryTheory.Limits.ColimitPresentation.Total.Hom.casesOn · cited by 0Hom.casesOnCategoryTheory.Limits.ColimitPresentation.Total.Hom.comp_base · cited by 0Hom.comp_baseCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Limits.ColimitPresentation · cited by 54Limits.ColimitPresentationColimitPresentation.TotalCITED BYCITES

Cites4

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

Cited by32

Results whose statement or proof uses this declaration.