Mathlib Map

Theorems · Definition · category theory

HomologicalComplex.restrictionOpcyclesIso

{ι : 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 : ι) →
                      c.prev j = i →
                        {i' j' : ι'} →
                          e.f i = i' →
                            e.f j = j' →
                              c'.prev j' = i' →
                                [inst_3 : K.HasHomology j'] →
                                  [inst_4 : (K.restriction e).HasHomology j] →
                                    (K.restriction e).opcycles j ≅ K.opcycles j'

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

Defined in
Mathlib.Algebra.Homology.Embedding.RestrictionHomology
Cited by
11 results in Mathlib
Foundations
Depth 32 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…HomologicalComplex.pOpcycles_restrictionOpcyclesIso_hom · cited by 3HomologicalComplex.pOpcyc…HomologicalComplex.pOpcycles_restrictionOpcyclesIso_inv · cited by 2HomologicalComplex.pOpcyc…HomologicalComplex.pOpcycles_restrictionOpcyclesIso_inv_assoc · cited by 2HomologicalComplex.pOpcyc…HomologicalComplex.restrictionHomologyIso_inv_homologyι · cited by 1HomologicalComplex.restri…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.restrictionHomologyIso_hom_homologyι_assoc · cited by 0HomologicalComplex.restri…HomologicalComplex.restrictionOpcyclesIso.congr_simp · cited by 0restrictionOpcyclesIso.co…HomologicalComplex.pOpcycles_restrictionOpcyclesIso_hom_assoc · cited by 0HomologicalComplex.pOpcyc…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.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 · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeHomologicalComplex.HasHomology · cited by 342HomologicalComplex.HasHom…ComplexShape.Embedding · cited by 337ComplexShape.EmbeddingComplexShape.Embedding.f · cited by 251Embedding.fComplexShape.prev · cited by 223ComplexShape.prevHomologicalComplex.opcycles · cited by 153HomologicalComplex.opcycl…HomologicalComplex.restriction · cited by 88HomologicalComplex.restri…ComplexShape.Embedding.IsRelIff · cited by 88Embedding.IsRelIffHomologicalComplex.restrictio…CITED BYCITES

Cites18

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

Cited by11

Results whose statement or proof uses this declaration.