Mathlib Map

Theorems · Definition · category theory

CategoryTheory.IsFiltered.coeq

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [CategoryTheory.IsFilteredOrEmpty C] → {j j' : C} → (j ⟶ j') → (j ⟶ j') → C

coeq f f', for morphisms f f' : j ⟶ j', is an arbitrary choice of object which admits a morphism coeqHom f f' : j' ⟶ coeq f f' such that coeq_condition : f ≫ coeqHom f f' = f' ≫ coeqHom f f'. Its existence is ensured by IsFiltered.

Defined in
Mathlib.CategoryTheory.Filtered.Basic
Cited by
18 results in Mathlib
Foundations
Depth 9 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.IsFiltered.coeqHom · cited by 17IsFiltered.coeqHomCategoryTheory.IsFiltered.coeq_condition · cited by 14IsFiltered.coeq_conditionCategoryTheory.Limits.Types.FilteredColimit.isColimit_eq_iff' · cited by 10FilteredColimit.isColimit…CategoryTheory.IsFiltered.sup_exists · cited by 5IsFiltered.sup_existsCategoryTheory.IsFiltered.coeq₃ · cited by 3IsFiltered.coeq₃CategoryTheory.IsFilteredOrEmpty.of_right_adjoint · cited by 3IsFilteredOrEmpty.of_righ…CategoryTheory.IsFiltered.coeq₃Hom · cited by 3IsFiltered.coeq₃HomCategoryTheory.Functor.final_of_exists_of_isFiltered_of_fullyFaithful · cited by 3Functor.final_of_exists_o…CategoryTheory.IsFilteredOrEmpty.of_exists_of_isFiltered_of_fullyFaithful · cited by 3IsFilteredOrEmpty.of_exis…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.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.IsFilteredOrEmpty · cited by 55CategoryTheory.IsFiltered…CategoryTheory.IsFilteredOrEmpty.cocone_maps · cited by 5IsFilteredOrEmpty.cocone_…IsFiltered.coeqCITED BYCITES

Cites4

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

Cited by24

Results whose statement or proof uses this declaration.