Theorems · Definition · category theory
CategoryTheory.Limits.colimitCompWhiskeringLeftIsoCompColimit
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{D : Type u'} →
[inst_1 : CategoryTheory.Category.{v', u'} D] →
{J : Type u₁} →
[inst_2 : CategoryTheory.Category.{v₁, u₁} J] →
{K : Type u₂} →
[inst_3 : CategoryTheory.Category.{v₂, u₂} K] →
(F : CategoryTheory.Functor J (CategoryTheory.Functor K C)) →
(G : CategoryTheory.Functor D K) →
[inst_4 : CategoryTheory.Limits.HasColimitsOfShape J C] →
CategoryTheory.Limits.colimit (F.comp ((CategoryTheory.Functor.whiskeringLeft D K C).obj G)) ≅
G.comp (CategoryTheory.Limits.colimit F)Taking a colimit after whiskering by G is the same as using G and then taking a colimit.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 47 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Iso.transproof · cited by 566
- CategoryTheory.Limits.colimitstatement · cited by 453
- CategoryTheory.Functor.whiskeringLeftstatement and proof · cited by 395
- CategoryTheory.Functor.flipstatement · cited by 320
- CategoryTheory.Limits.HasColimitsOfShapestatement and proof · cited by 308
- CategoryTheory.NatIso.ofComponentsproof · cited by 178
Cited by6
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.ι_colimitCompWhiskeringLeftIsoCompColimit_homstatement · cited by 3
- CategoryTheory.Limits.whiskerLeft_ι_colimitCompWhiskeringLeftIsoCompColimit_invstatement and proof · cited by 1
- CategoryTheory.Limits.ι_colimitCompWhiskeringLeftIsoCompColimit_hom_assocstatement and proof · cited by 0
- CategoryTheory.Limits.whiskerLeft_ι_colimitCompWhiskeringLeftIsoCompColimit_inv_assocstatement and proof · cited by 0