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.
- 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.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement and proof · cited by 32,603
- Equivstatement · cited by 8,337
- Equiv.symmproof · cited by 3,681
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Bicategory.leftUnitorproof · cited by 309
- CategoryTheory.Bicategory.rightUnitorproof · cited by 308
- CategoryTheory.Bicategory.Adjunctionstatement and proof · cited by 83
- CategoryTheory.Iso.homCongrproof · cited by 30
- CategoryTheory.Bicategory.mateEquivproof · cited by 24
Cited by48
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.Adj.iso₂Mkstatement and proof · cited by 5
- CategoryTheory.Bicategory.conjugateIsoEquivproof · cited by 4
- CategoryTheory.Bicategory.conjugateEquiv_applystatement · cited by 3
- CategoryTheory.Bicategory.conjugateEquiv_idstatement · cited by 3
- CategoryTheory.Bicategory.conjugateEquiv_compstatement · cited by 2
- CategoryTheory.Bicategory.conjugateEquiv_symm_applystatement · cited by 2
- CategoryTheory.Bicategory.Adj.Hom₂.extproof · cited by 2
- CategoryTheory.Bicategory.Adj.hom₂_extproof · cited by 1
- CategoryTheory.Bicategory.conjugateEquiv_symm_compstatement and proof · cited by 1
- CategoryTheory.Bicategory.conjugateEquiv_symm_idstatement and proof · cited by 1
- CategoryTheory.Bicategory.Adj.Hom₂.mk.injstatement and proof · cited by 1
- CategoryTheory.Bicategory.Adj.Hom₂.mk.noConfusionstatement and proof · cited by 1