Theorems · Theorem · category theory
CategoryTheory.conjugateEquiv_whiskerLeft
∀ {A : Type u₁} {B : Type u₂} {C : Type u₃} [inst : CategoryTheory.Category.{v₁, u₁} A]
[inst_1 : CategoryTheory.Category.{v₂, u₂} B] [inst_2 : CategoryTheory.Category.{v₃, u₃} C]
{L₁ L₂ : CategoryTheory.Functor B C} {R₁ R₂ : CategoryTheory.Functor C B} {L : CategoryTheory.Functor A B}
{R : CategoryTheory.Functor B A} (adj₁ : L₁ ⊣ R₁) (adj₂ : L₂ ⊣ R₂) (adj : L ⊣ R) (τ : L₂ ⟶ L₁),
(CategoryTheory.conjugateEquiv (adj.comp adj₁) (adj.comp adj₂)) (L.whiskerLeft τ) =
CategoryTheory.Functor.whiskerRight ((CategoryTheory.conjugateEquiv adj₁ adj₂) τ) R- Defined in
- Mathlib.CategoryTheory.Adjunction.Mates
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- Equivstatement · cited by 8,337
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Functor.idproof · cited by 3,333
Cited by1
Results whose statement or proof uses this declaration.