Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Adjunction.homEquiv_naturality_left_symm

∀ {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' X : C} {Y : D} (f : X' ⟶ X)
  (g : X ⟶ G.obj Y),
  (adj.homEquiv X' Y).symm (CategoryTheory.CategoryStruct.comp f g) =
    CategoryTheory.CategoryStruct.comp (F.map f) ((adj.homEquiv X Y).symm g)
Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
7 results in Mathlib
Foundations
Depth 26 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 · cited by 14Adjunction.homEquiv_natur…CategoryTheory.MonoidalClosed.uncurry_natural_left · cited by 9MonoidalClosed.uncurry_na…CategoryTheory.Adjunction.homEquiv_naturality_right_square · cited by 3Adjunction.homEquiv_natur…CategoryTheory.Adjunction.isCocontinuous_iff_coverPreserving · cited by 2Adjunction.isCocontinuous…CategoryTheory.Sheaf.ΓHomEquiv_naturality_left_symm · cited by 1Sheaf.ΓHomEquiv_naturalit…CategoryTheory.Sheaf.ΓHomEquiv_naturality_left · cited by 0Sheaf.ΓHomEquiv_naturalit…CategoryTheory.Endofunctor.Adjunction.Coalgebra.homEquiv_naturality_str_symm · cited by 0Coalgebra.homEquiv_natura…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.Category.assoc · cited by 6433Category.assocEquiv.symm · cited by 3681Equiv.symmCategoryTheory.Functor.map_comp · cited by 734Functor.map_compCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.Adjunction.counit · cited by 376Adjunction.counitCategoryTheory.Adjunction.homEquiv · cited by 202Adjunction.homEquivAdjunction.homEquiv_naturalit…CITED BYCITES

Cites16

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

Cited by7

Results whose statement or proof uses this declaration.