Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShortComplex.LeftHomologyMapData.map

{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₁ S₂ : CategoryTheory.ShortComplex C} →
              {φ : S₁ ⟶ S₂} →
                {h₁ : S₁.LeftHomologyData} →
                  {h₂ : S₂.LeftHomologyData} →
                    CategoryTheory.ShortComplex.LeftHomologyMapData φ h₁ h₂ →
                      (F : CategoryTheory.Functor C D) →
                        [inst_4 : F.PreservesZeroMorphisms] →
                          [inst_5 : h₁.IsPreservedBy F] →
                            [inst_6 : h₂.IsPreservedBy F] →
                              CategoryTheory.ShortComplex.LeftHomologyMapData (F.mapShortComplex.map φ) (h₁.map F)
                                (h₂.map F)

Given a left homology map data ψ : LeftHomologyMapData φ h₁ h₂ such that both left homology data h₁ and h₂ are preserved by a functor F, this is the induced left homology map data for the morphism F.mapShortComplex.map φ.

Defined in
Mathlib.Algebra.Homology.ShortComplex.PreservesHomology
Cited by
7 results in Mathlib
Foundations
Depth 42 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.ShortComplex.LeftHomologyData.IsPreservedByCategoryTheory.ShortComplex.LeftHomologyData.IsPreservedBy

Around this declaration

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

CategoryTheory.ShortComplex.LeftHomologyData.map_leftHomologyMap' · cited by 6LeftHomologyData.map_left…CategoryTheory.ShortComplex.HomologyMapData.map · cited by 2HomologyMapData.mapCategoryTheory.ShortComplex.LeftHomologyMapData.map_φH · cited by 2LeftHomologyMapData.map_φHCategoryTheory.ShortComplex.LeftHomologyData.map_cyclesMap' · cited by 2LeftHomologyData.map_cycl…CategoryTheory.ShortComplex.quasiIso_map_iff_of_preservesLeftHomology · cited by 1ShortComplex.quasiIso_map…CategoryTheory.ShortComplex.LeftHomologyMapData.map_φK · cited by 1LeftHomologyMapData.map_φKCategoryTheory.ShortComplex.HomologyMapData.map_left · cited by 0HomologyMapData.map_leftCategoryTheory.ShortComplex.LeftHomologyMapData.quasiIso_map_iff · cited by 0LeftHomologyMapData.quasi…CategoryTheory.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.ShortComplex · cited by 1850CategoryTheory.ShortCompl…CategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.ShortComplex.LeftHomologyData · cited by 212ShortComplex.LeftHomology…CategoryTheory.ShortComplex.LeftHomologyMapData · cited by 66ShortComplex.LeftHomology…CategoryTheory.Functor.mapShortComplex · cited by 65Functor.mapShortComplexCategoryTheory.ShortComplex.LeftHomologyMapData.φH · cited by 45LeftHomologyMapData.φHCategoryTheory.ShortComplex.LeftHomologyMapData.φK · cited by 36LeftHomologyMapData.φKCategoryTheory.ShortComplex.LeftHomologyData.map · cited by 25LeftHomologyData.mapCategoryTheory.ShortComplex.LeftHomologyData.IsPreservedBy · cited by 24LeftHomologyData.IsPreser…LeftHomologyMapData.mapCITED BYCITES

Cites15

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

Cited by8

Results whose statement or proof uses this declaration.