Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShortComplex.mapCyclesIso

{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).cycles ≅ F.obj S.cycles

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

Defined in
Mathlib.Algebra.Homology.ShortComplex.PreservesHomology
Cited by
8 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.mapCyclesIso_hom_iCycles · cited by 2ShortComplex.mapCyclesIso…CategoryTheory.ShortComplex.i_cyclesMk · cited by 1ShortComplex.i_cyclesMkCategoryTheory.ShortComplex.cyclesMk · cited by 1ShortComplex.cyclesMkCategoryTheory.ShortComplex.mapCyclesIso_hom_naturality · cited by 1ShortComplex.mapCyclesIso…CategoryTheory.ShortComplex.mapCyclesIso_hom_naturality_assoc · cited by 1ShortComplex.mapCyclesIso…CategoryTheory.ShortComplex.mapCyclesIso_inv_naturality · cited by 1ShortComplex.mapCyclesIso…CategoryTheory.ShortComplex.cyclesFunctorIso · cited by 0ShortComplex.cyclesFuncto…CategoryTheory.ShortComplex.LeftHomologyData.mapCyclesIso_eq · cited by 0LeftHomologyData.mapCycle…CategoryTheory.ShortComplex.mapCyclesIso_hom_iCycles_assoc · cited by 0ShortComplex.mapCyclesIso…CategoryTheory.ShortComplex.mapCyclesIso_inv_naturality_assoc · cited by 0ShortComplex.mapCyclesIso…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.cycles · cited by 220ShortComplex.cyclesCategoryTheory.ShortComplex.map · cited by 188ShortComplex.mapCategoryTheory.ShortComplex.HasLeftHomology · cited by 132ShortComplex.HasLeftHomol…CategoryTheory.ShortComplex.leftHomologyData · cited by 83ShortComplex.leftHomology…CategoryTheory.Functor.PreservesLeftHomologyOf · cited by 35Functor.PreservesLeftHomo…CategoryTheory.ShortComplex.LeftHomologyData.cyclesIso · cited by 28LeftHomologyData.cyclesIsoCategoryTheory.ShortComplex.LeftHomologyData.map · cited by 25LeftHomologyData.mapShortComplex.mapCyclesIsoCITED BYCITES

Cites14

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.