Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Adjunction.ofNatIsoLeft

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

Transport an adjunction along a natural isomorphism on the left.

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

Around this declaration

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

CategoryTheory.ChosenPullbacksAlong.id · cited by 6ChosenPullbacksAlong.idCategoryTheory.ExponentiableMorphism.id · cited by 5ExponentiableMorphism.idCategoryTheory.ExponentiableMorphism.comp · cited by 5ExponentiableMorphism.compRep.coindResAdjunction · cited by 4Rep.coindResAdjunctionCategoryTheory.ChosenPullbacksAlong.comp · cited by 4ChosenPullbacksAlong.compCategoryTheory.Adjunction.ofNatIsoLeft_unit · cited by 2Adjunction.ofNatIsoLeft_u…CategoryTheory.Functor.isLeftAdjoint_of_iso · cited by 2Functor.isLeftAdjoint_of_…CategoryTheory.MonoidalClosed.ofEquiv · cited by 2MonoidalClosed.ofEquivCategoryTheory.Adjunction.homEquiv_ofNatIsoLeft_symm_apply · cited by 2Adjunction.homEquiv_ofNat…CategoryTheory.Over.postAdjunctionLeft · cited by 2Over.postAdjunctionLeftCondensedMod.LocallyConstant.adjunction · cited by 1LocallyConstant.adjunctionCategoryTheory.isLeftAdjoint_triangle_lift_comonadic · cited by 1CategoryTheory.isLeftAdjo…CategoryTheory.Adjunction.ofNatIsoLeft_counit · cited by 1Adjunction.ofNatIsoLeft_c…LightCondMod.LocallyConstant.adjunction · cited by 1LocallyConstant.adjunctionCategoryTheory.Adjunction.homEquiv_ofNatIsoLeft_apply · cited by 1Adjunction.homEquiv_ofNat…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.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.counitAdjunction.ofNatIsoLeftCITED BYCITES

Cites11

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

Cited by22

Results whose statement or proof uses this declaration.