Theorems · Theorem · category theory
CategoryTheory.Limits.Concrete.isColimit_exists_of_rep_eq
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {FC : C → C → Type u_1} {CC : C → Type s}
[inst_1 : (X Y : C) → FunLike (FC X Y) (CC X) (CC Y)] [inst_2 : CategoryTheory.ConcreteCategory C FC] {J : Type w}
[inst_3 : CategoryTheory.Category.{r, w} J] (F : CategoryTheory.Functor J C)
[CategoryTheory.Limits.PreservesColimit F (CategoryTheory.forget C)] [CategoryTheory.IsFiltered J]
{D : CategoryTheory.Limits.Cocone F} {i j : J} (hD : CategoryTheory.Limits.IsColimit D)
(x : CategoryTheory.ToType (F.obj i)) (y : CategoryTheory.ToType (F.obj j)),
(CategoryTheory.ConcreteCategory.hom (D.ι.app i)) x = (CategoryTheory.ConcreteCategory.hom (D.ι.app j)) y →
∃ k f g, (CategoryTheory.ConcreteCategory.hom (F.map f)) x = (CategoryTheory.ConcreteCategory.hom (F.map g)) y- Cited by
- 2 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.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · 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.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compproof · cited by 6,529
- CategoryTheory.ConcreteCategory.homstatement and proof · cited by 4,022
- FunLikestatement and proof · cited by 2,560
- CategoryTheory.Limits.Cocone.ptstatement · cited by 1,354
- CategoryTheory.Functor.conststatement · cited by 1,264
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.Concrete.colimit_exists_of_rep_eqproof · cited by 2
- CategoryTheory.Limits.Concrete.isColimit_rep_eq_iff_existsproof · cited by 0