Theorems · Theorem · category theory
CategoryTheory.IsFiltered.bowtie
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [CategoryTheory.IsFilteredOrEmpty C] {j₁ j₂ k₁ k₂ : C}
(f₁ : j₁ ⟶ k₁) (g₁ : j₁ ⟶ k₂) (f₂ : j₂ ⟶ k₁) (g₂ : j₂ ⟶ k₂),
∃ s α β,
CategoryTheory.CategoryStruct.comp f₁ α = CategoryTheory.CategoryStruct.comp g₁ β ∧
CategoryTheory.CategoryStruct.comp f₂ α = CategoryTheory.CategoryStruct.comp g₂ βGiven a "bowtie" of morphisms
``
j₁ j₂
|\ /|
| \/ |
| /\ |
|/ \∣
vv vv
k₁ k₂
`
in a filtered category, we can construct an object s and two morphisms from k₁ and k₂ to s`,
making the resulting squares commute.
- Defined in
- Mathlib.CategoryTheory.Filtered.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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.Category.assocproof · cited by 6,433
- CategoryTheory.IsFilteredOrEmptystatement and proof · cited by 55
- CategoryTheory.IsFiltered.spanproof · cited by 5
- CategoryTheory.IsFilteredOrEmpty.cocone_mapsproof · cited by 5
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.IsFiltered.tulipproof · cited by 4
- AddMonCat.FilteredColimits.colimit_add_mk_eqproof · cited by 3
- MonCat.FilteredColimits.colimit_mul_mk_eqproof · cited by 2
- CategoryTheory.IsFiltered.crownproof · cited by 2
- CategoryTheory.Functor.IsEventuallyConstantFrom.coconeιApp_eqproof · cited by 1