Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Adjunction.homEquiv_unit

∀ {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) (f : F.obj X ⟶ Y),
  (adj.homEquiv X Y) f = CategoryTheory.CategoryStruct.comp (adj.unit.app X) (G.map f)

Alias of CategoryTheory.Adjunction.homEquiv_apply.

Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
44 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.mkOfHomEquiv_homEquiv · cited by 14Adjunction.mkOfHomEquiv_h…CategoryTheory.Adjunction.homEquiv_naturality_right · cited by 10Adjunction.homEquiv_natur…CategoryTheory.Adjunction.ext · cited by 5Adjunction.extCategoryTheory.sheafifyLift_unique · cited by 5CategoryTheory.sheafifyLi…CategoryTheory.ParametrizedAdjunction.homEquiv_naturality_one · cited by 4ParametrizedAdjunction.ho…CategoryTheory.Adjunction.map_restrictFullyFaithful_unit_app · cited by 4Adjunction.map_restrictFu…CategoryTheory.Adjunction.isTriangulated_rightAdjoint · cited by 3Adjunction.isTriangulated…CategoryTheory.Adjunction.map_comp_bijective_iff · cited by 3Adjunction.map_comp_bijec…sSetTopAdj_homEquiv_stdSimplex_zero · cited by 2sSetTopAdj_homEquiv_stdSi…CategoryTheory.Adjunction.unit_leftAdjointUniq_hom · cited by 2Adjunction.unit_leftAdjoi…CategoryTheory.Adjunction.CommShift.compatibilityCounit_of_compatibilityUnit · cited by 2CommShift.compatibilityCo…CategoryTheory.unitCompPartialBijectiveAux_symm_apply · cited by 1CategoryTheory.unitCompPa…CategoryTheory.bijection_natural · cited by 1CategoryTheory.bijection_…CategoryTheory.Functor.toSheafify_pullbackSheafificationCompatibility · cited by 1Functor.toSheafify_pullba…CategoryTheory.ObjectProperty.IsSeparating.of_equivalence · cited by 1IsSeparating.of_equivalen…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.compCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.Adjunction.unit · cited by 387Adjunction.unitCategoryTheory.Adjunction.homEquiv · cited by 202Adjunction.homEquivCategoryTheory.Adjunction.homEquiv_apply · cited by 4Adjunction.homEquiv_applyAdjunction.homEquiv_unitCITED BYCITES

Cites15

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

Cited by44

Results whose statement or proof uses this declaration.