Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.IsLimit.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.Cone F} →
                (e : K ≌ J) →
                  CategoryTheory.Limits.IsLimit s ≃
                    CategoryTheory.Limits.IsLimit (CategoryTheory.Limits.Cone.whisker e.functor s)

Given an equivalence of diagrams e, s is a limit cone iff s.whisker e.functor is.

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

Cites11

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.