Theorems · Definition · category theory
CategoryTheory.Limits.colimitLimitToLimitColimit
{J : Type u₁} →
{K : Type u₂} →
[inst : CategoryTheory.Category.{v₁, u₁} J] →
[inst_1 : CategoryTheory.Category.{v₂, u₂} K] →
{C : Type u} →
[inst_2 : CategoryTheory.Category.{v, u} C] →
(F : CategoryTheory.Functor (J × K) C) →
[inst_3 : CategoryTheory.Limits.HasLimitsOfShape J C] →
[inst_4 : CategoryTheory.Limits.HasColimitsOfShape K C] →
CategoryTheory.Limits.colimit
((CategoryTheory.Functor.curry.obj ((CategoryTheory.Prod.swap K J).comp F)).comp
CategoryTheory.Limits.lim) ⟶
CategoryTheory.Limits.limit ((CategoryTheory.Functor.curry.obj F).comp CategoryTheory.Limits.colim)The universal morphism $\colim_k \lim_j F(j,k) → \lim_j \colim_k F(j, k)$.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Limits.colimitstatement · cited by 453
- CategoryTheory.Limits.colimit.ιproof · cited by 397
- CategoryTheory.Limits.limitstatement · cited by 346
- CategoryTheory.Limits.HasColimitsOfShapestatement and proof · cited by 308
- CategoryTheory.Limits.limit.πproof · cited by 278
- CategoryTheory.Limits.HasLimitsOfShapestatement and proof · cited by 223
Cited by7
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.ι_colimitLimitToLimitColimit_πstatement · cited by 3
- CategoryTheory.Limits.ι_colimitLimitToLimitColimit_π_applystatement and proof · cited by 1
- CategoryTheory.Limits.colimitLimitToLimitColimitConeproof · cited by 1
- CategoryTheory.Limits.ι_colimitLimitToLimitColimit_π_assocstatement and proof · cited by 0
- CategoryTheory.Limits.colimitLimitToLimitColimitCone_homstatement · cited by 0
- CategoryTheory.Limits.colimitLimitToLimitColimit_injectivestatement and proof · cited by 0
- CategoryTheory.Limits.colimitLimitToLimitColimit_surjectivestatement and proof · cited by 0