Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Limits.MonoFactorisation.fac_assoc

∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y : C} {f : X ⟶ Y}
  (self : CategoryTheory.Limits.MonoFactorisation f) {Z : C} (h : Y ⟶ Z),
  CategoryTheory.CategoryStruct.comp self.e (CategoryTheory.CategoryStruct.comp self.m h) =
    CategoryTheory.CategoryStruct.comp f h

A factorisation of a morphism f = e ≫ m, with m monic.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Images
Cited by
0 results in Mathlib
Foundations
Depth 6 from the axioms · uses Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

Cites9

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.