Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Cocone.functorialityEquivalence

{J : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} J] →
    {C : Type u₃} →
      [inst_1 : CategoryTheory.Category.{v₃, u₃} C] →
        {D : Type u₄} →
          [inst_2 : CategoryTheory.Category.{v₄, u₄} D] →
            (F : CategoryTheory.Functor J C) →
              (e : C ≌ D) → CategoryTheory.Limits.Cocone F ≌ CategoryTheory.Limits.Cocone (F.comp e.functor)

If e : C ≌ D is an equivalence of categories, then functoriality F e.functor induces an equivalence between cocones over F and cocones over F ⋙ e.functor.

Defined in
Mathlib.CategoryTheory.Limits.Cones
Cited by
4 results in Mathlib
Foundations
Depth 37 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.Functor.mapCoconeInv · cited by 1Functor.mapCoconeInvCategoryTheory.Limits.Cocones.functorialityEquivalence · cited by 0Cocones.functorialityEqui…CategoryTheory.Limits.Cocone.functorialityEquivalence_counitIso · cited by 0Cocone.functorialityEquiv…CategoryTheory.Limits.Cocone.functorialityEquivalence_functor · cited by 0Cocone.functorialityEquiv…CategoryTheory.Limits.Cocone.functorialityEquivalence_inverse · cited by 0Cocone.functorialityEquiv…CategoryTheory.Limits.Cocone.functorialityEquivalence_unitIso · cited by 0Cocone.functorialityEquiv…CategoryTheory.Functor.mapCoconeInvMapCocone · cited by 0Functor.mapCoconeInvMapCo…CategoryTheory.Functor.mapCoconeMapCoconeInv · cited by 0Functor.mapCoconeMapCocon…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Limits.Cocone.pt · cited by 1354Cocone.ptCategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Equivalence.inverse · cited by 1130Equivalence.inverseCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Limits.Cocone · cited by 746Limits.CoconeCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Equivalence.unitIso · cited by 536Equivalence.unitIsoCategoryTheory.Equivalence.counitIso · cited by 480Equivalence.counitIsoCocone.functorialityEquivalen…CITED BYCITES

Cites24

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

Cited by8

Results whose statement or proof uses this declaration.