Theorems · Definition · category theory
CategoryTheory.Comma.coconeOfPreserves
{J : Type w} →
[inst : CategoryTheory.Category.{w', w} J] →
{A : Type u₁} →
[inst_1 : CategoryTheory.Category.{v₁, u₁} A] →
{B : Type u₂} →
[inst_2 : CategoryTheory.Category.{v₂, u₂} B] →
{T : Type u₃} →
[inst_3 : CategoryTheory.Category.{v₃, u₃} T] →
{L : CategoryTheory.Functor A T} →
{R : CategoryTheory.Functor B T} →
(F : CategoryTheory.Functor J (CategoryTheory.Comma L R)) →
[CategoryTheory.Limits.PreservesColimit (F.comp (CategoryTheory.Comma.fst L R)) L] →
{c₁ : CategoryTheory.Limits.Cocone (F.comp (CategoryTheory.Comma.fst L R))} →
CategoryTheory.Limits.IsColimit c₁ →
CategoryTheory.Limits.Cocone (F.comp (CategoryTheory.Comma.snd L R)) →
CategoryTheory.Limits.Cocone FIf L preserves the appropriate colimit, then given a colimit cocone for F ⋙ fst L R : J ⥤ L and
a cocone for F ⋙ snd L R : J ⥤ R we can build a cocone for F which will turn out to be a
colimit cocone.
- Defined in
- Mathlib.CategoryTheory.Limits.Comma
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 34 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
- Quiver.Homproof · cited by 32,603
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Limits.Cocone.ptproof · cited by 1,354
- CategoryTheory.Limits.IsColimitstatement and proof · cited by 773
- CategoryTheory.Limits.Coconestatement and proof · cited by 746
- CategoryTheory.Limits.Cocone.ιproof · cited by 605
- CategoryTheory.Commastatement and proof · cited by 566
- CategoryTheory.Limits.PreservesColimitstatement and proof · cited by 278
- CategoryTheory.Limits.IsColimit.descproof · cited by 144
Cited by6
Results whose statement or proof uses this declaration.
- CategoryTheory.Comma.coconeOfPreservesIsColimitstatement · cited by 0
- CategoryTheory.Comma.coconeOfPreserves_pt_homstatement and proof · cited by 0
- CategoryTheory.Comma.coconeOfPreserves_pt_leftstatement and proof · cited by 0
- CategoryTheory.Comma.coconeOfPreserves_pt_rightstatement and proof · cited by 0
- CategoryTheory.Comma.coconeOfPreserves_ι_app_leftstatement and proof · cited by 0
- CategoryTheory.Comma.coconeOfPreserves_ι_app_rightstatement and proof · cited by 0