Theorems · Definition · category theory
CategoryTheory.Limits.isColimitOfIsColimitCofanMkObj
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
(G : CategoryTheory.Functor C D) →
{J : Type w} →
(f : J → C) →
[CategoryTheory.Limits.ReflectsColimit (CategoryTheory.Discrete.functor f) G] →
{P : C} →
(g : (j : J) → f j ⟶ P) →
CategoryTheory.Limits.IsColimit (CategoryTheory.Limits.Cofan.mk (G.obj P) fun j => G.map (g j)) →
CategoryTheory.Limits.IsColimit (CategoryTheory.Limits.Cofan.mk P g)The property of reflecting coproducts expressed in terms of cofans.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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.Functor.mapstatement and proof · cited by 8,698
- Equiv.symmproof · cited by 3,681
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Limits.IsColimitstatement and proof · cited by 773
- CategoryTheory.Discrete.functorstatement and proof · cited by 633
- CategoryTheory.Limits.Cofan.mkstatement and proof · cited by 105
- CategoryTheory.Limits.ReflectsColimitstatement and proof · cited by 33
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.