Theorems · Theorem · category theory
CategoryTheory.Bicategory.conjugateEquiv_associator_hom
∀ {B : Type u} [inst : CategoryTheory.Bicategory B] {a b c d : B} {l₁ : a ⟶ b} {r₁ : b ⟶ a}
(adj₁ : CategoryTheory.Bicategory.Adjunction l₁ r₁) {l₂ : b ⟶ c} {r₂ : c ⟶ b}
(adj₂ : CategoryTheory.Bicategory.Adjunction l₂ r₂) {l₃ : c ⟶ d} {r₃ : d ⟶ c}
(adj₃ : CategoryTheory.Bicategory.Adjunction l₃ r₃),
(CategoryTheory.Bicategory.conjugateEquiv (adj₁.comp (adj₂.comp adj₃)) ((adj₁.comp adj₂).comp adj₃))
(CategoryTheory.Bicategory.associator l₁ l₂ l₃).hom =
(CategoryTheory.Bicategory.associator r₃ r₂ r₁).hom- Cited by
- 0 results in Mathlib
- Foundations
- Depth 30 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.
Cites44
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- Equivstatement · cited by 8,337
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Iso.reflproof · cited by 727
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.