Mathlib Map

Theorems · Definition · category theory

HomologicalComplex.extend.rightHomologyData

{ι : 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] →
              [inst_2 : CategoryTheory.Limits.HasZeroObject C] →
                (K : HomologicalComplex C c) →
                  (e : c.Embedding c') →
                    {i j k : ι} →
                      {i' j' k' : ι'} →
                        e.f j = j' →
                          c.prev j = i →
                            c'.prev j' = i' →
                              c.next j = k →
                                c'.next j' = k' →
                                  (K.sc' i j k).RightHomologyData → ((K.extend e).sc' i' j' k').RightHomologyData

The right homology data of (K.extend e).sc' i' j' k' that is deduced from a right homology data of K.sc' i j k.

Defined in
Mathlib.Algebra.Homology.Embedding.ExtendHomology
Cited by
8 results in Mathlib
Foundations
Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroObject

Around this declaration

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

HomologicalComplex.extend.homologyData · cited by 3extend.homologyDataHomologicalComplex.truncGE.rightHomologyMapData · cited by 3truncGE.rightHomologyMapD…HomologicalComplex.extend.rightHomologyData_H · cited by 0extend.rightHomologyData_HHomologicalComplex.extend.rightHomologyData_Q · cited by 0extend.rightHomologyData_QHomologicalComplex.extend.rightHomologyData_g' · cited by 0extend.rightHomologyData_…HomologicalComplex.extend.rightHomologyData_p · cited by 0extend.rightHomologyData_pHomologicalComplex.extend.rightHomologyData_ι · cited by 0extend.rightHomologyData_ιHomologicalComplex.truncGE.rightHomologyMapData_φH · cited by 0truncGE.rightHomologyMapD…HomologicalComplex.truncGE.rightHomologyMapData_φQ · cited by 0truncGE.rightHomologyMapD…HomologicalComplex.extend.homologyData_right · cited by 0extend.homologyData_rightCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeCategoryTheory.Limits.HasZeroObject · cited by 1298Limits.HasZeroObjectComplexShape.Embedding · cited by 337ComplexShape.EmbeddingComplexShape.next · cited by 297ComplexShape.nextComplexShape.Embedding.f · cited by 251Embedding.fComplexShape.prev · cited by 223ComplexShape.prevCategoryTheory.ShortComplex.RightHomologyData · cited by 211ShortComplex.RightHomolog…CategoryTheory.ShortComplex.RightHomologyData.Q · cited by 163RightHomologyData.QCategoryTheory.ShortComplex.RightHomologyData.H · cited by 158RightHomologyData.HHomologicalComplex.extend · cited by 115HomologicalComplex.extendextend.rightHomologyDataCITED BYCITES

Cites25

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

Cited by10

Results whose statement or proof uses this declaration.