Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Adjunction.comp

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {E : Type u₃} →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} E] →
            {F : CategoryTheory.Functor C D} →
              {G : CategoryTheory.Functor D C} →
                {H : CategoryTheory.Functor D E} →
                  {I : CategoryTheory.Functor E D} → (F ⊣ G) → (H ⊣ I) → (F.comp H ⊣ I.comp G)

Composition of adjunctions.

Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
42 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Adjunction.comp_unit_app · cited by 25Adjunction.comp_unit_appCategoryTheory.Adjunction.comp_counit_app · cited by 19Adjunction.comp_counit_appModuleCat.extendScalarsComp · cited by 10ModuleCat.extendScalarsCo…CategoryTheory.Adjunction.leftAdjointCompIso · cited by 7Adjunction.leftAdjointCom…CategoryTheory.constantSheafAdj · cited by 7CategoryTheory.constantSh…CategoryTheory.Adjunction.leftAdjointCompNatTrans · cited by 5Adjunction.leftAdjointCom…CategoryTheory.ExponentiableMorphism.comp · cited by 5ExponentiableMorphism.compCategoryTheory.ChosenPullbacksAlong.comp · cited by 4ChosenPullbacksAlong.compCategoryTheory.Sheaf.adjunction · cited by 4Sheaf.adjunctionCategoryTheory.Functor.pushforwardContinuousSheafificationCompatibility · cited by 3Functor.pushforwardContin…CategoryTheory.Under.postAdjunctionRight · cited by 2Under.postAdjunctionRightAlgebraicTopology.singularChainComplexFunctorAdjunction · cited by 2AlgebraicTopology.singula…CategoryTheory.Adjunction.LeftAdjointCommShift.iso_hom_app · cited by 2LeftAdjointCommShift.iso_…CategoryTheory.Adjunction.RightAdjointCommShift.iso_inv_app · cited by 2RightAdjointCommShift.iso…CategoryTheory.Over.postAdjunctionLeft · cited by 2Over.postAdjunctionLeftCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.Functor.whiskerLeft · cited by 496Functor.whiskerLeftCategoryTheory.Functor.whiskerRight · cited by 467Functor.whiskerRightCategoryTheory.Adjunction.unit · cited by 387Adjunction.unitCategoryTheory.Adjunction.counit · cited by 376Adjunction.counitEquiv.trans · cited by 337Equiv.transCategoryTheory.Functor.associator · cited by 276Functor.associatorCategoryTheory.Adjunction.homEquiv · cited by 202Adjunction.homEquivAdjunction.compCITED BYCITES

Cites17

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

Cited by77

Results whose statement or proof uses this declaration.