Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.conjugateEquiv_apply_app

∀ {C : Type u₁} {D : Type u₂} [inst : CategoryTheory.Category.{v₁, u₁} C] [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
  {L₁ L₂ : CategoryTheory.Functor C D} {R₁ R₂ : CategoryTheory.Functor D C} (adj₁ : L₁ ⊣ R₁) (adj₂ : L₂ ⊣ R₂)
  (a : L₂ ⟶ L₁) (X : D),
  ((CategoryTheory.conjugateEquiv adj₁ adj₂) a).app X =
    CategoryTheory.CategoryStruct.comp (adj₂.unit.app (R₁.obj X))
      (CategoryTheory.CategoryStruct.comp (R₂.map (a.app (R₁.obj X))) (R₂.map (adj₁.counit.app X)))
Defined in
Mathlib.CategoryTheory.Adjunction.Mates
Cited by
16 results in Mathlib
Foundations
Depth 31 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.conjugateEquiv_id · cited by 4CategoryTheory.conjugateE…CategoryTheory.Adjunction.rightAdjointUniq_hom_app_counit · cited by 3Adjunction.rightAdjointUn…CategoryTheory.Adjunction.unit_rightAdjointUniq_hom_app · cited by 3Adjunction.unit_rightAdjo…CategoryTheory.Adjunction.RightAdjointCommShift.iso_inv_app · cited by 2RightAdjointCommShift.iso…CategoryTheory.conjugateEquiv_counit · cited by 2CategoryTheory.conjugateE…CategoryTheory.conjugateEquiv_mateEquiv_vcomp · cited by 1CategoryTheory.conjugateE…CategoryTheory.conjugateEquiv_whiskerLeft · cited by 1CategoryTheory.conjugateE…CategoryTheory.conjugateEquiv_whiskerRight · cited by 1CategoryTheory.conjugateE…CategoryTheory.Adjunction.RightAdjointCommShift.iso_hom_app · cited by 1RightAdjointCommShift.iso…CategoryTheory.iterated_mateEquiv_conjugateEquiv · cited by 1CategoryTheory.iterated_m…CategoryTheory.mateEquiv_conjugateEquiv_vcomp · cited by 1CategoryTheory.mateEquiv_…CategoryTheory.conjugateEquiv_associator_hom · cited by 1CategoryTheory.conjugateE…CategoryTheory.conjugateEquiv_leftUnitor_hom · cited by 0CategoryTheory.conjugateE…CategoryTheory.conjugateEquiv_rightUnitor_hom · cited by 0CategoryTheory.conjugateE…CategoryTheory.Adjunction.homEquiv_symm_rightAdjointUniq_hom_app · cited by 0Adjunction.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.compCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Category.comp_id · cited by 2119Category.comp_idCategoryTheory.Category.id_comp · cited by 1998Category.id_compCategoryTheory.Adjunction · cited by 524CategoryTheory.AdjunctionCategoryTheory.conjugateEquiv…CITED BYCITES

Cites18

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

Cited by16

Results whose statement or proof uses this declaration.