Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Pseudofunctor.StrongTrans.isoMk

{B : Type u₁} →
  [inst : CategoryTheory.Bicategory B] →
    {C : Type u₂} →
      [inst_1 : CategoryTheory.Bicategory C] →
        {F G : CategoryTheory.Pseudofunctor B C} →
          {η θ : F ⟶ G} →
            (app : (a : B) → η.app a ≅ θ.app a) →
              autoParam
                  (∀ {a b : B} (f : a ⟶ b),
                    CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.whiskerLeft (F.map f) (app b).hom)
                        (θ.naturality f).hom =
                      CategoryTheory.CategoryStruct.comp (η.naturality f).hom
                        (CategoryTheory.Bicategory.whiskerRight (app a).hom (G.map f)))
                  CategoryTheory.Pseudofunctor.StrongTrans.isoMk._auto_1 →
                (η ≅ θ)

Construct a modification isomorphism between strong transformations by giving object level isomorphisms, and checking naturality only in the forward direction.

Defined in
Mathlib.CategoryTheory.Bicategory.Modification.Pseudo
Cited by
3 results in Mathlib
Foundations
Depth 49 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.BicategoryCategoryTheory.Bicategory

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Bicategory.yoneda · cited by 18Bicategory.yonedaCategoryTheory.Pseudofunctor.StrongTrans.isoMk_hom_as_app · cited by 0StrongTrans.isoMk_hom_as_…CategoryTheory.Pseudofunctor.StrongTrans.isoMk_inv_as_app · cited by 0StrongTrans.isoMk_inv_as_…CategoryTheory.Pseudofunctor.StrongTrans.leftUnitor · cited by 0StrongTrans.leftUnitorCategoryTheory.Pseudofunctor.StrongTrans.associator · cited by 0StrongTrans.associatorCategoryTheory.Pseudofunctor.StrongTrans.rightUnitor · cited by 0StrongTrans.rightUnitorCategoryTheory.Pseudofunctor.StrongTrans.isoMk.congr_simp · cited by 0isoMk.congr_simpQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Bicategory · cited by 1587CategoryTheory.BicategoryPrefunctor.obj · cited by 1241Prefunctor.objCategoryTheory.PrelaxFunctor.toPrelaxFunctorStruct · cited by 1154PrelaxFunctor.toPrelaxFun…CategoryTheory.PrelaxFunctorStruct.toPrefunctor · cited by 1142PrelaxFunctorStruct.toPre…Prefunctor.map · cited by 952Prefunctor.mapCategoryTheory.Pseudofunctor.toPrelaxFunctor · cited by 640Pseudofunctor.toPrelaxFun…CategoryTheory.Pseudofunctor · cited by 571CategoryTheory.Pseudofunc…CategoryTheory.Bicategory.whiskerRight · cited by 531Bicategory.whiskerRightCategoryTheory.Bicategory.whiskerLeft · cited by 524Bicategory.whiskerLeftCategoryTheory.Pseudofunctor.StrongTrans.categoryStruct · cited by 112StrongTrans.categoryStructStrongTrans.isoMkCITED BYCITES

Cites18

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

Cited by7

Results whose statement or proof uses this declaration.