Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.imageSubobjectIso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {X Y : C} →
      (f : X ⟶ Y) →
        [inst_1 : CategoryTheory.Limits.HasImage f] →
          CategoryTheory.Subobject.underlying.obj (CategoryTheory.Limits.imageSubobject f) ≅
            CategoryTheory.Limits.image f

The underlying object of imageSubobject f is (up to isomorphism!) the same as the chosen object image f.

Defined in
Mathlib.CategoryTheory.Subobject.Limits
Cited by
19 results in Mathlib
Foundations
Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasImage

Around this declaration

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

CategoryTheory.Limits.factorThruImageSubobject · cited by 8Limits.factorThruImageSub…CategoryTheory.Limits.imageSubobject_arrow' · cited by 7Limits.imageSubobject_arr…CategoryTheory.Limits.imageSubobjectCompIso · cited by 6Limits.imageSubobjectComp…CategoryTheory.Limits.imageSubobject_arrow · cited by 6Limits.imageSubobject_arr…CategoryTheory.Limits.imageSubobjectMap · cited by 5Limits.imageSubobjectMapCategoryTheory.Limits.imageSubobject_arrow_comp · cited by 5Limits.imageSubobject_arr…CategoryTheory.Limits.imageSubobject_arrow_assoc · cited by 3Limits.imageSubobject_arr…CategoryTheory.Limits.imageSubobjectMap_arrow · cited by 2Limits.imageSubobjectMap_…CategoryTheory.Limits.imageSubobject_zero_arrow · cited by 2Limits.imageSubobject_zer…CategoryTheory.Limits.imageSubobjectCompIso_hom_arrow · cited by 1Limits.imageSubobjectComp…CategoryTheory.Limits.imageSubobjectCompIso_inv_arrow · cited by 1Limits.imageSubobjectComp…CategoryTheory.Limits.imageSubobject_arrow'_assoc · cited by 1Limits.imageSubobject_arr…CategoryTheory.ShortComplex.exact_iff_epi_imageToKernel · cited by 1ShortComplex.exact_iff_ep…CategoryTheory.Limits.imageSubobject_le · cited by 1Limits.imageSubobject_leimageToKernel'_kernelSubobjectIso · cited by 1imageToKernel'_kernelSubo…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Subobject · cited by 385CategoryTheory.SubobjectCategoryTheory.Subobject.underlying · cited by 211Subobject.underlyingCategoryTheory.Limits.image · cited by 124Limits.imageCategoryTheory.Limits.HasImage · cited by 107Limits.HasImageCategoryTheory.Limits.image.ι · cited by 104image.ιCategoryTheory.Limits.imageSubobject · cited by 53Limits.imageSubobjectCategoryTheory.Subobject.underlyingIso · cited by 41Subobject.underlyingIsoLimits.imageSubobjectIsoCITED BYCITES

Cites11

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

Cited by22

Results whose statement or proof uses this declaration.