Theorems · Definition · category theory
CategoryTheory.Limits.IsColimit.pullbackOfHasExactColimitsOfShape
{J : Type w} →
[inst : CategoryTheory.Category.{w', w} J] →
[CategoryTheory.IsConnected J] →
{C : Type u} →
[inst_2 : CategoryTheory.Category.{v, u} C] →
[inst_3 : CategoryTheory.Limits.HasPullbacks C] →
[inst_4 : CategoryTheory.Limits.HasColimitsOfShape J C] →
[CategoryTheory.HasExactColimitsOfShape J C] →
{F : CategoryTheory.Functor J C} →
{c : CategoryTheory.Limits.Cocone F} →
CategoryTheory.Limits.IsColimit c →
{X : C} →
(f : X ⟶ c.pt) →
CategoryTheory.Limits.IsColimit
{ pt := X,
ι := CategoryTheory.Limits.pullback.snd c.ι ((CategoryTheory.Functor.const J).map f) }If c is a cocone over a functor J ⥤ C and f : X ⟶ c.pt, then for every j : J we can take
the pullback of c.ι.app j and f. This gives a new cocone with cone point X, and this cocone
is again a colimit cocone as long as J is connected and C has exact colimits of shape J.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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 and proof · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Limits.Cocone.ptstatement and proof · cited by 1,354
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Functor.conststatement and proof · cited by 1,264
- CategoryTheory.IsIsoproof · cited by 1,156
- CategoryTheory.Limits.pullbackstatement · cited by 864
- CategoryTheory.Limits.IsColimitstatement and proof · cited by 773
- CategoryTheory.Limits.Coconestatement and proof · cited by 746
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.IsColimit.pullback_hom_extproof · cited by 1