Theorems · Theorem · category theory
CategoryTheory.IsFiltered.coeq_condition_assoc
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.IsFilteredOrEmpty C] {j j' : C}
(f f' : j ⟶ j') {Z : C} (h : CategoryTheory.IsFiltered.coeq f f' ⟶ Z),
CategoryTheory.CategoryStruct.comp f (CategoryTheory.CategoryStruct.comp (CategoryTheory.IsFiltered.coeqHom f f') h) =
CategoryTheory.CategoryStruct.comp f'
(CategoryTheory.CategoryStruct.comp (CategoryTheory.IsFiltered.coeqHom f f') h)coeq_condition f f', for morphisms f f' : j ⟶ j', is the proof that
f ≫ coeqHom f f' = f' ≫ coeqHom f f'.
- Defined in
- Mathlib.CategoryTheory.Filtered.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses 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
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.IsFilteredOrEmptystatement and proof · cited by 55
- CategoryTheory.IsFiltered.coeqstatement and proof · cited by 18
- CategoryTheory.IsFiltered.coeqHomstatement and proof · cited by 17
- CategoryTheory.IsFiltered.coeq_conditionproof · cited by 14
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.IsCardinalFiltered.multicoequalizerproof · cited by 0