Theorems · Definition · category theory
CategoryTheory.Comma.colimitAuxiliaryCocone
{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.Cocone (F.comp (CategoryTheory.Comma.snd L R)) →
CategoryTheory.Limits.Cocone ((F.comp (CategoryTheory.Comma.fst L R)).comp L)(Implementation). An auxiliary cocone which is useful in order to construct colimits in the comma category.
- Defined in
- Mathlib.CategoryTheory.Limits.Comma
- Cited by
- 5 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.
Cites12
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.objproof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Limits.Coconestatement and proof · cited by 746
- CategoryTheory.Commastatement and proof · cited by 566
- CategoryTheory.Functor.whiskerLeftproof · cited by 496
- CategoryTheory.Functor.mapCoconeproof · cited by 161
- CategoryTheory.Limits.Cocone.precomposeproof · cited by 87
- CategoryTheory.Comma.fststatement · cited by 76
- CategoryTheory.Comma.sndstatement and proof · cited by 51
- CategoryTheory.Comma.natTransproof · cited by 2
Cited by6
Results whose statement or proof uses this declaration.
- CategoryTheory.Comma.coconeOfPreservesproof · cited by 5
- CategoryTheory.Comma.coconeOfPreserves_ι_app_leftstatement · cited by 0
- CategoryTheory.Comma.coconeOfPreserves_ι_app_rightstatement · cited by 0
- CategoryTheory.Comma.colimitAuxiliaryCocone_ptstatement and proof · cited by 0
- CategoryTheory.Comma.colimitAuxiliaryCocone_ι_appstatement and proof · cited by 0
- CategoryTheory.Comma.coconeOfPreserves_pt_homstatement · cited by 0