Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.IsColimit.ofWhiskerEquivalence

{J : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} J] →
    {K : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} K] →
        {C : Type u₃} →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} C] →
            {F : CategoryTheory.Functor J C} →
              {s : CategoryTheory.Limits.Cocone F} →
                (e : K ≌ J) →
                  CategoryTheory.Limits.IsColimit (CategoryTheory.Limits.Cocone.whisker e.functor s) →
                    CategoryTheory.Limits.IsColimit s

If s : Cocone F whiskered by an equivalence e is a colimit cocone, so is s.

Defined in
Mathlib.CategoryTheory.Limits.IsLimit
Cited by
4 results in Mathlib
Foundations
Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.IsColimit.whiskerEquivalenceEquiv · cited by 4IsColimit.whiskerEquivale…CategoryTheory.Limits.Bicone.whiskerIsBilimitIff · cited by 2Bicone.whiskerIsBilimitIffCategoryTheory.Limits.reflectsColimitsOfShape_of_equiv · cited by 2Limits.reflectsColimitsOf…CategoryTheory.Presheaf.isLeftKanExtension_along_uliftYoneda_iff · cited by 1Presheaf.isLeftKanExtensi…CategoryTheory.Functor.DenseAt.postcompEquivalence · cited by 0DenseAt.postcompEquivalen…HomologicalComplex.isSeparator_coproduct_separatingFamily · cited by 0HomologicalComplex.isSepa…CategoryTheory.MonoidalCategory.ExternalProduct.isPointwiseLeftKanExtensionAtExtensionUnitLeft · cited by 0ExternalProduct.isPointwi…CategoryTheory.MonoidalCategory.ExternalProduct.isPointwiseLeftKanExtensionAtExtensionUnitRight · cited by 0ExternalProduct.isPointwi…CategoryTheory.Limits.PreservesColimit₂.of_preservesColimit₂_flip · cited by 0PreservesColimit₂.of_pres…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Limits.Cocone · cited by 746Limits.CoconeCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Equivalence.unitIso · cited by 536Equivalence.unitIsoCategoryTheory.Iso.app · cited by 253Iso.appCategoryTheory.Equivalence.symm · cited by 195Equivalence.symmCategoryTheory.Equivalence.toAdjunction · cited by 60Equivalence.toAdjunctionCategoryTheory.Limits.Cocone.whisker · cited by 40Cocone.whiskerCategoryTheory.Limits.IsColimit.equivIsoColimit · cited by 7IsColimit.equivIsoColimitIsColimit.ofWhiskerEquivalenceCITED BYCITES

Cites17

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

Cited by9

Results whose statement or proof uses this declaration.