Theorems · Theorem · category theory
CategoryTheory.IsFinitelyPresentable.exists_hom_of_isColimit_under
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {J : Type w} [inst_1 : CategoryTheory.SmallCategory J]
[CategoryTheory.IsFiltered J] {D : CategoryTheory.Functor J C} {c : CategoryTheory.Limits.Cocone D}
(hc : CategoryTheory.Limits.IsColimit c) {X A : C} (p : X ⟶ A) (s : (CategoryTheory.Functor.const J).obj X ⟶ D)
[CategoryTheory.IsFinitelyPresentable (CategoryTheory.Under.mk p)] (f : A ⟶ c.pt),
(∀ (j : J), CategoryTheory.CategoryStruct.comp (s.app j) (c.ι.app j) = CategoryTheory.CategoryStruct.comp p f) →
∃ j q, CategoryTheory.CategoryStruct.comp p q = s.app j ∧ CategoryTheory.CategoryStruct.comp q (c.ι.app j) = f- Cited by
- 2 results in Mathlib
- Foundations
- Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Limits.Cocone.ptstatement and proof · cited by 1,354
- CategoryTheory.Functor.conststatement and proof · cited by 1,264
- CategoryTheory.Limits.IsColimitstatement and proof · cited by 773
- CategoryTheory.Limits.Coconestatement and proof · cited by 746
- CategoryTheory.Limits.Cocone.ιstatement and proof · cited by 605
- CategoryTheory.SmallCategorystatement and proof · cited by 480
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.MorphismProperty.exists_hom_of_isFinitelyPresentableproof · cited by 0