Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.Final.isColimitWhiskerEquiv

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        (F : CategoryTheory.Functor C D) →
          [F.Final] →
            {E : Type u₃} →
              [inst_3 : CategoryTheory.Category.{v₃, u₃} E] →
                {G : CategoryTheory.Functor D E} →
                  (t : CategoryTheory.Limits.Cocone G) →
                    CategoryTheory.Limits.IsColimit (CategoryTheory.Limits.Cocone.whisker F t) ≃
                      CategoryTheory.Limits.IsColimit t

When F : C ⥤ D is final, and t : Cocone G for some G : D ⥤ E, t.whisker F is a colimit cocone exactly when t is.

Defined in
Mathlib.CategoryTheory.Limits.Final
Cited by
8 results in Mathlib
Foundations
Depth 43 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.FinalCategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.IsColimit.tensor · cited by 6IsColimit.tensorCategoryTheory.Limits.ColimitPresentation.reindex · cited by 6ColimitPresentation.reind…LightCondensed.isColimitLocallyConstantPresheafDiagram · cited by 3LightCondensed.isColimitL…CategoryTheory.TransfiniteCompositionOfShape.ici · cited by 3TransfiniteCompositionOfS…CategoryTheory.Functor.Final.colimitCoconeComp · cited by 2Final.colimitCoconeCompCategoryTheory.NonemptyParallelPairPresentationAux.isColimit₁ · cited by 2NonemptyParallelPairPrese…CategoryTheory.Limits.ReflexiveCofork.isColimitEquiv · cited by 2ReflexiveCofork.isColimit…CategoryTheory.Limits.isIndObject_of_isFiltered_of_finallySmall · cited by 1Limits.isIndObject_of_isF…CategoryTheory.Functor.LeftExtension.isPointwiseLeftKanExtensionAtCompTwoSquareEquiv · cited by 1LeftExtension.isPointwise…CategoryTheory.MorphismProperty.colimitsOfShape_le_of_final · cited by 1MorphismProperty.colimits…CategoryTheory.Limits.IsColimit.underPost · cited by 1IsColimit.underPostCategoryTheory.IsGrothendieckAbelian.IsPresentable.injectivity₀.epi_f · cited by 1injectivity₀.epi_fCategoryTheory.Functor.DenseAt.precompEquivOfFinal · cited by 1DenseAt.precompEquivOfFin…CategoryTheory.Limits.IsColimit.mono_ι_app_of_isFiltered · cited by 1IsColimit.mono_ι_app_of_i…CategoryTheory.Functor.Final.preservesColimit_of_comp · cited by 1Final.preservesColimit_of…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorEquiv · cited by 8337EquivCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Limits.Cocone · cited by 746Limits.CoconeCategoryTheory.Equivalence.symm · cited by 195Equivalence.symmCategoryTheory.Functor.Final · cited by 112Functor.FinalCategoryTheory.Limits.Cocone.whisker · cited by 40Cocone.whiskerCategoryTheory.Functor.Final.coconesEquiv · cited by 4Final.coconesEquivCategoryTheory.Limits.IsColimit.ofCoconeEquiv · cited by 3IsColimit.ofCoconeEquivFinal.isColimitWhiskerEquivCITED BYCITES

Cites11

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

Cited by25

Results whose statement or proof uses this declaration.