Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.IsColimit.whiskerEquivalenceEquiv

{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 s ≃
                    CategoryTheory.Limits.IsColimit (CategoryTheory.Limits.Cocone.whisker e.functor s)

Given an equivalence of diagrams e, s is a colimit cocone iff s.whisker e.functor is.

Defined in
Mathlib.CategoryTheory.Limits.IsLimit
Cited by
4 results in Mathlib
Foundations
Depth 36 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.GradedObject.isColimitCofan₃MapBifunctorBifunctor₂₃MapObj · cited by 6GradedObject.isColimitCof…CategoryTheory.GradedObject.isColimitCofan₃MapBifunctor₁₂BifunctorMapObj · cited by 5GradedObject.isColimitCof…CategoryTheory.FinitaryExtensive.isVanKampen_finiteCoproducts · cited by 3FinitaryExtensive.isVanKa…CategoryTheory.FinitaryPreExtensive.isUniversal_finiteCoproducts · cited by 3FinitaryPreExtensive.isUn…CategoryTheory.Limits.PushoutCocone.isColimitEquivIsLimitUnop · cited by 3PushoutCocone.isColimitEq…CategoryTheory.Presheaf.isColimitTautologicalCocone · cited by 2Presheaf.isColimitTautolo…CategoryTheory.Limits.isColimitEquivIsInitialOfIsEmpty · cited by 2Limits.isColimitEquivIsIn…CategoryTheory.IsVanKampenColimit.whiskerEquivalence · cited by 1IsVanKampenColimit.whiske…CategoryTheory.Presheaf.isColimitTautologicalCocone' · cited by 1Presheaf.isColimitTautolo…CategoryTheory.IsUniversalColimit.whiskerEquivalence · cited by 1IsUniversalColimit.whiske…CategoryTheory.Limits.Cofan.isColimitEquivOfEquiv · cited by 0Cofan.isColimitEquivOfEqu…CategoryTheory.Limits.Cofork.isColimitEquivIsLimitUnop · cited by 0Cofork.isColimitEquivIsLi…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorEquiv · cited by 8337EquivCategoryTheory.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.Limits.Cocone.whisker · cited by 40Cocone.whiskerCategoryTheory.Limits.IsColimit.whiskerEquivalence · cited by 9IsColimit.whiskerEquivale…CategoryTheory.Limits.IsColimit.ofWhiskerEquivalence · cited by 4IsColimit.ofWhiskerEquiva…IsColimit.whiskerEquivalenceE…CITED BYCITES

Cites11

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

Cited by12

Results whose statement or proof uses this declaration.