Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Adjunction.rightAdjointUniq

{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 G' : CategoryTheory.Functor D C} → (F ⊣ G) → (F ⊣ G') → (G ≅ G')

If G and G' are both right adjoint to F, then they are naturally isomorphic.

Defined in
Mathlib.CategoryTheory.Adjunction.Unique
Cited by
18 results in Mathlib
Foundations
Depth 37 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.pullbackIsoOverPullback · cited by 8ChosenPullbacksAlong.pull…CategoryTheory.ChosenPullbacksAlong.pullbackId · cited by 6ChosenPullbacksAlong.pull…CategoryTheory.Adjunction.rightAdjointUniq_hom_counit · cited by 5Adjunction.rightAdjointUn…CategoryTheory.Adjunction.unit_rightAdjointUniq_hom · cited by 5Adjunction.unit_rightAdjo…CategoryTheory.ChosenPullbacksAlong.pullbackComp · cited by 4ChosenPullbacksAlong.pull…CategoryTheory.ExponentiableMorphism.pushforwardComp · cited by 4ExponentiableMorphism.pus…CategoryTheory.ExponentiableMorphism.pushforwardId · cited by 4ExponentiableMorphism.pus…CategoryTheory.Adjunction.rightAdjointUniq_hom_app_counit · cited by 3Adjunction.rightAdjointUn…CategoryTheory.Adjunction.unit_rightAdjointUniq_hom_app · cited by 3Adjunction.unit_rightAdjo…CategoryTheory.Adjunction.rightAdjointUniq_trans · cited by 2Adjunction.rightAdjointUn…CategoryTheory.toOverIsoToOverUnit · cited by 2CategoryTheory.toOverIsoT…CategoryTheory.Adjunction.rightAdjointUniq_trans_app · cited by 1Adjunction.rightAdjointUn…CategoryTheory.ChosenPullbacksAlong.pullbackId_hom_counit · cited by 1ChosenPullbacksAlong.pull…CategoryTheory.ChosenPullbacksAlong.pullbackIsoOverPullback_hom_app_comp_fst · cited by 1ChosenPullbacksAlong.pull…CategoryTheory.Sheaf.ΓNatIsoLim · cited by 0Sheaf.ΓNatIsoLimDFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.conjugateIsoEquiv · cited by 4CategoryTheory.conjugateI…Adjunction.rightAdjointUniqCITED BYCITES

Cites7

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

Cited by26

Results whose statement or proof uses this declaration.