Mathlib Map

Theorems · Definition · category theory

HomologicalComplex.extendSingleIso

{ι : 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.HasZeroObject C] →
              [inst_2 : CategoryTheory.Limits.HasZeroMorphisms C] →
                [inst_3 : DecidableEq ι] →
                  (e : c.Embedding c') →
                    (X : C) →
                      [inst_4 : DecidableEq ι'] →
                        (i : ι) →
                          (i' : ι') →
                            e.f i = i' →
                              (((HomologicalComplex.single C c i).obj X).extend e ≅
                                (HomologicalComplex.single C c' i').obj X)

The extension of a single complex is a single complex.

Defined in
Mathlib.Algebra.Homology.Embedding.Extend
Cited by
7 results in Mathlib
Foundations
Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroObjectCategoryTheory.Limits.HasZeroMorphismsDecidableEqDecidableEq

Around this declaration

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

CategoryTheory.ProjectiveResolution.π' · cited by 9ProjectiveResolution.π'CategoryTheory.InjectiveResolution.ι' · cited by 9InjectiveResolution.ι'CategoryTheory.ProjectiveResolution.π'_f_zero · cited by 2ProjectiveResolution.π'_f…HomologicalComplex.extendSingleIso_hom_f · cited by 2HomologicalComplex.extend…HomologicalComplex.extendSingleIso_inv_f · cited by 2HomologicalComplex.extend…CategoryTheory.InjectiveResolution.ι'_f_zero · cited by 2InjectiveResolution.ι'_f_…HomologicalComplex.extendSingleIso_hom_f_assoc · cited by 0HomologicalComplex.extend…HomologicalComplex.extendSingleIso_inv_f_assoc · cited by 0HomologicalComplex.extend…HomologicalComplex.extendSingleIso.congr_simp · cited by 0extendSingleIso.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.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 1684ComplexShapeCategoryTheory.Limits.HasZeroObject · cited by 1298Limits.HasZeroObjectComplexShape.Embedding · cited by 337ComplexShape.EmbeddingComplexShape.Embedding.f · cited by 251Embedding.fHomologicalComplex.extend · cited by 115HomologicalComplex.extendHomologicalComplex.single · cited by 110HomologicalComplex.singleHomologicalComplex.extendXIso · cited by 56HomologicalComplex.extend…HomologicalComplex.extendSing…CITED BYCITES

Cites18

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

Cited by9

Results whose statement or proof uses this declaration.