Mathlib Map

Theorems · Definition · category theory

CategoryTheory.HasShift.induced

{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] →
        (F : CategoryTheory.Functor C D) →
          (A : Type u_3) →
            [inst_2 : AddMonoid A] →
              [inst_3 : CategoryTheory.HasShift C A] →
                (s : A → CategoryTheory.Functor D D) →
                  ((a : A) → F.comp (s a) ≅ (CategoryTheory.shiftFunctor C a).comp F) →
                    [((CategoryTheory.Functor.whiskeringLeft C D D).obj F).Full] →
                      [((CategoryTheory.Functor.whiskeringLeft C D D).obj F).Faithful] → CategoryTheory.HasShift D A

When F : C ⥤ D is a functor satisfying suitable technical assumptions, this is the induced term of type HasShift D A deduced from [HasShift C A].

Defined in
Mathlib.CategoryTheory.Shift.Induced
Cited by
6 results in Mathlib
Foundations
Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryAddMonoidCategoryTheory.HasShiftCategoryTheory.Functor.FullCategoryTheory.Functor.Faithful

Around this declaration

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

CategoryTheory.Functor.CommShift.ofInduced · cited by 1CommShift.ofInducedCategoryTheory.shiftFunctorZero_inv_app_obj_of_induced · cited by 0CategoryTheory.shiftFunct…CategoryTheory.shiftFunctor_of_induced · cited by 0CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorAdd_hom_app_obj_of_induced · cited by 0CategoryTheory.shiftFunct…CategoryTheory.shiftFunctorAdd_inv_app_obj_of_induced · cited by 0CategoryTheory.shiftFunct…CategoryTheory.HasShift.localized · cited by 0HasShift.localizedCategoryTheory.Functor.commShiftIso_eq_ofInduced · cited by 0Functor.commShiftIso_eq_o…CategoryTheory.shiftFunctorZero_hom_app_obj_of_induced · cited by 0CategoryTheory.shiftFunct…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.shiftFunctor · cited by 1553CategoryTheory.shiftFunct…CategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Functor.whiskeringLeft · cited by 395Functor.whiskeringLeftCategoryTheory.Functor.Full · cited by 341Functor.FullCategoryTheory.Functor.Faithful · cited by 313Functor.FaithfulCategoryTheory.hasShiftMk · cited by 3CategoryTheory.hasShiftMkCategoryTheory.HasShift.Induced.add · cited by 3Induced.addCategoryTheory.HasShift.Induced.zero · cited by 3Induced.zeroHasShift.inducedCITED BYCITES

Cites14

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

Cited by8

Results whose statement or proof uses this declaration.