Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.image.compIso

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

Postcomposing by an isomorphism induces an isomorphism on the image.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Images
Cited by
7 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasEqualizersCategoryTheory.Limits.HasImageCategoryTheory.IsIso

Around this declaration

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

CategoryTheory.Limits.imageSubobjectCompIso · cited by 6Limits.imageSubobjectComp…CategoryTheory.Limits.image.compIso_hom_comp_image_ι · cited by 2image.compIso_hom_comp_im…CategoryTheory.Limits.image.compIso_inv_comp_image_ι · cited by 2image.compIso_inv_comp_im…CategoryTheory.Limits.imageSubobjectCompIso_hom_arrow · cited by 1Limits.imageSubobjectComp…CategoryTheory.Limits.imageSubobjectCompIso_inv_arrow · cited by 1Limits.imageSubobjectComp…CategoryTheory.Limits.image.compIso_hom_comp_image_ι_assoc · cited by 0image.compIso_hom_comp_im…CategoryTheory.Limits.image.compIso_inv_comp_image_ι_assoc · cited by 0image.compIso_inv_comp_im…CategoryTheory.Limits.image.compIso.congr_simp · cited by 0compIso.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.IsIso · cited by 1156CategoryTheory.IsIsoCategoryTheory.Limits.image · cited by 124Limits.imageCategoryTheory.Limits.HasImage · cited by 107Limits.HasImageCategoryTheory.Limits.HasEqualizers · cited by 60Limits.HasEqualizersCategoryTheory.Limits.image.lift · cited by 16image.liftCategoryTheory.Limits.Image.monoFactorisation · cited by 15Image.monoFactorisationCategoryTheory.Limits.MonoFactorisation.ofCompIso · cited by 4MonoFactorisation.ofCompI…CategoryTheory.Limits.MonoFactorisation.compMono · cited by 4MonoFactorisation.compMonoimage.compIsoCITED BYCITES

Cites12

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

Cited by8

Results whose statement or proof uses this declaration.