Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.shiftIso

{C : Type u_1} →
  {A : Type u_3} →
    [inst : CategoryTheory.Category.{v_1, u_1} C] →
      [inst_1 : CategoryTheory.Category.{v_3, u_3} A] →
        (F : CategoryTheory.Functor C A) →
          {M : Type u_4} →
            [inst_2 : AddMonoid M] →
              [inst_3 : CategoryTheory.HasShift C M] →
                [inst_4 : F.ShiftSequence M] →
                  (n a a' : M) → n + a = a' → ((CategoryTheory.shiftFunctor C n).comp (F.shift a) ≅ F.shift a')

Compatibility isomorphism shiftFunctor C n ⋙ F.shift a ≅ F.shift a' when n + a = a'.

Defined in
Mathlib.CategoryTheory.Shift.ShiftSequence
Cited by
36 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryAddMonoidCategoryTheory.HasShiftCategoryTheory.Functor.ShiftSequence

Around this declaration

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

CategoryTheory.Functor.shiftMap · cited by 24Functor.shiftMapCochainComplex.homologyδOfTriangle · cited by 9CochainComplex.homologyδO…CategoryTheory.Functor.homologySequence_exact₃ · cited by 6Functor.homologySequence_…CategoryTheory.Functor.isoShift · cited by 6Functor.isoShiftCategoryTheory.Functor.homologySequence_exact₁ · cited by 5Functor.homologySequence_…CategoryTheory.Functor.shiftMap_comp · cited by 4Functor.shiftMap_compCategoryTheory.Functor.shiftMap_comp' · cited by 4Functor.shiftMap_comp'CochainComplex.homologyFunctorFactors_hom_app_homologyδOfTriangle · cited by 4CochainComplex.homologyFu…CategoryTheory.Functor.shiftIso_add · cited by 3Functor.shiftIso_addCategoryTheory.Functor.ShiftSequence.induced_shiftIso_hom_app_obj · cited by 3ShiftSequence.induced_shi…CategoryTheory.Functor.ShiftSequence.induced_shiftMap · cited by 3ShiftSequence.induced_shi…CategoryTheory.Functor.ShiftSequence.leftComp · cited by 3ShiftSequence.leftCompCategoryTheory.Functor.shiftIso_add' · cited by 2Functor.shiftIso_add'CategoryTheory.Functor.shiftIso_add'_hom_app · cited by 2Functor.shiftIso_add'_hom…CategoryTheory.Functor.shiftIso_hom_naturality · cited by 2Functor.shiftIso_hom_natu…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoAddMonoid · cited by 2864AddMonoidCategoryTheory.shiftFunctor · cited by 1553CategoryTheory.shiftFunct…CategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Functor.shift · cited by 85Functor.shiftCategoryTheory.Functor.ShiftSequence · cited by 61Functor.ShiftSequenceCategoryTheory.Functor.ShiftSequence.shiftIso · cited by 3ShiftSequence.shiftIsoFunctor.shiftIsoCITED BYCITES

Cites10

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

Cited by41

Results whose statement or proof uses this declaration.