Mathlib Map

Theorems · Definition · category theory

HomologicalComplex.Hom.isoOfComponents

{ι : Type u_1} →
  {V : Type u} →
    [inst : CategoryTheory.Category.{v, u} V] →
      [inst_1 : CategoryTheory.Limits.HasZeroMorphisms V] →
        {c : ComplexShape ι} →
          {C₁ C₂ : HomologicalComplex V c} →
            (f : (i : ι) → C₁.X i ≅ C₂.X i) →
              autoParam
                  (∀ (i j : ι),
                    c.Rel i j →
                      CategoryTheory.CategoryStruct.comp (f i).hom (C₂.d i j) =
                        CategoryTheory.CategoryStruct.comp (C₁.d i j) (f j).hom)
                  HomologicalComplex.Hom.isoOfComponents._auto_1 →
                (C₁ ≅ C₂)

Construct an isomorphism of chain complexes from isomorphism of the objects which commute with the differentials.

Defined in
Mathlib.Algebra.Homology.HomologicalComplex
Cited by
5 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphisms

Around this declaration

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

CochainComplex.singleFunctors · cited by 11CochainComplex.singleFunc…HomologicalComplex₂.totalShift₁Iso · cited by 11HomologicalComplex₂.total…HomologicalComplex₂.totalShift₂Iso · cited by 11HomologicalComplex₂.total…HomologicalComplex₂.totalFlipIso · cited by 9HomologicalComplex₂.total…CochainComplex.mappingConeHomOfDegreewiseSplitIso · cited by 6CochainComplex.mappingCon…AlgebraicTopology.DoldKan.Γ₀NondegComplexIso · cited by 5DoldKan.Γ₀NondegComplexIsoCochainComplex.mappingCone.mapHomologicalComplexIso · cited by 5mappingCone.mapHomologica…CochainComplex.shiftFunctorAdd' · cited by 5CochainComplex.shiftFunct…CochainComplex.shiftFunctorZero' · cited by 4CochainComplex.shiftFunct…CochainComplex.mapBifunctorHomologicalComplexShift₁Iso · cited by 4CochainComplex.mapBifunct…CochainComplex.mapBifunctorHomologicalComplexShift₂Iso · cited by 4CochainComplex.mapBifunct…CategoryTheory.Functor.mapHomologicalComplexIdIso · cited by 4Functor.mapHomologicalCom…HomologicalComplex.homotopyCofiber.mapHomologicalComplexObjIso · cited by 4homotopyCofiber.mapHomolo…CategoryTheory.Functor.mapCochainComplexShiftIso · cited by 3Functor.mapCochainComplex…CochainComplex.ConnectData.restrictionGEIso · cited by 3ConnectData.restrictionGE…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex.X · cited by 1839HomologicalComplex.XHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeHomologicalComplex.d · cited by 598HomologicalComplex.dComplexShape.Rel · cited by 518ComplexShape.RelHom.isoOfComponentsCITED BYCITES

Cites12

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

Cited by39

Results whose statement or proof uses this declaration.