Theorems · Theorem · category theory
CategoryTheory.Bicategory.conjugateEquiv_symm_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₂) (α : r₁ ⟶ r₂),
(CategoryTheory.Bicategory.conjugateEquiv adj₁ adj₂).symm α =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.leftUnitor l₂).inv
(CategoryTheory.CategoryStruct.comp
((CategoryTheory.Bicategory.mateEquiv adj₁ adj₂).symm
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.rightUnitor r₁).hom
(CategoryTheory.CategoryStruct.comp α (CategoryTheory.Bicategory.leftUnitor r₂).inv)))
(CategoryTheory.Bicategory.rightUnitor l₁).hom)- Cited by
- 2 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.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- Equivstatement · cited by 8,337
- CategoryTheory.Iso.homstatement · cited by 7,684
- CategoryTheory.Iso.invstatement · cited by 6,514
- CategoryTheory.CategoryStruct.idstatement · cited by 6,235
- Equiv.symmstatement · cited by 3,681
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Bicategory.leftUnitorstatement · cited by 309
- CategoryTheory.Bicategory.rightUnitorstatement · cited by 308
- CategoryTheory.Bicategory.Adjunctionstatement and proof · cited by 83
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.conjugateEquiv_symm_apply'proof · cited by 0
- CategoryTheory.Bicategory.conjugateEquiv_adjunction_id_symmproof · cited by 0