Theorems · Theorem · category theory
CategoryTheory.unit_conjugateEquiv
∀ {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₂)
(α : L₂ ⟶ L₁) (c : C),
CategoryTheory.CategoryStruct.comp (adj₁.unit.app c) (((CategoryTheory.conjugateEquiv adj₁ adj₂) α).app (L₁.obj c)) =
CategoryTheory.CategoryStruct.comp (adj₂.unit.app c) (R₂.map (α.app c))A component of a transposed form of the conjugation definition.
- Defined in
- Mathlib.CategoryTheory.Adjunction.Mates
- Cited by
- 2 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.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · 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.Iso.homproof · cited by 7,684
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Iso.invproof · cited by 6,514
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.MonoidalClosed.coev_app_comp_pre_appproof · cited by 1
- CategoryTheory.unit_conjugateEquiv_symmproof · cited by 0