Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.IsColimit.whiskerEquivalence

{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} →
                CategoryTheory.Limits.IsColimit s →
                  (e : K ≌ J) → CategoryTheory.Limits.IsColimit (CategoryTheory.Limits.Cocone.whisker e.functor s)

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

Defined in
Mathlib.CategoryTheory.Limits.IsLimit
Cited by
9 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.

HomotopicalAlgebra.AttachCells.reindex · cited by 9AttachCells.reindexCategoryTheory.Limits.preservesColimitsOfShape_of_equiv · cited by 7Limits.preservesColimitsO…CategoryTheory.Limits.IsColimit.whiskerEquivalenceEquiv · cited by 4IsColimit.whiskerEquivale…CategoryTheory.TransfiniteCompositionOfShape.ofOrderIso · cited by 3TransfiniteCompositionOfS…CategoryTheory.Limits.Bicone.whiskerIsBilimitIff · cited by 2Bicone.whiskerIsBilimitIffCategoryTheory.isVanKampenColimit_of_isEmpty · cited by 2CategoryTheory.isVanKampe…CategoryTheory.Limits.reflectsColimitsOfShape_of_equiv · cited by 2Limits.reflectsColimitsOf…CategoryTheory.Limits.Fan.IsLimit.op · cited by 1IsLimit.opCategoryTheory.IsCardinalFilteredGenerator.of_isDense · cited by 1IsCardinalFilteredGenerat…CategoryTheory.Functor.DenseAt.ofNatIso · cited by 1DenseAt.ofNatIsoCategoryTheory.Functor.LeftExtension.isPointwiseLeftKanExtensionAtOfIso' · cited by 0LeftExtension.isPointwise…CategoryTheory.Functor.isStrongGenerator_of_isDense · cited by 0Functor.isStrongGenerator…CategoryTheory.ObjectProperty.isStrongGenerator_iff_exists_extremalEpi · cited by 0ObjectProperty.isStrongGe…CategoryTheory.Functor.isColimitOfIsWellOrderContinuous' · cited by 0Functor.isColimitOfIsWell…HomotopicalAlgebra.AttachCells.reindex_isColimit₁ · cited by 0AttachCells.reindex_isCol…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Limits.Cocone · cited by 746Limits.CoconeCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Equivalence.toAdjunction · cited by 60Equivalence.toAdjunctionCategoryTheory.Limits.Cocone.whisker · cited by 40Cocone.whiskerCategoryTheory.Limits.Cocone.whiskeringEquivalence · cited by 6Cocone.whiskeringEquivale…CategoryTheory.Limits.IsColimit.ofLeftAdjoint · cited by 1IsColimit.ofLeftAdjointIsColimit.whiskerEquivalenceCITED BYCITES

Cites11

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

Cited by18

Results whose statement or proof uses this declaration.