Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.IsFiltered.coeq_condition

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.IsFilteredOrEmpty C] {j j' : C}
  (f f' : j ⟶ j'),
  CategoryTheory.CategoryStruct.comp f (CategoryTheory.IsFiltered.coeqHom f f') =
    CategoryTheory.CategoryStruct.comp f' (CategoryTheory.IsFiltered.coeqHom f f')

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
14 results in Mathlib
Foundations
Depth 12 from the axioms · uses Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.IsFilteredOrEmpty

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Limits.Types.FilteredColimit.isColimit_eq_iff' · cited by 10FilteredColimit.isColimit…CategoryTheory.IsFilteredOrEmpty.of_right_adjoint · cited by 3IsFilteredOrEmpty.of_righ…CategoryTheory.isFiltered_structuredArrow_of_isFiltered_of_exists · cited by 3CategoryTheory.isFiltered…CategoryTheory.IsFilteredOrEmpty.of_exists_of_isFiltered_of_fullyFaithful · cited by 3IsFilteredOrEmpty.of_exis…CategoryTheory.Functor.final_of_exists_of_isFiltered_of_fullyFaithful · cited by 3Functor.final_of_exists_o…CategoryTheory.IsFilteredOrEmpty.of_final · cited by 2IsFilteredOrEmpty.of_finalCategoryTheory.IsFiltered.coeq₃_condition₁ · cited by 1IsFiltered.coeq₃_conditio…CategoryTheory.IsFiltered.coeq₃_condition₂ · cited by 1IsFiltered.coeq₃_conditio…CategoryTheory.IsCardinalFiltered.exists_cardinal_directed.final_functor · cited by 1exists_cardinal_directed.…CategoryTheory.Functor.Final.exists_coeq_of_locally_small · cited by 1Final.exists_coeq_of_loca…CategoryTheory.IsFiltered.coeq_condition_assoc · cited by 1IsFiltered.coeq_condition…CategoryTheory.Functor.CoconeTypes.descColimitType_injective_iff_of_isFiltered' · cited by 0CoconeTypes.descColimitTy…CategoryTheory.Functor.ιColimitType_eq_iff_of_isFiltered' · cited by 0Functor.ιColimitType_eq_i…CategoryTheory.Limits.Types.isIso_colimitPointwiseProductToProductColimit · cited by 0Types.isIso_colimitPointw…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.IsFilteredOrEmpty · cited by 55CategoryTheory.IsFiltered…CategoryTheory.IsFiltered.coeq · cited by 18IsFiltered.coeqCategoryTheory.IsFiltered.coeqHom · cited by 17IsFiltered.coeqHomCategoryTheory.IsFilteredOrEmpty.cocone_maps · cited by 5IsFilteredOrEmpty.cocone_…IsFiltered.coeq_conditionCITED BYCITES

Cites7

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by14

Results whose statement or proof uses this declaration.