Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Lax.OplaxTrans.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.OplaxTrans F G) →
            {a b : B} →
              (f : a ⟶ b) →
                CategoryTheory.CategoryStruct.comp (F.map f) (self.app b) ⟶
                  CategoryTheory.CategoryStruct.comp (self.app a) (G.map f)

The 2-morphisms underlying the oplax naturality constraint.

Defined in
Mathlib.CategoryTheory.Bicategory.NaturalTransformation.Lax
Cited by
20 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.OplaxTrans.vCompNaturality · cited by 3OplaxTrans.vCompNaturalityCategoryTheory.Lax.OplaxTrans.Modification.ext · cited by 2Modification.extCategoryTheory.Lax.OplaxTrans.isoMk · cited by 2OplaxTrans.isoMkCategoryTheory.Lax.OplaxTrans.naturality_comp · cited by 2OplaxTrans.naturality_compCategoryTheory.Lax.OplaxTrans.naturality_id · cited by 2OplaxTrans.naturality_idCategoryTheory.Lax.OplaxTrans.naturality_naturality · cited by 2OplaxTrans.naturality_nat…CategoryTheory.Lax.OplaxTrans.Modification.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.Lax.OplaxTrans.Modification.naturality · cited by 1Modification.naturalityCategoryTheory.Lax.OplaxTrans.Modification.mk.inj · cited by 1mk.injCategoryTheory.Lax.OplaxTrans.Modification.mk.injEq · cited by 0mk.injEqCategoryTheory.Lax.OplaxTrans.Modification.mk.sizeOf_spec · cited by 0mk.sizeOf_specCategoryTheory.Lax.OplaxTrans.comp_naturality · cited by 0OplaxTrans.comp_naturalityCategoryTheory.Lax.OplaxTrans.Modification.casesOn · cited by 0Modification.casesOnCategoryTheory.Lax.OplaxTrans.id_naturality · cited by 0OplaxTrans.id_naturalityCategoryTheory.Lax.OplaxTrans.Modification.naturality_assoc · cited by 0Modification.naturality_a…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.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.OplaxTrans.app · cited by 44OplaxTrans.appCategoryTheory.Lax.OplaxTrans · cited by 14Lax.OplaxTransOplaxTrans.naturalityCITED BYCITES

Cites11

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

Cited by27

Results whose statement or proof uses this declaration.