Theorems · Theorem · category theory
CategoryTheory.Limits.colimit_eq_iff
∀ {J : Type u_1} {C : Type u_2} [inst : CategoryTheory.Category.{v_1, u_1} J]
[inst_1 : CategoryTheory.Category.{v_2, u_2} C] {FC : C → C → Type u_3} {CC : C → Type u_4}
[inst_2 : (X Y : C) → FunLike (FC X Y) (CC X) (CC Y)] [inst_3 : CategoryTheory.ConcreteCategory C FC]
[CategoryTheory.Limits.PreservesColimitsOfShape J (CategoryTheory.forget C)] (F : CategoryTheory.Functor J C)
[CategoryTheory.IsFilteredOrEmpty J] [inst_6 : CategoryTheory.Limits.HasColimit F] {i j : J}
{xi : CategoryTheory.ToType (F.obj i)} {xj : CategoryTheory.ToType (F.obj j)},
(CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.colimit.ι F i)) xi =
(CategoryTheory.ConcreteCategory.hom (CategoryTheory.Limits.colimit.ι F j)) xj ↔
∃ k f g, (CategoryTheory.ConcreteCategory.hom (F.map f)) xi = (CategoryTheory.ConcreteCategory.hom (F.map g)) xj- Cited by
- 0 results in Mathlib
- Foundations
- Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement · cited by 8,698
- CategoryTheory.ConcreteCategory.homstatement · cited by 4,022
- FunLikestatement and proof · cited by 2,560
- CategoryTheory.Limits.colimitstatement · cited by 453
- CategoryTheory.ConcreteCategorystatement and proof · cited by 421
- CategoryTheory.forgetstatement and proof · cited by 418
- CategoryTheory.Limits.colimit.ιstatement · cited by 397
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.