Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Bicategory.conjugateEquiv_apply

∀ {B : Type u} [inst : CategoryTheory.Bicategory B] {c d : B} {l₁ l₂ : c ⟶ d} {r₁ r₂ : d ⟶ c}
  (adj₁ : CategoryTheory.Bicategory.Adjunction l₁ r₁) (adj₂ : CategoryTheory.Bicategory.Adjunction l₂ r₂) (α : l₂ ⟶ l₁),
  (CategoryTheory.Bicategory.conjugateEquiv adj₁ adj₂) α =
    CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.rightUnitor r₁).inv
      (CategoryTheory.CategoryStruct.comp
        ((CategoryTheory.Bicategory.mateEquiv adj₁ adj₂)
          (CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.leftUnitor l₂).hom
            (CategoryTheory.CategoryStruct.comp α (CategoryTheory.Bicategory.rightUnitor l₁).inv)))
        (CategoryTheory.Bicategory.leftUnitor r₂).hom)
Defined in
Mathlib.CategoryTheory.Bicategory.Adjunction.Mate
Cited by
3 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Bicategory

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

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

Cited by3

Results whose statement or proof uses this declaration.