Mathlib Map

Theorems · Definition · category theory

CategoryTheory.SingleFunctors.shiftIso

{C : Type u_1} →
  {D : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_1} C] →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
        {A : Type u_5} →
          [inst_2 : AddMonoid A] →
            [inst_3 : CategoryTheory.HasShift D A] →
              (self : CategoryTheory.SingleFunctors C D A) →
                (n a a' : A) → n + a = a' → ((self.functor a').comp (CategoryTheory.shiftFunctor D n) ≅ self.functor a)

the isomorphism functor a' ⋙ shiftFunctor D n ≅ functor a when n + a = a'

Defined in
Mathlib.CategoryTheory.Shift.SingleFunctors
Cited by
26 results in Mathlib
Foundations
Depth 23 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryAddMonoidCategoryTheory.HasShift

Around this declaration

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

CategoryTheory.SingleFunctors.postcomp · cited by 22SingleFunctors.postcompCategoryTheory.Abelian.Ext.eq_zero_of_projective · cited by 4Ext.eq_zero_of_projectiveCategoryTheory.Abelian.Ext.eq_zero_of_injective · cited by 4Ext.eq_zero_of_injectiveCategoryTheory.SingleFunctors.shiftIso_add · cited by 3SingleFunctors.shiftIso_a…CategoryTheory.SingleFunctors.isoMk · cited by 2SingleFunctors.isoMkCategoryTheory.SingleFunctors.Hom.ext · cited by 2Hom.extCategoryTheory.SingleFunctors.shiftIso_add' · cited by 2SingleFunctors.shiftIso_a…CategoryTheory.SingleFunctors.shiftIso_zero · cited by 2SingleFunctors.shiftIso_z…CategoryTheory.SingleFunctors.lift.shiftIso · cited by 1lift.shiftIsoCategoryTheory.SingleFunctors.map_lift_shiftIso_hom_app · cited by 1SingleFunctors.map_lift_s…CategoryTheory.SingleFunctors.Hom.mk.inj · cited by 1mk.injCategoryTheory.SingleFunctors.Hom.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.SingleFunctors.Hom.comm · cited by 1Hom.commCategoryTheory.SingleFunctors.Hom.noConfusion · cited by 0Hom.noConfusionCategoryTheory.SingleFunctors.Hom.noConfusionType · cited by 0Hom.noConfusionTypeCategoryTheory.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.SingleFunctors · cited by 65CategoryTheory.SingleFunc…CategoryTheory.SingleFunctors.functor · cited by 64SingleFunctors.functorSingleFunctors.shiftIsoCITED BYCITES

Cites9

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

Cited by34

Results whose statement or proof uses this declaration.