Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Bicategory.conjugateEquiv

{B : Type u} →
  [inst : CategoryTheory.Bicategory B] →
    {c d : B} →
      {l₁ l₂ : c ⟶ d} →
        {r₁ r₂ : d ⟶ c} →
          CategoryTheory.Bicategory.Adjunction l₁ r₁ →
            CategoryTheory.Bicategory.Adjunction l₂ r₂ → (l₂ ⟶ l₁) ≃ (r₁ ⟶ r₂)

Given two adjunctions l₁ ⊣ r₁ and l₂ ⊣ r₂ both between objects c, d, there is a bijection between 2-morphisms l₂ ⟶ l₁ and 2-morphisms r₁ ⟶ r₂. This is defined as a special case of mateEquiv, where the two "vertical" 1-morphisms are identities. This bijection is conjugateEquiv; the image of a 2-morphism under it is called its conjugate. Furthermore, this bijection preserves (and reflects) isomorphisms, i.e. a 2-morphism is an iso iff its image under the bijection is an iso.

Defined in
Mathlib.CategoryTheory.Bicategory.Adjunction.Mate
Cited by
41 results in Mathlib
Foundations
Depth 27 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.

CategoryTheory.Bicategory.Adj.iso₂Mk · cited by 5Adj.iso₂MkCategoryTheory.Bicategory.conjugateIsoEquiv · cited by 4Bicategory.conjugateIsoEq…CategoryTheory.Bicategory.conjugateEquiv_apply · cited by 3Bicategory.conjugateEquiv…CategoryTheory.Bicategory.conjugateEquiv_id · cited by 3Bicategory.conjugateEquiv…CategoryTheory.Bicategory.conjugateEquiv_comp · cited by 2Bicategory.conjugateEquiv…CategoryTheory.Bicategory.conjugateEquiv_symm_apply · cited by 2Bicategory.conjugateEquiv…CategoryTheory.Bicategory.Adj.Hom₂.ext · cited by 2Hom₂.extCategoryTheory.Bicategory.Adj.hom₂_ext · cited by 1Adj.hom₂_extCategoryTheory.Bicategory.conjugateEquiv_symm_comp · cited by 1Bicategory.conjugateEquiv…CategoryTheory.Bicategory.conjugateEquiv_symm_id · cited by 1Bicategory.conjugateEquiv…CategoryTheory.Bicategory.Adj.Hom₂.mk.inj · cited by 1mk.injCategoryTheory.Bicategory.Adj.Hom₂.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.Bicategory.iterated_mateEquiv_conjugateEquiv · cited by 1Bicategory.iterated_mateE…CategoryTheory.Bicategory.Adj.Hom₂.conjugateEquiv_τl · cited by 1Hom₂.conjugateEquiv_τlCategoryTheory.Bicategory.Adj.iso₂Mk.congr_simp · cited by 0iso₂Mk.congr_simpQuiver.Hom · cited by 32603Quiver.HomEquiv · cited by 8337EquivEquiv.symm · cited by 3681Equiv.symmCategoryTheory.Bicategory · cited by 1587CategoryTheory.BicategoryCategoryTheory.Bicategory.leftUnitor · cited by 309Bicategory.leftUnitorCategoryTheory.Bicategory.rightUnitor · cited by 308Bicategory.rightUnitorCategoryTheory.Bicategory.Adjunction · cited by 83Bicategory.AdjunctionCategoryTheory.Iso.homCongr · cited by 30Iso.homCongrCategoryTheory.Bicategory.mateEquiv · cited by 24Bicategory.mateEquivBicategory.conjugateEquivCITED BYCITES

Cites9

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

Cited by48

Results whose statement or proof uses this declaration.