Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShortComplex.mapLeftHomologyIso

{C : Type u_1} →
  {D : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_1} C] →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
        [inst_2 : CategoryTheory.Limits.HasZeroMorphisms C] →
          [inst_3 : CategoryTheory.Limits.HasZeroMorphisms D] →
            (S : CategoryTheory.ShortComplex C) →
              (F : CategoryTheory.Functor C D) →
                [inst_4 : F.PreservesZeroMorphisms] →
                  [inst_5 : S.HasLeftHomology] →
                    [inst_6 : F.PreservesLeftHomologyOf S] → (S.map F).leftHomology ≅ F.obj S.leftHomology

When a functor F preserves the left homology of a short complex S, this is the canonical isomorphism (S.map F).leftHomology ≅ F.obj S.leftHomology.

Defined in
Mathlib.Algebra.Homology.ShortComplex.PreservesHomology
Cited by
5 results in Mathlib
Foundations
Depth 40 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.ShortComplex.HasLeftHomologyCategoryTheory.Functor.PreservesLeftHomologyOf

Around this declaration

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

CategoryTheory.ShortComplex.mapLeftHomologyIso_hom_naturality · cited by 1ShortComplex.mapLeftHomol…CategoryTheory.ShortComplex.mapLeftHomologyIso_hom_naturality_assoc · cited by 1ShortComplex.mapLeftHomol…CategoryTheory.ShortComplex.mapLeftHomologyIso_inv_naturality · cited by 1ShortComplex.mapLeftHomol…CategoryTheory.ShortComplex.leftHomologyFunctorIso · cited by 0ShortComplex.leftHomology…CategoryTheory.ShortComplex.mapLeftHomologyIso_inv_naturality_assoc · cited by 0ShortComplex.mapLeftHomol…CategoryTheory.ShortComplex.LeftHomologyData.mapLeftHomologyIso_eq · cited by 0LeftHomologyData.mapLeftH…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.ShortComplex · cited by 1850CategoryTheory.ShortCompl…CategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.ShortComplex.map · cited by 188ShortComplex.mapCategoryTheory.ShortComplex.HasLeftHomology · cited by 132ShortComplex.HasLeftHomol…CategoryTheory.ShortComplex.leftHomologyData · cited by 83ShortComplex.leftHomology…CategoryTheory.ShortComplex.leftHomology · cited by 66ShortComplex.leftHomologyCategoryTheory.Functor.PreservesLeftHomologyOf · cited by 35Functor.PreservesLeftHomo…CategoryTheory.ShortComplex.LeftHomologyData.map · cited by 25LeftHomologyData.mapCategoryTheory.ShortComplex.LeftHomologyData.leftHomologyIso · cited by 13LeftHomologyData.leftHomo…ShortComplex.mapLeftHomologyI…CITED BYCITES

Cites14

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

Cited by6

Results whose statement or proof uses this declaration.