Theorems · Definition · category theory
CategoryTheory.Limits.ColimitPresentation.bind
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{J : Type w} →
{I : J → Type w} →
[inst_1 : CategoryTheory.SmallCategory J] →
[inst_2 : (j : J) → CategoryTheory.SmallCategory (I j)] →
{X : C} →
(P : CategoryTheory.Limits.ColimitPresentation J X) →
(Q : (j : J) → CategoryTheory.Limits.ColimitPresentation (I j) (P.diag.obj j)) →
[∀ (j : J), CategoryTheory.IsFiltered (I j)] →
[∀ (j : J) (i : I j), CategoryTheory.IsFinitelyPresentable ((Q j).diag.obj i)] →
CategoryTheory.Limits.ColimitPresentation (CategoryTheory.Limits.ColimitPresentation.Total Q) XIf P is a colimit presentation over J of X and for every j we are given a colimit
presentation Qⱼ over I j of the P.diag.obj j, this is the refined colimit presentation of X
over Total Q.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 114 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.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homproof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Limits.Cocone.ptproof · cited by 1,354
- CategoryTheory.Limits.Coconeproof · cited by 746
- CategoryTheory.Limits.Cocone.ιproof · cited by 605
- CategoryTheory.SmallCategorystatement and proof · cited by 480
- CategoryTheory.IsFilteredstatement and proof · cited by 210
- CategoryTheory.Limits.IsColimit.descproof · cited by 144
- CategoryTheory.Limits.ColimitPresentation.diagstatement and proof · cited by 62
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.ObjectProperty.ind_indproof · cited by 1
- CategoryTheory.Limits.ColimitPresentation.bind_diag_objstatement and proof · cited by 1
- CategoryTheory.Limits.ColimitPresentation.bind.congr_simpstatement and proof · cited by 0
- CategoryTheory.Limits.ColimitPresentation.bind_diag_mapstatement and proof · cited by 0
- CategoryTheory.Limits.ColimitPresentation.bind_ι_appstatement and proof · cited by 0