Mathlib Map

Theorems · Theorem · category theory

HomologicalComplex.extendMap_f

∀ {ι : 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 L : HomologicalComplex C c} (φ : K ⟶ L) (e : c.Embedding c')
  {i : ι} {i' : ι'} (h : e.f i = i'),
  (HomologicalComplex.extendMap φ e).f i' =
    CategoryTheory.CategoryStruct.comp (K.extendXIso e h).hom
      (CategoryTheory.CategoryStruct.comp (φ.f i) (L.extendXIso e h).inv)
Defined in
Mathlib.Algebra.Homology.Embedding.Extend
Cited by
11 results in Mathlib
Foundations
Depth 22 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.

HomologicalComplex.extendMap_comp · cited by 3HomologicalComplex.extend…CategoryTheory.InjectiveResolution.Hom.hom'_f · cited by 3Hom.hom'_fCategoryTheory.ProjectiveResolution.Hom.hom'_f · cited by 3Hom.hom'_fCategoryTheory.ProjectiveResolution.π'_f_zero · cited by 2ProjectiveResolution.π'_f…ComplexShape.Embedding.homRestrict_comp_extendMap · cited by 2Embedding.homRestrict_com…CategoryTheory.InjectiveResolution.ι'_f_zero · cited by 2InjectiveResolution.ι'_f_…HomologicalComplex.extendMap_id_f · cited by 1HomologicalComplex.extend…HomologicalComplex.extendCyclesIso_hom_naturality · cited by 1HomologicalComplex.extend…HomologicalComplex.stupidTruncMap_stupidTruncXIso_hom · cited by 1HomologicalComplex.stupid…HomologicalComplex.extendMap_add · cited by 0HomologicalComplex.extend…HomologicalComplex.extendMap_zero · cited by 0HomologicalComplex.extend…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex.X · cited by 1839HomologicalComplex.XHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeCategoryTheory.Limits.HasZeroObject · cited by 1298Limits.HasZeroObjectHomologicalComplex.Hom.f · cited by 845Hom.fComplexShape.Embedding · cited by 337ComplexShape.EmbeddingComplexShape.Embedding.f · cited by 251Embedding.fHomologicalComplex.extend · cited by 115HomologicalComplex.extendHomologicalComplex.extendXIso · cited by 56HomologicalComplex.extend…HomologicalComplex.extendMap_fCITED BYCITES

Cites21

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.