Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShortComplex.mapOpcyclesIso

{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.HasRightHomology] →
                    [inst_6 : F.PreservesRightHomologyOf S] → (S.map F).opcycles ≅ F.obj S.opcycles

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

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.HasRightHomologyCategoryTheory.Functor.PreservesRightHomologyOf

Around this declaration

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

CategoryTheory.ShortComplex.mapOpcyclesIso_hom_naturality · cited by 1ShortComplex.mapOpcyclesI…CategoryTheory.ShortComplex.mapOpcyclesIso_hom_naturality_assoc · cited by 1ShortComplex.mapOpcyclesI…CategoryTheory.ShortComplex.mapOpcyclesIso_inv_naturality · cited by 1ShortComplex.mapOpcyclesI…CategoryTheory.ShortComplex.opcyclesFunctorIso · cited by 0ShortComplex.opcyclesFunc…CategoryTheory.ShortComplex.RightHomologyData.mapOpcyclesIso_eq · cited by 0RightHomologyData.mapOpcy…CategoryTheory.ShortComplex.mapOpcyclesIso_inv_naturality_assoc · cited by 0ShortComplex.mapOpcyclesI…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.opcycles · cited by 192ShortComplex.opcyclesCategoryTheory.ShortComplex.map · cited by 188ShortComplex.mapCategoryTheory.ShortComplex.HasRightHomology · cited by 125ShortComplex.HasRightHomo…CategoryTheory.ShortComplex.rightHomologyData · cited by 64ShortComplex.rightHomolog…CategoryTheory.Functor.PreservesRightHomologyOf · cited by 33Functor.PreservesRightHom…CategoryTheory.ShortComplex.RightHomologyData.map · cited by 23RightHomologyData.mapCategoryTheory.ShortComplex.RightHomologyData.opcyclesIso · cited by 23RightHomologyData.opcycle…ShortComplex.mapOpcyclesIsoCITED 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.