Theorems · Definition · category theory
CategoryTheory.Bicategory.mateEquiv
{B : Type u} →
[inst : CategoryTheory.Bicategory B] →
{c d e f : B} →
{g : c ⟶ e} →
{h : d ⟶ f} →
{l₁ : c ⟶ d} →
{r₁ : d ⟶ c} →
{l₂ : e ⟶ f} →
{r₂ : f ⟶ e} →
CategoryTheory.Bicategory.Adjunction l₁ r₁ →
CategoryTheory.Bicategory.Adjunction l₂ r₂ →
(CategoryTheory.CategoryStruct.comp g l₂ ⟶ CategoryTheory.CategoryStruct.comp l₁ h) ≃
(CategoryTheory.CategoryStruct.comp r₁ g ⟶ CategoryTheory.CategoryStruct.comp h r₂)Suppose we have a square of 1-morphisms (where the top and bottom are adjunctions l₁ ⊣ r₁
and l₂ ⊣ r₂ respectively).
``
c ↔ d
g ↓ ↓ h
e ↔ f
`
Then we have a bijection between 2-morphisms g ≫ l₂ ⟶ l₁ ≫ h and
r₁ ≫ g ⟶ h ≫ r₂. This can be seen as a bijection of the 2-cells:
`
l₁ r₁
c --→ d c ←-- d
g ↓ ↗ ↓ h g ↓ ↘ ↓ h
e --→ f e ←-- f
l₂ r₂
``
Note that if one of the 2-morphisms is an iso, it does not imply the other is an iso.
- Cited by
- 24 results in Mathlib
- Foundations
- Depth 26 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.
Cites11
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 · cited by 17,999
- Equivstatement · cited by 8,337
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Bicategory.associatorproof · cited by 405
- Equiv.transproof · cited by 337
- CategoryTheory.Bicategory.Adjunctionstatement and proof · cited by 83
- CategoryTheory.Iso.homCongrproof · cited by 30
- CategoryTheory.Bicategory.Adjunction.homEquiv₁proof · cited by 7
- CategoryTheory.Bicategory.Adjunction.homEquiv₂proof · cited by 5
Cited by25
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.conjugateEquivproof · cited by 41
- CategoryTheory.Bicategory.mateEquiv_apply'statement · cited by 9
- CategoryTheory.Bicategory.mateEquiv_applystatement · cited by 4
- CategoryTheory.Bicategory.mateEquiv_vcompstatement · cited by 4
- CategoryTheory.Bicategory.mateEquiv_hcompstatement · cited by 3
- CategoryTheory.Bicategory.conjugateEquiv_applystatement · cited by 3
- CategoryTheory.Bicategory.mateEquiv_leftUnitor_hom_rightUnitor_invstatement and proof · cited by 2
- CategoryTheory.Bicategory.mateEquiv_symm_apply'statement · cited by 2
- CategoryTheory.Bicategory.conjugateEquiv_compproof · cited by 2
- CategoryTheory.Bicategory.conjugateEquiv_symm_applystatement · cited by 2
- CategoryTheory.Bicategory.mateEquiv_comp_id_rightstatement · cited by 1
- CategoryTheory.Bicategory.mateEquiv_id_comp_rightstatement · cited by 1