Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.KernelFork.mapIsLimit

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
      {D : Type u₂} →
        [inst_2 : CategoryTheory.Category.{v₂, u₂} D] →
          [inst_3 : CategoryTheory.Limits.HasZeroMorphisms D] →
            {X Y : C} →
              {f : X ⟶ Y} →
                (c : CategoryTheory.Limits.KernelFork f) →
                  CategoryTheory.Limits.IsLimit c →
                    (G : CategoryTheory.Functor C D) →
                      [inst_4 : G.PreservesZeroMorphisms] →
                        [CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.parallelPair f 0) G] →
                          CategoryTheory.Limits.IsLimit (c.map G)

A limit kernel fork is mapped to a limit kernel fork by a functor G when this functor preserves the corresponding limit.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Shapes.Kernels
Cited by
5 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.Limits.PreservesLimit

Around this declaration

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

CategoryTheory.ShortComplex.LeftHomologyData.map · cited by 25LeftHomologyData.mapCategoryTheory.ShortComplex.RightHomologyData.map · cited by 23RightHomologyData.mapCategoryTheory.Functor.preservesFiniteLimits_tfae · cited by 5Functor.preservesFiniteLi…CategoryTheory.Abelian.isoModSerre_kernel_eq_inverseImage_isomorphisms · cited by 2Abelian.isoModSerre_kerne…CategoryTheory.NormalEpiCategory.preservesMonomorphisms_of_preservesKernels · cited by 1NormalEpiCategory.preserv…CategoryTheory.ShortComplex.Exact.map_of_mono_of_preservesKernel · cited by 1Exact.map_of_mono_of_pres…CategoryTheory.Functor.preservesHomology_of_preservesEpis_and_kernels · cited by 0Functor.preservesHomology…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Limits.WalkingParallelPair · cited by 781Limits.WalkingParallelPairCategoryTheory.Limits.parallelPair · cited by 766Limits.parallelPairCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.Limits.PreservesLimit · cited by 293Limits.PreservesLimitCategoryTheory.Limits.KernelFork · cited by 108Limits.KernelForkCategoryTheory.Limits.isLimitOfPreserves · cited by 76Limits.isLimitOfPreservesCategoryTheory.Limits.KernelFork.isLimitMapConeEquiv · cited by 7KernelFork.isLimitMapCone…KernelFork.mapIsLimitCITED BYCITES

Cites16

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.