Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.hasColimit_of_created

∀ {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.Limits.HasColimit (K.comp F)] [CategoryTheory.CreatesColimit K F],
  CategoryTheory.Limits.HasColimit K

If F creates the limit of K and K ⋙ F has a limit, then K has a limit.

Defined in
Mathlib.CategoryTheory.Limits.Creates
Cited by
7 results in Mathlib
Foundations
Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasColimitCategoryTheory.CreatesColimit

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by7

Results whose statement or proof uses this declaration.