Theorems · Theorem · category theory
CategoryTheory.IsCofiltered.infTo_commutes
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.IsCofiltered C] (O : Finset C)
(H : Finset ((X : C) ×' (Y : C) ×' (_ : X ∈ O) ×' (_ : Y ∈ O) ×' (X ⟶ Y))) {X Y : C} (mX : X ∈ O) (mY : Y ∈ O)
{f : X ⟶ Y},
⟨X, ⟨Y, ⟨mX, ⟨mY, f⟩⟩⟩⟩ ∈ H →
CategoryTheory.CategoryStruct.comp (CategoryTheory.IsCofiltered.infTo O H mX) f =
CategoryTheory.IsCofiltered.infTo O H mYThe triangles consisting of a morphism in H and the maps from inf O H commute.
- Defined in
- Mathlib.CategoryTheory.Filtered.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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 · cited by 17,999
- Finsetstatement and proof · cited by 13,712
- CategoryTheory.IsCofilteredstatement and proof · cited by 133
- CategoryTheory.IsCofiltered.inf_existsproof · cited by 6
- CategoryTheory.IsCofiltered.infstatement · cited by 4
- CategoryTheory.IsCofiltered.infTostatement · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- AlgebraicGeometry.Scheme.nonempty_of_isLimitproof · cited by 1
- TopCat.partialSections.nonemptyproof · cited by 1