Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.CokernelCofork.mapIsColimit

{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.CokernelCofork f) →
                  CategoryTheory.Limits.IsColimit c →
                    (G : CategoryTheory.Functor C D) →
                      [inst_4 : G.PreservesZeroMorphisms] →
                        [CategoryTheory.Limits.PreservesColimit (CategoryTheory.Limits.parallelPair f 0) G] →
                          CategoryTheory.Limits.IsColimit (c.map G)

A colimit cokernel cofork is mapped to a colimit cokernel cofork by a functor G when this functor preserves the corresponding colimit.

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

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.preservesFiniteColimits_tfae · cited by 4Functor.preservesFiniteCo…CategoryTheory.Abelian.isoModSerre_kernel_eq_inverseImage_isomorphisms · cited by 2Abelian.isoModSerre_kerne…CategoryTheory.Functor.preservesHomology_of_preservesMonos_and_cokernels · cited by 1Functor.preservesHomology…CategoryTheory.NormalMonoCategory.preservesEpimorphisms_of_preservesCokernels · cited by 1NormalMonoCategory.preser…CategoryTheory.ShortComplex.Exact.map_of_epi_of_preservesCokernel · cited by 0Exact.map_of_epi_of_prese…CategoryTheory.Limits.CokernelCofork.isColimitMapBifunctor.exists_desc · cited by 0isColimitMapBifunctor.exi…AlgebraicGeometry.presentationTilde · cited by 0AlgebraicGeometry.present…CategoryTheory.Limits.CokernelCofork.isColimitMapBifunctor.hom_ext · cited by 0isColimitMapBifunctor.hom…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.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Limits.parallelPair · cited by 766Limits.parallelPairCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.Limits.PreservesColimit · cited by 278Limits.PreservesColimitCategoryTheory.Limits.isColimitOfPreserves · cited by 118Limits.isColimitOfPreserv…CategoryTheory.Limits.CokernelCofork · cited by 108Limits.CokernelCoforkCategoryTheory.Limits.CokernelCofork.isColimitMapCoconeEquiv · cited by 7CokernelCofork.isColimitM…CokernelCofork.mapIsColimitCITED BYCITES

Cites16

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

Cited by10

Results whose statement or proof uses this declaration.