Theorems · Theorem · category theory
CategoryTheory.IsFiltered.span
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [CategoryTheory.IsFilteredOrEmpty C] {i j j' : C} (f : i ⟶ j)
(f' : i ⟶ j'), ∃ k g g', CategoryTheory.CategoryStruct.comp f g = CategoryTheory.CategoryStruct.comp f' g'For every span j ⟵ i ⟶ j', there exists a cocone j ⟶ k ⟵ j' such that the square
commutes.
- Defined in
- Mathlib.CategoryTheory.Filtered.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 5 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- CategoryTheory.IsFilteredOrEmptystatement and proof · cited by 55
- CategoryTheory.IsFilteredOrEmpty.cocone_mapsproof · cited by 5
- CategoryTheory.IsFilteredOrEmpty.cocone_objsproof · cited by 4
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.IsFiltered.bowtieproof · cited by 5
- CategoryTheory.IsFiltered.tulipproof · cited by 4
- CategoryTheory.IsFiltered.crownproof · cited by 2
- CategoryTheory.IsFilteredOrEmpty.of_finalproof · cited by 2
- CategoryTheory.Functor.eqvGen_colimitTypeRel_iff_of_isFilteredproof · cited by 1