Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Bicategory.leftZigzag

{B : Type u₁} →
  [inst : CategoryTheory.Bicategory B] →
    {a b : B} →
      {f : a ⟶ b} →
        {g : b ⟶ a} →
          (CategoryTheory.CategoryStruct.id a ⟶ CategoryTheory.CategoryStruct.comp f g) →
            (CategoryTheory.CategoryStruct.comp g f ⟶ CategoryTheory.CategoryStruct.id b) →
              (CategoryTheory.CategoryStruct.comp (CategoryTheory.CategoryStruct.id a) f ⟶
                CategoryTheory.CategoryStruct.comp f (CategoryTheory.CategoryStruct.id b))

The 2-morphism defined by the following pasting diagram: `` a ------ ▸ a \ η ◥ \ f \ g / \ f ◢ / ε ◢ b ------ ▸ b ``

Defined in
Mathlib.CategoryTheory.Bicategory.Adjunction.Basic
Cited by
15 results in Mathlib
Foundations
Depth 17 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.mateEquiv_vcomp · cited by 4Bicategory.mateEquiv_vcompCategoryTheory.Bicategory.Adjunction.ext · cited by 2Adjunction.extCategoryTheory.Bicategory.Adjunction.left_triangle · cited by 2Adjunction.left_triangleCategoryTheory.Bicategory.Adjunction.mk.inj · cited by 1mk.injCategoryTheory.Bicategory.Adjunction.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.Bicategory.Equivalence.left_triangle_hom · cited by 1Equivalence.left_triangle…CategoryTheory.Bicategory.rightZigzagIso_inv · cited by 1Bicategory.rightZigzagIso…CategoryTheory.Bicategory.rightZigzag_idempotent_of_left_triangle · cited by 1Bicategory.rightZigzag_id…CategoryTheory.Bicategory.right_triangle_of_left_triangle · cited by 1Bicategory.right_triangle…CategoryTheory.Bicategory.LeftExtension.IsKan.adjunction · cited by 1IsKan.adjunctionCategoryTheory.Bicategory.Adjunction.mk.congr_simp · cited by 0mk.congr_simpCategoryTheory.Bicategory.Adjunction.mk.injEq · cited by 0mk.injEqCategoryTheory.Bicategory.Adjunction.mk.sizeOf_spec · cited by 0mk.sizeOf_specCategoryTheory.Bicategory.Adjunction.casesOn · cited by 0Adjunction.casesOnCategoryTheory.Bicategory.Adjunction.comp_left_triangle_aux · cited by 0Adjunction.comp_left_tria…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Bicategory · cited by 1587CategoryTheory.BicategoryCategoryTheory.Bicategory.whiskerRight · cited by 531Bicategory.whiskerRightCategoryTheory.Bicategory.whiskerLeft · cited by 524Bicategory.whiskerLeftBicategory.leftZigzagCITED BYCITES

Cites6

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

Cited by21

Results whose statement or proof uses this declaration.