Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.isColimitOfReflects

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {J : Type w} →
          [inst_2 : CategoryTheory.Category.{w', w} J] →
            {K : CategoryTheory.Functor J C} →
              (F : CategoryTheory.Functor C D) →
                {c : CategoryTheory.Limits.Cocone K} →
                  CategoryTheory.Limits.IsColimit (F.mapCocone c) →
                    [CategoryTheory.Limits.ReflectsColimit K F] → CategoryTheory.Limits.IsColimit c

A convenience function for ReflectsColimit, which takes the functor as an explicit argument to guide typeclass resolution.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Basic
Cited by
19 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.ReflectsColimit

Around this declaration

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

CategoryTheory.IsVanKampenColimit.of_mapCocone · cited by 3IsVanKampenColimit.of_map…CategoryTheory.IsPushout.of_map · cited by 3IsPushout.of_mapAddCommGrpCat.FilteredColimits.colimitCoconeIsColimit · cited by 2FilteredColimits.colimitC…CategoryTheory.Limits.reflectsColimitsOfShape_of_equiv · cited by 2Limits.reflectsColimitsOf…CategoryTheory.Limits.IsInitial.isInitialOfObj · cited by 2IsInitial.isInitialOfObjCategoryTheory.Limits.preservesColimit_of_reflects_of_preserves · cited by 2Limits.preservesColimit_o…CategoryTheory.Over.isColimitToOver · cited by 1Over.isColimitToOverRingCat.FilteredColimits.colimitCoconeIsColimit · cited by 1FilteredColimits.colimitC…CategoryTheory.HasExactLimitsOfShape.domain_of_functor · cited by 1HasExactLimitsOfShape.dom…CategoryTheory.Functor.Final.reflectsColimit_of_comp · cited by 1Final.reflectsColimit_of_…AddCommMonCat.FilteredColimits.colimitCoconeIsColimit · cited by 1FilteredColimits.colimitC…CategoryTheory.Limits.reflectsLimit_leftOp · cited by 1Limits.reflectsLimit_left…CategoryTheory.Limits.reflectsLimit_of_leftOp · cited by 1Limits.reflectsLimit_of_l…CategoryTheory.Limits.isColimitOfIsColimitPushoutCoconeMap · cited by 1Limits.isColimitOfIsColim…CategoryTheory.Limits.reflectsLimit_of_op · cited by 1Limits.reflectsLimit_of_opCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Limits.Cocone · cited by 746Limits.CoconeNonempty.some · cited by 340Nonempty.someCategoryTheory.Functor.mapCocone · cited by 161Functor.mapCoconeCategoryTheory.Limits.ReflectsColimit · cited by 33Limits.ReflectsColimitCategoryTheory.Limits.ReflectsColimit.reflects · cited by 2ReflectsColimit.reflectsLimits.isColimitOfReflectsCITED BYCITES

Cites9

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

Cited by40

Results whose statement or proof uses this declaration.