Mathlib Map

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.

Defined in
Mathlib.CategoryTheory.Bicategory.Adjunction.Mate
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.

CategoryTheory.Bicategory.conjugateEquiv · cited by 41Bicategory.conjugateEquivCategoryTheory.Bicategory.mateEquiv_apply' · cited by 9Bicategory.mateEquiv_appl…CategoryTheory.Bicategory.mateEquiv_apply · cited by 4Bicategory.mateEquiv_applyCategoryTheory.Bicategory.mateEquiv_vcomp · cited by 4Bicategory.mateEquiv_vcompCategoryTheory.Bicategory.mateEquiv_hcomp · cited by 3Bicategory.mateEquiv_hcompCategoryTheory.Bicategory.conjugateEquiv_apply · cited by 3Bicategory.conjugateEquiv…CategoryTheory.Bicategory.mateEquiv_leftUnitor_hom_rightUnitor_inv · cited by 2Bicategory.mateEquiv_left…CategoryTheory.Bicategory.mateEquiv_symm_apply' · cited by 2Bicategory.mateEquiv_symm…CategoryTheory.Bicategory.conjugateEquiv_comp · cited by 2Bicategory.conjugateEquiv…CategoryTheory.Bicategory.conjugateEquiv_symm_apply · cited by 2Bicategory.conjugateEquiv…CategoryTheory.Bicategory.mateEquiv_comp_id_right · cited by 1Bicategory.mateEquiv_comp…CategoryTheory.Bicategory.mateEquiv_id_comp_right · cited by 1Bicategory.mateEquiv_id_c…CategoryTheory.Bicategory.mateEquiv_symm_apply · cited by 1Bicategory.mateEquiv_symm…CategoryTheory.Bicategory.toNatTrans_mateEquiv · cited by 1Bicategory.toNatTrans_mat…CategoryTheory.Bicategory.iterated_mateEquiv_conjugateEquiv · cited by 1Bicategory.iterated_mateE…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compEquiv · cited by 8337EquivCategoryTheory.Bicategory · cited by 1587CategoryTheory.BicategoryCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Bicategory.associator · cited by 405Bicategory.associatorEquiv.trans · cited by 337Equiv.transCategoryTheory.Bicategory.Adjunction · cited by 83Bicategory.AdjunctionCategoryTheory.Iso.homCongr · cited by 30Iso.homCongrCategoryTheory.Bicategory.Adjunction.homEquiv₁ · cited by 7Adjunction.homEquiv₁CategoryTheory.Bicategory.Adjunction.homEquiv₂ · cited by 5Adjunction.homEquiv₂Bicategory.mateEquivCITED BYCITES

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by25

Results whose statement or proof uses this declaration.