Theorems · Definition · category theory
CategoryTheory.Limits.colimit.isColimitToOver
{J : Type w} →
[inst : CategoryTheory.Category.{w', w} J] →
{C : Type u} →
[inst_1 : CategoryTheory.Category.{v, u} C] →
(F : CategoryTheory.Functor J C) →
[inst_2 : CategoryTheory.Limits.HasColimit F] →
CategoryTheory.Limits.IsColimit (CategoryTheory.Limits.colimit.toOver F)If F has a colimit, then the cocone colimit.toOver F with cocone point 𝟙 (colimit F) is
also a colimit cocone.
- Defined in
- Mathlib.CategoryTheory.Limits.Over
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 42 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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 · cited by 6,529
- CategoryTheory.Overstatement · cited by 935
- CategoryTheory.Limits.IsColimitstatement · cited by 773
- CategoryTheory.CostructuredArrowstatement · cited by 536
- CategoryTheory.Limits.colimitstatement · cited by 453
- CategoryTheory.Limits.HasColimitstatement and proof · cited by 307
- CategoryTheory.Limits.colimit.isColimitproof · cited by 193
- CategoryTheory.CostructuredArrow.toOverstatement · cited by 26
- CategoryTheory.Limits.colimit.toCostructuredArrowstatement · cited by 5
- CategoryTheory.Limits.colimit.toOverstatement · cited by 3
Cited by1
Results whose statement or proof uses this declaration.