Theorems · Definition · category theory
CategoryTheory.Limits.colimit.post
{J : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} J] →
{C : Type u} →
[inst_1 : CategoryTheory.Category.{v, u} C] →
(F : CategoryTheory.Functor J C) →
{D : Type u'} →
[inst_2 : CategoryTheory.Category.{v', u'} D] →
[inst_3 : CategoryTheory.Limits.HasColimit F] →
(G : CategoryTheory.Functor C D) →
[inst_4 : CategoryTheory.Limits.HasColimit (F.comp G)] →
CategoryTheory.Limits.colimit (F.comp G) ⟶ G.obj (CategoryTheory.Limits.colimit F)The canonical morphism from G applied to the colimit of F ⋙ G
to G applied to the colimit of F.
- Defined in
- Mathlib.CategoryTheory.Limits.HasLimits
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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 · cited by 19,642
- 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.HasColimitstatement and proof · cited by 307
- CategoryTheory.Functor.mapCoconeproof · cited by 161
- CategoryTheory.Limits.colimit.coconeproof · cited by 136
- CategoryTheory.Limits.colimit.descproof · cited by 63
Cited by8
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.colimit.ι_poststatement · cited by 6
- CategoryTheory.yonedaYonedaColimit_app_invstatement and proof · cited by 0
- CategoryTheory.Limits.colimit.map_poststatement and proof · cited by 0
- CategoryTheory.Limits.colimit.post_descstatement and proof · cited by 0
- CategoryTheory.Limits.colimit.post_poststatement and proof · cited by 0
- CategoryTheory.preservesColimit_of_isIso_poststatement and proof · cited by 0
- CategoryTheory.Limits.colimit.ι_post_assocstatement and proof · cited by 0
- CategoryTheory.Limits.colimit.pre_poststatement and proof · cited by 0