Theorems · Theorem · category theory
CategoryTheory.Bicategory.mateEquiv_vcomp
∀ {B : Type u} [inst : CategoryTheory.Bicategory B] {a b c d e f : B} {g₁ : a ⟶ c} {g₂ : c ⟶ e} {h₁ : b ⟶ d}
{h₂ : d ⟶ f} {l₁ : a ⟶ b} {r₁ : b ⟶ a} {l₂ : c ⟶ d} {r₂ : d ⟶ c} {l₃ : e ⟶ f} {r₃ : f ⟶ e}
(adj₁ : CategoryTheory.Bicategory.Adjunction l₁ r₁) (adj₂ : CategoryTheory.Bicategory.Adjunction l₂ r₂)
(adj₃ : CategoryTheory.Bicategory.Adjunction l₃ r₃)
(α : CategoryTheory.CategoryStruct.comp g₁ l₂ ⟶ CategoryTheory.CategoryStruct.comp l₁ h₁)
(β : CategoryTheory.CategoryStruct.comp g₂ l₃ ⟶ CategoryTheory.CategoryStruct.comp l₂ h₂),
(CategoryTheory.Bicategory.mateEquiv adj₁ adj₃) (CategoryTheory.Bicategory.leftAdjointSquare.vcomp α β) =
CategoryTheory.Bicategory.rightAdjointSquare.vcomp ((CategoryTheory.Bicategory.mateEquiv adj₁ adj₂) α)
((CategoryTheory.Bicategory.mateEquiv adj₂ adj₃) β)The mates equivalence commutes with vertical composition.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 29 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.
Cites28
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 and proof · cited by 17,999
- Equivstatement · cited by 8,337
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Iso.transproof · cited by 566
- CategoryTheory.Bicategory.whiskerRightproof · cited by 531
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.conjugateEquiv_compproof · cited by 2
- CategoryTheory.Bicategory.conjugateEquiv_mateEquiv_vcompproof · cited by 0
- CategoryTheory.Bicategory.mateEquiv_squareproof · cited by 0
- CategoryTheory.Bicategory.mateEquiv_conjugateEquiv_vcompproof · cited by 0