Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.IsCofiltered.eq_condition

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

eq_condition f f', for morphisms f f' : j ⟶ j', is the proof that eqHom f f' ≫ f = eqHom f f' ≫ f'.

Defined in
Mathlib.CategoryTheory.Filtered.Basic
Cited by
4 results in Mathlib
Foundations
Depth 12 from the axioms · uses Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.IsCofilteredOrEmpty

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.

Cited by4

Results whose statement or proof uses this declaration.