Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Adjunction.homEquiv_counit

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
  {F : CategoryTheory.Functor C D} {G : CategoryTheory.Functor D C} (adj : F ⊣ G) (X : C) (Y : D) (g : X ⟶ G.obj Y),
  (adj.homEquiv X Y).symm g = CategoryTheory.CategoryStruct.comp (F.map g) (adj.counit.app Y)

Alias of CategoryTheory.Adjunction.homEquiv_symm_apply.

Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
30 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.Adjunction.homEquiv_naturality_left_symm · cited by 7Adjunction.homEquiv_natur…CategoryTheory.toSheafify_sheafifyLift · cited by 4CategoryTheory.toSheafify…CategoryTheory.sheafificationAdjunction_counit_app_val · cited by 4CategoryTheory.sheafifica…CategoryTheory.sheafComposeNatTrans_fac · cited by 3CategoryTheory.sheafCompo…CategoryTheory.Adjunction.isTriangulated_rightAdjoint · cited by 3Adjunction.isTriangulated…CategoryTheory.Adjunction.map_comp_bijective_iff · cited by 3Adjunction.map_comp_bijec…CategoryTheory.Adjunction.map_restrictFullyFaithful_counit_app · cited by 3Adjunction.map_restrictFu…CategoryTheory.Adjunction.homEquiv_ofNatIsoLeft_symm_apply · cited by 2Adjunction.homEquiv_ofNat…CategoryTheory.Adjunction.homEquiv_symm_id · cited by 2Adjunction.homEquiv_symm_…AlgebraicGeometry.ΓSpec.toOpen_comp_locallyRingedSpaceAdjunction_homEquiv_app · cited by 1ΓSpec.toOpen_comp_locally…CategoryTheory.ObjectProperty.IsCoseparating.of_equivalence · cited by 1IsCoseparating.of_equival…CategoryTheory.Functor.toSheafify_pullbackSheafificationCompatibility · cited by 1Functor.toSheafify_pullba…CategoryTheory.Adjunction.RightAdjointCommShift.compatibilityUnit_iso · cited by 1RightAdjointCommShift.com…CategoryTheory.Functor.final_of_adjunction · cited by 1Functor.final_of_adjuncti…CategoryTheory.Adjunction.homEquiv_symm_unit · cited by 1Adjunction.homEquiv_symm_…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapEquiv · cited by 8337EquivCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Functor.comp · cited by 6529Functor.compEquiv.symm · cited by 3681Equiv.symmCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.Adjunction.counit · cited by 376Adjunction.counitCategoryTheory.Adjunction.homEquiv · cited by 202Adjunction.homEquivAdjunction.homEquiv_counitCITED BYCITES

Cites16

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

Cited by30

Results whose statement or proof uses this declaration.