Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShortComplex.mapHomologyIso

{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.HasHomology] →
                    [inst_6 : (S.map F).HasHomology] →
                      [F.PreservesLeftHomologyOf S] → (S.map F).homology ≅ F.obj S.homology

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

Defined in
Mathlib.Algebra.Homology.ShortComplex.PreservesHomology
Cited by
12 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.HasHomologyCategoryTheory.ShortComplex.HasHomologyCategoryTheory.Functor.PreservesLeftHomologyOf

Around this declaration

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

CategoryTheory.JointlyReflectIsomorphisms.exact_iff · cited by 2JointlyReflectIsomorphism…CategoryTheory.ShortComplex.homologyFunctorIso · cited by 2ShortComplex.homologyFunc…HomologicalComplex.exact_of_degreewise_exact · cited by 2HomologicalComplex.exact_…CategoryTheory.ShortComplex.homologyMap_mapNatTrans · cited by 1ShortComplex.homologyMap_…CategoryTheory.ShortComplex.mapHomologyIso_hom_naturality · cited by 1ShortComplex.mapHomologyI…CategoryTheory.ShortComplex.mapHomologyIso_hom_naturality_assoc · cited by 1ShortComplex.mapHomologyI…CategoryTheory.ShortComplex.mapHomologyIso_inv_naturality · cited by 1ShortComplex.mapHomologyI…CategoryTheory.ShortComplex.LeftHomologyData.mapHomologyIso_eq · cited by 1LeftHomologyData.mapHomol…CategoryTheory.NatTrans.app_homology · cited by 0NatTrans.app_homologyCategoryTheory.ShortComplex.mapHomologyIso'_eq_mapHomologyIso · cited by 0ShortComplex.mapHomologyI…TopCat.Sheaf.exact_iff_stalkFunctor_map_exact · cited by 0Sheaf.exact_iff_stalkFunc…CategoryTheory.ShortComplex.mapHomologyIso_inv_naturality_assoc · cited by 0ShortComplex.mapHomologyI…CategoryTheory.ShortComplex.mapHomologyIso.congr_simp · cited by 0mapHomologyIso.congr_simpCategoryTheory.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.HasHomology · cited by 253ShortComplex.HasHomologyCategoryTheory.ShortComplex.homology · cited by 216ShortComplex.homologyCategoryTheory.ShortComplex.map · cited by 188ShortComplex.mapCategoryTheory.ShortComplex.HomologyData.left · cited by 130HomologyData.leftCategoryTheory.Functor.PreservesLeftHomologyOf · cited by 35Functor.PreservesLeftHomo…CategoryTheory.ShortComplex.LeftHomologyData.homologyIso · cited by 34LeftHomologyData.homology…CategoryTheory.ShortComplex.homologyData · cited by 33ShortComplex.homologyDataCategoryTheory.ShortComplex.LeftHomologyData.map · cited by 25LeftHomologyData.mapShortComplex.mapHomologyIsoCITED BYCITES

Cites15

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

Cited by13

Results whose statement or proof uses this declaration.