Mathlib Map

Theorems · Definition · category theory

HomologicalComplex.extendXIso

{ι : 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] →
                (K : HomologicalComplex C c) →
                  (e : c.Embedding c') → {i' : ι'} → {i : ι} → e.f i = i' → ((K.extend e).X i' ≅ K.X i)

The isomorphism (K.extend e).X i' ≅ K.X i when e.f i = i'.

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

Around this declaration

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

CategoryTheory.InjectiveResolution.cochainComplexXIso · cited by 18InjectiveResolution.cocha…CategoryTheory.ProjectiveResolution.cochainComplexXIso · cited by 18ProjectiveResolution.coch…HomologicalComplex.extend_d_eq · cited by 12HomologicalComplex.extend…HomologicalComplex.extendMap_f · cited by 11HomologicalComplex.extend…HomologicalComplex.extend.rightHomologyData · cited by 8extend.rightHomologyDataHomologicalComplex.extendSingleIso · cited by 7HomologicalComplex.extend…HomologicalComplex.extend.leftHomologyData · cited by 5extend.leftHomologyDataHomologicalComplex.stupidTruncXIso · cited by 4HomologicalComplex.stupid…Homotopy.ofExtend · cited by 4Homotopy.ofExtendComplexShape.Embedding.homRestrict_f · cited by 4Embedding.homRestrict_fComplexShape.Embedding.homRestrict.f · cited by 3homRestrict.fComplexShape.Embedding.liftExtend.f · cited by 3liftExtend.fCategoryTheory.InjectiveResolution.Hom.hom'_f · cited by 3Hom.hom'_fCategoryTheory.ProjectiveResolution.Hom.hom'_f · cited by 3Hom.hom'_fHomologicalComplex.extendCyclesIso_hom_iCycles_assoc · cited by 3HomologicalComplex.extend…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex.X · cited by 1839HomologicalComplex.XHomologicalComplex · 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.extend.XIso · cited by 6extend.XIsoComplexShape.Embedding.r_eq_some · cited by 4Embedding.r_eq_someHomologicalComplex.extendXIsoCITED BYCITES

Cites12

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

Cited by73

Results whose statement or proof uses this declaration.