Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Adjunction.homEquiv_naturality_right_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 : C} {Y Y' : D} (f : X ⟶ G.obj Y)
  (g : Y ⟶ Y'),
  (adj.homEquiv X Y').symm (CategoryTheory.CategoryStruct.comp f (G.map g)) =
    CategoryTheory.CategoryStruct.comp ((adj.homEquiv X Y).symm f) g
Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
8 results in Mathlib
Foundations
Depth 27 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.MonoidalClosed.uncurry_natural_right · cited by 4MonoidalClosed.uncurry_na…CategoryTheory.IsCofilteredOrEmpty.of_left_adjoint · cited by 3IsCofilteredOrEmpty.of_le…CategoryTheory.Adjunction.homEquiv_naturality_right_square · cited by 3Adjunction.homEquiv_natur…CategoryTheory.Adjunction.Quadruple.epi_leftTriple_rightToLeft_app_iff_mono_rightTriple_leftToRight_app · cited by 2Quadruple.epi_leftTriple_…CategoryTheory.Sheaf.ΓHomEquiv_naturality_right_symm · cited by 2Sheaf.ΓHomEquiv_naturalit…CategoryTheory.Sheaf.ΓHomEquiv_naturality_right · cited by 1Sheaf.ΓHomEquiv_naturalit…CategoryTheory.Endofunctor.Adjunction.Coalgebra.homEquiv_naturality_str_symm · cited by 0Coalgebra.homEquiv_natura…CategoryTheory.Sheaf.ΓObjEquivHom_naturality · cited by 0Sheaf.ΓObjEquivHom_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 8337EquivEquiv.symm · cited by 3681Equiv.symmCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionEquiv.apply_symm_apply · cited by 346Equiv.apply_symm_applyCategoryTheory.Adjunction.homEquiv · cited by 202Adjunction.homEquivEquiv.symm_apply_eq · cited by 63Equiv.symm_apply_eqCategoryTheory.Adjunction.homEquiv_naturality_right · cited by 10Adjunction.homEquiv_natur…Adjunction.homEquiv_naturalit…CITED BYCITES

Cites14

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

Cited by8

Results whose statement or proof uses this declaration.