Theorems · Theorem · category theory
CategoryTheory.IsFiltered.sup_exists
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [CategoryTheory.IsFiltered C] (O : Finset C)
(H : Finset ((X : C) ×' (Y : C) ×' (_ : X ∈ O) ×' (_ : Y ∈ O) ×' (X ⟶ Y))),
∃ S T,
∀ {X Y : C} (mX : X ∈ O) (mY : Y ∈ O) {f : X ⟶ Y},
⟨X, ⟨Y, ⟨mX, ⟨mY, f⟩⟩⟩⟩ ∈ H → CategoryTheory.CategoryStruct.comp f (T mY) = T mXGiven any Finset of objects {X, ...} and
indexed collection of Finsets of morphisms {f, ...} in C,
there exists an object S, with a morphism T X : X ⟶ S from each X,
such that the triangles commute: f ≫ T Y = T X, for f : X ⟶ Y in the Finset.
- Defined in
- Mathlib.CategoryTheory.Filtered.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.CategoryStruct.compstatement and proof · cited by 17,999
- Finsetstatement and proof · cited by 13,712
- CategoryTheory.Category.assocproof · cited by 6,433
- Nonempty.someproof · cited by 340
- CategoryTheory.IsFilteredstatement and proof · cited by 210
- Finset.inductionproof · cited by 108
- CategoryTheory.IsFiltered.coeqproof · cited by 18
- CategoryTheory.IsFiltered.coeqHomproof · cited by 17
- Finset.mem_of_mem_insert_of_neproof · cited by 8
- CategoryTheory.IsFiltered.sup_objs_existsproof · cited by 2
Cited by6
Results whose statement or proof uses this declaration.
- CategoryTheory.IsFiltered.supproof · cited by 4
- CategoryTheory.IsFiltered.cocone_nonemptyproof · cited by 3
- CategoryTheory.IsFiltered.toSup_commutesproof · cited by 1
- CategoryTheory.IsFiltered.wideSpanproof · cited by 0
- CategoryTheory.Limits.colimitLimitToLimitColimit_injectiveproof · cited by 0
- CategoryTheory.Limits.colimitLimitToLimitColimit_surjectiveproof · cited by 0