Theorems · Definition · category theory
CategoryTheory.liftsToColimitOfCreates
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
{J : Type w} →
[inst_2 : CategoryTheory.Category.{w', w} J] →
(K : CategoryTheory.Functor J C) →
(F : CategoryTheory.Functor C D) →
[CategoryTheory.CreatesColimit K F] →
(c : CategoryTheory.Limits.Cocone (K.comp F)) →
(t : CategoryTheory.Limits.IsColimit c) → CategoryTheory.LiftsToColimit K F c tIf F creates the colimit of K, any cocone lifts to a colimit.
- Defined in
- Mathlib.CategoryTheory.Limits.Creates
- Cited by
- 0 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.
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
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Limits.IsColimitstatement and proof · cited by 773
- CategoryTheory.Limits.Coconestatement and proof · cited by 746
- CategoryTheory.CreatesColimitstatement and proof · cited by 4
- CategoryTheory.LiftsToColimitstatement · cited by 3
- CategoryTheory.liftColimitproof · cited by 1
- CategoryTheory.liftedColimitIsColimitproof · cited by 1
- CategoryTheory.liftedColimitMapsToOriginalproof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.