Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Bicategory.leftZigzagIso

{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 isomorphism version of leftZigzag.

Defined in
Mathlib.CategoryTheory.Bicategory.Adjunction.Basic
Cited by
9 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.Equivalence.left_triangle · cited by 1Equivalence.left_triangleCategoryTheory.Bicategory.Equivalence.mk.inj · cited by 1mk.injCategoryTheory.Bicategory.Equivalence.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.Bicategory.leftZigzagIso_inv · cited by 1Bicategory.leftZigzagIso_…CategoryTheory.Bicategory.Equivalence.casesOn · cited by 0Equivalence.casesOnCategoryTheory.Bicategory.Equivalence.noConfusion · cited by 0Equivalence.noConfusionCategoryTheory.Bicategory.Equivalence.noConfusionType · cited by 0Equivalence.noConfusionTy…CategoryTheory.Bicategory.rightZigzagIso_symm · cited by 0Bicategory.rightZigzagIso…CategoryTheory.Bicategory.Equivalence.recOn · cited by 0Equivalence.recOnCategoryTheory.Bicategory.Equivalence.mk.injEq · cited by 0mk.injEqCategoryTheory.Bicategory.leftZigzagIso_hom · cited by 0Bicategory.leftZigzagIso_…CategoryTheory.Bicategory.leftZigzagIso_symm · cited by 0Bicategory.leftZigzagIso_…CategoryTheory.Bicategory.Equivalence.mk.sizeOf_spec · cited by 0mk.sizeOf_specCategoryTheory.Bicategory.adjointifyCounit_left_triangle · cited by 0Bicategory.adjointifyCoun…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Bicategory · cited by 1587CategoryTheory.BicategoryCategoryTheory.Bicategory.whiskerRightIso · cited by 50Bicategory.whiskerRightIsoCategoryTheory.Bicategory.whiskerLeftIso · cited by 48Bicategory.whiskerLeftIsoBicategory.leftZigzagIsoCITED BYCITES

Cites7

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

Cited by14

Results whose statement or proof uses this declaration.