Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Lax.StrongTrans.naturality

{B : Type u₁} →
  [inst : CategoryTheory.Bicategory B] →
    {C : Type u₂} →
      [inst_1 : CategoryTheory.Bicategory C] →
        {F G : CategoryTheory.LaxFunctor B C} →
          (self : CategoryTheory.Lax.StrongTrans F G) →
            {a b : B} →
              (f : a ⟶ b) →
                CategoryTheory.CategoryStruct.comp (self.app a) (G.map f) ≅
                  CategoryTheory.CategoryStruct.comp (F.map f) (self.app b)
Defined in
Mathlib.CategoryTheory.Bicategory.NaturalTransformation.Lax
Cited by
13 results in Mathlib
Foundations
Depth 5 from the axioms · uses no axioms
Assumes
CategoryTheory.BicategoryCategoryTheory.Bicategory

Around this declaration

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

CategoryTheory.Lax.StrongTrans.toLax · cited by 8StrongTrans.toLaxCategoryTheory.Lax.StrongTrans.vComp · cited by 3StrongTrans.vCompCategoryTheory.Lax.StrongTrans.naturality_comp · cited by 1StrongTrans.naturality_co…CategoryTheory.Lax.StrongTrans.naturality_id · cited by 1StrongTrans.naturality_idCategoryTheory.Lax.StrongTrans.naturality_naturality · cited by 1StrongTrans.naturality_na…CategoryTheory.Lax.StrongTrans.toLax_naturality · cited by 0StrongTrans.toLax_natural…CategoryTheory.Lax.StrongTrans.vComp_naturality_hom · cited by 0StrongTrans.vComp_natural…CategoryTheory.Lax.StrongTrans.vComp_naturality_inv · cited by 0StrongTrans.vComp_natural…CategoryTheory.Lax.StrongTrans.categoryStruct_comp_naturality · cited by 0StrongTrans.categoryStruc…CategoryTheory.Lax.StrongTrans.categoryStruct_id_naturality · cited by 0StrongTrans.categoryStruc…CategoryTheory.Lax.StrongTrans.id_naturality_hom · cited by 0StrongTrans.id_naturality…CategoryTheory.Lax.StrongTrans.id_naturality_inv · cited by 0StrongTrans.id_naturality…CategoryTheory.Lax.StrongTrans.naturality_comp_assoc · cited by 0StrongTrans.naturality_co…CategoryTheory.Lax.StrongTrans.naturality_id_assoc · cited by 0StrongTrans.naturality_id…CategoryTheory.Lax.StrongTrans.naturality_naturality_assoc · cited by 0StrongTrans.naturality_na…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.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.LaxFunctor.toPrelaxFunctor · cited by 216LaxFunctor.toPrelaxFunctorCategoryTheory.LaxFunctor · cited by 201CategoryTheory.LaxFunctorCategoryTheory.Lax.StrongTrans · cited by 16Lax.StrongTransCategoryTheory.Lax.StrongTrans.app · cited by 15StrongTrans.appStrongTrans.naturalityCITED BYCITES

Cites12

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

Cited by15

Results whose statement or proof uses this declaration.