Mathlib Map

Theorems · Definition · category theory

HomologicalComplex.restrictionHomologyIso

{ι : Type u_1} →
  {ι' : Type u_2} →
    {c : ComplexShape ι} →
      {c' : ComplexShape ι'} →
        {C : Type u_3} →
          [inst : CategoryTheory.Category.{v_1, u_3} C] →
            [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
              (K : HomologicalComplex C c') →
                (e : c.Embedding c') →
                  [inst_2 : e.IsRelIff] →
                    (i j k : ι) →
                      c.prev j = i →
                        c.next j = k →
                          {i' j' k' : ι'} →
                            e.f i = i' →
                              e.f j = j' →
                                e.f k = k' →
                                  c'.prev j' = i' →
                                    c'.next j' = k' →
                                      [inst_3 : K.HasHomology j'] →
                                        [inst_4 : (K.restriction e).HasHomology j] →
                                          (K.restriction e).homology j ≅ K.homology j'

The isomorphism (K.restriction e).homology j ≅ K.homology j' when e.f j = j', the predecessors i and i' of j and j' satisfy e.f i = i', and the successors k and k' of j and j' satisfy e.f k = k'

Defined in
Mathlib.Algebra.Homology.Embedding.RestrictionHomology
Cited by
11 results in Mathlib
Foundations
Depth 41 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsComplexShape.Embedding.IsRelIffHomologicalComplex.HasHomologyHomologicalComplex.HasHomology

Around this declaration

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

HomologicalComplex.restrictionHomologyIso_hom_homologyι · cited by 3HomologicalComplex.restri…HomologicalComplex.restrictionHomologyIso_inv_homologyι_assoc · cited by 3HomologicalComplex.restri…CochainComplex.ConnectData.homologyIsoNeg · cited by 2ConnectData.homologyIsoNegCochainComplex.ConnectData.homologyIsoPos · cited by 2ConnectData.homologyIsoPosHomologicalComplex.homologyπ_restrictionHomologyIso_hom · cited by 2HomologicalComplex.homolo…HomologicalComplex.homologyπ_restrictionHomologyIso_inv · cited by 1HomologicalComplex.homolo…HomologicalComplex.restrictionHomologyIso_inv_homologyι · cited by 1HomologicalComplex.restri…HomologicalComplex.restrictionHomologyIso.congr_simp · cited by 0restrictionHomologyIso.co…CochainComplex.ConnectData.homologyMap_map_of_eq_neg_succ · cited by 0ConnectData.homologyMap_m…CochainComplex.ConnectData.homologyMap_map_of_eq_succ · cited by 0ConnectData.homologyMap_m…HomologicalComplex.homologyπ_restrictionHomologyIso_hom_assoc · cited by 0HomologicalComplex.homolo…HomologicalComplex.homologyπ_restrictionHomologyIso_inv_assoc · cited by 0HomologicalComplex.homolo…HomologicalComplex.restrictionHomologyIso_hom_homologyι_assoc · cited by 0HomologicalComplex.restri…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Iso.trans · cited by 566Iso.transHomologicalComplex.HasHomology · cited by 342HomologicalComplex.HasHom…ComplexShape.Embedding · cited by 337ComplexShape.EmbeddingComplexShape.next · cited by 297ComplexShape.nextCategoryTheory.ShortComplex.HasHomology · cited by 253ShortComplex.HasHomologyComplexShape.Embedding.f · cited by 251Embedding.fComplexShape.prev · cited by 223ComplexShape.prevHomologicalComplex.homology · cited by 209HomologicalComplex.homolo…HomologicalComplex.sc' · cited by 112HomologicalComplex.sc'HomologicalComplex.restrictio…CITED BYCITES

Cites20

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.