Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.image.isoStrongEpiMono

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Limits.HasStrongEpiMonoFactorisations C] →
      {X Y : C} →
        {f : X ⟶ Y} →
          {I' : C} →
            (e : X ⟶ I') →
              (m : I' ⟶ Y) →
                CategoryTheory.CategoryStruct.comp e m = f →
                  [CategoryTheory.StrongEpi e] → [CategoryTheory.Mono m] → I' ≅ CategoryTheory.Limits.image f

If C has strong epi mono factorisations, then the image is unique up to isomorphism, in that if f factors as a strong epi followed by a mono, this factorisation is essentially the image factorisation.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Images
Cited by
5 results in Mathlib
Foundations
Depth 15 from the axioms · uses propext, Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasStrongEpiMonoFactorisationsCategoryTheory.StrongEpiCategoryTheory.Mono

Around this declaration

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

CategoryTheory.ShortComplex.HomologyData.ofEpiMonoFactorisation.isoImage · cited by 4ofEpiMonoFactorisation.is…CategoryTheory.ShortComplex.homologyIsoImageICyclesCompPOpcycles · cited by 3ShortComplex.homologyIsoI…CategoryTheory.Limits.image.isoStrongEpiMono_hom_comp_ι · cited by 3image.isoStrongEpiMono_ho…CategoryTheory.ObjectProperty.SerreClassLocalization.map_comp_eq_zero_iff_of_epi_mono · cited by 2SerreClassLocalization.ma…SimplexCategory.image_ι_eq · cited by 2SimplexCategory.image_ι_eqSimplexCategory.image_eq · cited by 1SimplexCategory.image_eqCategoryTheory.Limits.image.isoStrongEpiMono_inv_comp_mono · cited by 0image.isoStrongEpiMono_in…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Mono · cited by 893CategoryTheory.MonoCategoryTheory.Limits.image · cited by 124Limits.imageCategoryTheory.StrongEpi · cited by 21CategoryTheory.StrongEpiCategoryTheory.Limits.Image.isImage · cited by 11Image.isImageCategoryTheory.Limits.StrongEpiMonoFactorisation.toMonoIsImage · cited by 9StrongEpiMonoFactorisatio…CategoryTheory.Limits.IsImage.isoExt · cited by 8IsImage.isoExtCategoryTheory.Limits.StrongEpiMonoFactorisation · cited by 8Limits.StrongEpiMonoFacto…CategoryTheory.Limits.HasStrongEpiMonoFactorisations · cited by 7Limits.HasStrongEpiMonoFa…image.isoStrongEpiMonoCITED BYCITES

Cites12

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.