Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Adjunction.CommShift

{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} →
          {G : CategoryTheory.Functor D C} →
            (F ⊣ G) →
              (A : Type u_3) →
                [inst_2 : AddMonoid A] →
                  [inst_3 : CategoryTheory.HasShift C A] →
                    [inst_4 : CategoryTheory.HasShift D A] → [F.CommShift A] → [G.CommShift A] → Prop

The property for CommShift structures on F and G to be compatible with an adjunction F ⊣ G.

Defined in
Mathlib.CategoryTheory.Shift.Adjunction
Cited by
20 results in Mathlib
Foundations
Depth 3 from the axioms · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryAddMonoidCategoryTheory.HasShiftCategoryTheory.HasShiftCategoryTheory.Functor.CommShiftCategoryTheory.Functor.CommShift

Around this declaration

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

CategoryTheory.Equivalence.CommShift · cited by 6Equivalence.CommShiftCategoryTheory.Adjunction.isTriangulated_rightAdjoint · cited by 3Adjunction.isTriangulated…CategoryTheory.Adjunction.shift_counit_app · cited by 2Adjunction.shift_counit_a…CategoryTheory.Adjunction.unit_app_commShiftIso_hom_app · cited by 2Adjunction.unit_app_commS…CategoryTheory.Adjunction.commShiftIso_hom_app_counit_app_shift · cited by 2Adjunction.commShiftIso_h…CategoryTheory.Adjunction.CommShift.mk' · cited by 2CommShift.mk'CategoryTheory.Adjunction.isTriangulated_leftAdjoint · cited by 1Adjunction.isTriangulated…CategoryTheory.Adjunction.shift_unit_app · cited by 1Adjunction.shift_unit_appCategoryTheory.Adjunction.shift_unit_app_assoc · cited by 1Adjunction.shift_unit_app…CategoryTheory.Adjunction.unit_app_shift_commShiftIso_inv_app · cited by 1Adjunction.unit_app_shift…CategoryTheory.Adjunction.commShiftIso_inv_app_counit_app · cited by 1Adjunction.commShiftIso_i…CategoryTheory.Adjunction.IsTriangulated.casesOn · cited by 0IsTriangulated.casesOnCategoryTheory.Adjunction.IsTriangulated.mk' · cited by 0IsTriangulated.mk'CategoryTheory.Adjunction.IsTriangulated.mk'' · cited by 0IsTriangulated.mk''CategoryTheory.Adjunction.IsTriangulated.recOn · cited by 0IsTriangulated.recOnCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorAddMonoid · cited by 2864AddMonoidCategoryTheory.HasShift · cited by 1527CategoryTheory.HasShiftCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.Functor.CommShift · cited by 249Functor.CommShiftAdjunction.CommShiftCITED BYCITES

Cites6

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

Cited by25

Results whose statement or proof uses this declaration.