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
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- Equivstatement · cited by 8,337
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Functor.idstatement · cited by 3,333
Cited by16
Results whose statement or proof uses this declaration.
- CategoryTheory.conjugateEquiv_idproof · cited by 4
- CategoryTheory.Adjunction.rightAdjointUniq_hom_app_counitproof · cited by 3
- CategoryTheory.Adjunction.unit_rightAdjointUniq_hom_appproof · cited by 3
- CategoryTheory.Adjunction.RightAdjointCommShift.iso_inv_appproof · cited by 2
- CategoryTheory.conjugateEquiv_counitproof · cited by 2
- CategoryTheory.conjugateEquiv_mateEquiv_vcompproof · cited by 1
- CategoryTheory.conjugateEquiv_whiskerLeftproof · cited by 1
- CategoryTheory.conjugateEquiv_whiskerRightproof · cited by 1
- CategoryTheory.Adjunction.RightAdjointCommShift.iso_hom_appproof · cited by 1
- CategoryTheory.iterated_mateEquiv_conjugateEquivproof · cited by 1
- CategoryTheory.mateEquiv_conjugateEquiv_vcompproof · cited by 1
- CategoryTheory.conjugateEquiv_associator_homproof · cited by 1