Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.image.preComp

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {X Y : C} →
      (f : X ⟶ Y) →
        {Z : C} →
          (g : Y ⟶ Z) →
            [inst_1 : CategoryTheory.Limits.HasImage g] →
              [inst_2 : CategoryTheory.Limits.HasImage (CategoryTheory.CategoryStruct.comp f g)] →
                CategoryTheory.Limits.image (CategoryTheory.CategoryStruct.comp f g) ⟶ CategoryTheory.Limits.image g

The comparison map image (f ≫ g) ⟶ image g.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Images
Cited by
7 results in Mathlib
Foundations
Depth 10 from the axioms · uses propext, Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasImageCategoryTheory.Limits.HasImage

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.

Cited by7

Results whose statement or proof uses this declaration.