Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.ShiftSequence.induced

{C : Type u_1} →
  {D : Type u_2} →
    {A : Type u_3} →
      [inst : CategoryTheory.Category.{v_1, u_1} C] →
        [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
          [inst_2 : CategoryTheory.Category.{v_3, u_3} A] →
            {L : CategoryTheory.Functor C D} →
              {F : CategoryTheory.Functor D A} →
                {G : CategoryTheory.Functor C A} →
                  (L.comp F ≅ G) →
                    (M : Type u_4) →
                      [inst_3 : AddMonoid M] →
                        [inst_4 : CategoryTheory.HasShift C M] →
                          [inst_5 : G.ShiftSequence M] →
                            (F' : M → CategoryTheory.Functor D A) →
                              ((m : M) → L.comp (F' m) ≅ G.shift m) →
                                [((CategoryTheory.Functor.whiskeringLeft C D A).obj L).Full] →
                                  [((CategoryTheory.Functor.whiskeringLeft C D A).obj L).Faithful] →
                                    [inst_8 : CategoryTheory.HasShift D M] → [L.CommShift M] → F.ShiftSequence M

Given an isomorphism of functors e : L ⋙ F ≅ G relating functors L : C ⥤ D, F : D ⥤ A and G : C ⥤ A, an additive monoid M, a family of functors F' : M → D ⥤ A equipped with isomorphisms e' : ∀ m, L ⋙ F' m ≅ G.shift m, this is the shift sequence induced on F induced by a shift sequence for the functor G, provided that the functor (whiskeringLeft C D A).obj L of precomposition by L is fully faithful.

Defined in
Mathlib.CategoryTheory.Shift.InducedShiftSequence
Cited by
6 results in Mathlib
Foundations
Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryAddMonoidCategoryTheory.HasShiftCategoryTheory.Functor.ShiftSequenceCategoryTheory.Functor.FullCategoryTheory.Functor.FaithfulCategoryTheory.HasShiftCategoryTheory.Functor.CommShift

Around this declaration

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

CategoryTheory.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.induced_isoShiftZero_hom_app_obj · cited by 1ShiftSequence.induced_iso…CategoryTheory.Functor.ShiftSequence.induced_shiftMap_assoc · cited by 0ShiftSequence.induced_shi…CategoryTheory.Functor.ShiftSequence.induced_isoShiftZero_hom_app_obj_assoc · cited by 0ShiftSequence.induced_iso…CategoryTheory.Functor.ShiftSequence.induced_shiftIso_hom_app_obj_assoc · cited by 0ShiftSequence.induced_shi…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoAddMonoid · cited by 2864AddMonoidCategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Functor.whiskeringLeft · cited by 395Functor.whiskeringLeftCategoryTheory.Functor.Full · cited by 341Functor.FullCategoryTheory.Functor.Faithful · cited by 313Functor.FaithfulCategoryTheory.Functor.CommShift · cited by 249Functor.CommShiftCategoryTheory.Functor.shift · cited by 85Functor.shiftCategoryTheory.Functor.ShiftSequence · cited by 61Functor.ShiftSequenceCategoryTheory.Functor.ShiftSequence.induced.shiftIso · cited by 2induced.shiftIsoCategoryTheory.Functor.ShiftSequence.induced.isoZero · cited by 1induced.isoZeroShiftSequence.inducedCITED BYCITES

Cites15

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

Cited by6

Results whose statement or proof uses this declaration.