Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.kernelSubobjectIso

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {X Y : C} →
      [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
        (f : X ⟶ Y) →
          [inst_2 : CategoryTheory.Limits.HasKernel f] →
            CategoryTheory.Subobject.underlying.obj (CategoryTheory.Limits.kernelSubobject f) ≅
              CategoryTheory.Limits.kernel f

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

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

Around this declaration

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

CategoryTheory.Limits.kernelSubobject_arrow' · cited by 9Limits.kernelSubobject_ar…CategoryTheory.Limits.kernelSubobject_arrow · cited by 5Limits.kernelSubobject_ar…CategoryTheory.Limits.kernelSubobject_arrow_comp · cited by 5Limits.kernelSubobject_ar…CategoryTheory.Limits.kernelSubobjectIsoComp · cited by 3Limits.kernelSubobjectIso…CategoryTheory.Limits.kernelSubobject_arrow_assoc · cited by 2Limits.kernelSubobject_ar…CategoryTheory.Limits.kernel_map_comp_kernelSubobjectIso_inv · cited by 2Limits.kernel_map_comp_ke…ModuleCat.toKernelSubobject · cited by 1ModuleCat.toKernelSubobje…CategoryTheory.ShortComplex.exact_iff_epi_imageToKernel · cited by 1ShortComplex.exact_iff_ep…imageToKernel'_kernelSubobjectIso · cited by 1imageToKernel'_kernelSubo…CategoryTheory.Limits.kernelSubobjectIsoComp_inv_arrow · cited by 1Limits.kernelSubobjectIso…CategoryTheory.Limits.kernelSubobjectIso_comp_kernel_map · cited by 1Limits.kernelSubobjectIso…CategoryTheory.Limits.kernelSubobject_arrow'_assoc · cited by 1Limits.kernelSubobject_ar…CategoryTheory.Limits.factorThruKernelSubobject_comp_kernelSubobjectIso · cited by 0Limits.factorThruKernelSu…ModuleCat.toKernelSubobject_arrow · cited by 0ModuleCat.toKernelSubobje…imageSubobjectIso_imageToKernel' · cited by 0imageSubobjectIso_imageTo…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Subobject · cited by 385CategoryTheory.SubobjectCategoryTheory.Limits.kernel · cited by 272Limits.kernelCategoryTheory.Limits.kernel.ι · cited by 214kernel.ιCategoryTheory.Subobject.underlying · cited by 211Subobject.underlyingCategoryTheory.Limits.HasKernel · cited by 169Limits.HasKernelCategoryTheory.Limits.kernelSubobject · cited by 58Limits.kernelSubobjectCategoryTheory.Subobject.underlyingIso · cited by 41Subobject.underlyingIsoLimits.kernelSubobjectIsoCITED BYCITES

Cites12

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.