Theorems · Definition · category theory
CategoryTheory.liftColimit
{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)} →
CategoryTheory.Limits.IsColimit c → CategoryTheory.Limits.Cocone KliftColimit t is the cocone for K given by lifting the colimit t for K ⋙ F.
- Defined in
- Mathlib.CategoryTheory.Limits.Creates
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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.LiftableCocone.liftedCoconeproof · cited by 3
- CategoryTheory.CreatesColimit.liftsproof · cited by 0
Cited by8
Results whose statement or proof uses this declaration.
- CategoryTheory.hasColimit_of_createdproof · cited by 7
- CategoryTheory.liftedColimitIsColimitstatement · cited by 1
- CategoryTheory.Functor.Final.createsColimitOfCompproof · cited by 0
- CategoryTheory.createsColimitOfIsoDiagramproof · cited by 0
- CategoryTheory.createsColimitOfNatIsoproof · cited by 0
- CategoryTheory.createsColimitsOfShapeOfEquivproof · cited by 0
- CategoryTheory.liftedColimitMapsToOriginalstatement · cited by 0
- CategoryTheory.liftsToColimitOfCreatesproof · cited by 0