Theorems · Definition · category theory
CategoryTheory.Limits.Cocone.toCostructuredArrowCocone
{J : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} J] →
{C : Type u₃} →
[inst_1 : CategoryTheory.Category.{v₃, u₃} C] →
{D : Type u₄} →
[inst_2 : CategoryTheory.Category.{v₄, u₄} D] →
{K : CategoryTheory.Functor J C} →
(c : CategoryTheory.Limits.Cocone K) →
(F : CategoryTheory.Functor C D) →
{X : D} →
(f : F.obj c.pt ⟶ X) →
CategoryTheory.Limits.Cocone
((F.mapCocone c).toCostructuredArrow.comp
((CategoryTheory.CostructuredArrow.map f).comp (CategoryTheory.CostructuredArrow.pre K F X)))Given a cocone c : Cocone K and a map f : F.obj c.X ⟶ X, we can construct a cocone of
costructured arrows over X with f as the cone point.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 32 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.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Limits.Cocone.ptstatement and proof · cited by 1,354
- CategoryTheory.Limits.Coconestatement and proof · cited by 746
- CategoryTheory.Limits.Cocone.ιproof · cited by 605
- CategoryTheory.CostructuredArrowstatement · cited by 536
- CategoryTheory.Functor.mapCoconestatement · cited by 161
- CategoryTheory.CostructuredArrow.mkproof · cited by 155
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.Cocone.toCostructuredArrowCocone_ptstatement and proof · cited by 0
- CategoryTheory.Limits.Cocone.toCostructuredArrowCocone_ι_appstatement and proof · cited by 0