Theorems · Definition · category theory
CategoryTheory.Bicategory.rightAdjointSquare.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} →
{r₁ : b ⟶ a} →
{r₂ : d ⟶ c} →
{r₃ : f ⟶ e} →
(CategoryTheory.CategoryStruct.comp r₁ g₁ ⟶ CategoryTheory.CategoryStruct.comp h₁ r₂) →
(CategoryTheory.CategoryStruct.comp r₂ g₂ ⟶ CategoryTheory.CategoryStruct.comp h₂ r₃) →
(CategoryTheory.CategoryStruct.comp r₁ (CategoryTheory.CategoryStruct.comp g₁ g₂) ⟶
CategoryTheory.CategoryStruct.comp (CategoryTheory.CategoryStruct.comp h₁ h₂) r₃)Squares between right adjoints can be composed "vertically" by pasting.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
- Assumes
- CategoryTheory.Bicategory
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Bicategory.whiskerRightproof · cited by 531
- CategoryTheory.Bicategory.whiskerLeftproof · cited by 524
- CategoryTheory.Bicategory.associatorproof · cited by 405
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.mateEquiv_vcompstatement · cited by 4
- CategoryTheory.Bicategory.rightAdjointSquare.compproof · cited by 3
- CategoryTheory.Bicategory.rightAdjointSquare.comp_hvcompstatement · cited by 0
- CategoryTheory.Bicategory.rightAdjointSquare.comp_vhcompstatement · cited by 0
- CategoryTheory.Bicategory.mateEquiv_squareproof · cited by 0