Theorems · Theorem · category theory
CategoryTheory.Bicategory.mateEquiv_square
∀ {B : Type u} [inst : CategoryTheory.Bicategory B] {a b c d e f x y z : B} {g₁ : a ⟶ d} {h₁ : b ⟶ e} {k₁ : c ⟶ f}
{g₂ : d ⟶ x} {h₂ : e ⟶ y} {k₂ : f ⟶ z} {l₁ : a ⟶ b} {r₁ : b ⟶ a} {l₂ : b ⟶ c} {r₂ : c ⟶ b} {l₃ : d ⟶ e} {r₃ : e ⟶ d}
{l₄ : e ⟶ f} {r₄ : f ⟶ e} {l₅ : x ⟶ y} {r₅ : y ⟶ x} {l₆ : y ⟶ z} {r₆ : z ⟶ y}
(adj₁ : CategoryTheory.Bicategory.Adjunction l₁ r₁) (adj₂ : CategoryTheory.Bicategory.Adjunction l₂ r₂)
(adj₃ : CategoryTheory.Bicategory.Adjunction l₃ r₃) (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 h₁ l₄ ⟶ CategoryTheory.CategoryStruct.comp l₂ k₁)
(γ : CategoryTheory.CategoryStruct.comp g₂ l₅ ⟶ CategoryTheory.CategoryStruct.comp l₃ h₂)
(δ : CategoryTheory.CategoryStruct.comp h₂ l₆ ⟶ CategoryTheory.CategoryStruct.comp l₄ k₂),
(CategoryTheory.Bicategory.mateEquiv (adj₁.comp adj₂) (adj₅.comp adj₆))
(CategoryTheory.Bicategory.leftAdjointSquare.comp α β γ δ) =
CategoryTheory.Bicategory.rightAdjointSquare.comp ((CategoryTheory.Bicategory.mateEquiv adj₁ adj₃) α)
((CategoryTheory.Bicategory.mateEquiv adj₂ adj₄) β) ((CategoryTheory.Bicategory.mateEquiv adj₃ adj₅) γ)
((CategoryTheory.Bicategory.mateEquiv adj₄ adj₆) δ)The mates equivalence commutes with composition of a square of squares. These results form the basis for an isomorphism of double categories to be proven later.
- 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.
Cites16
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.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Bicategory.Adjunctionstatement and proof · cited by 83
- CategoryTheory.Bicategory.mateEquivstatement and proof · cited by 24
- CategoryTheory.Bicategory.Adjunction.compstatement and proof · cited by 16
- CategoryTheory.Bicategory.rightAdjointSquare.hcompproof · cited by 6
- CategoryTheory.Bicategory.leftAdjointSquare.hcompproof · cited by 6
- CategoryTheory.Bicategory.rightAdjointSquare.vcompproof · cited by 4
- CategoryTheory.Bicategory.mateEquiv_vcompproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.