Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Oplax.LaxTrans.naturality

{B : Type u₁} →
  [inst : CategoryTheory.Bicategory B] →
    {C : Type u₂} →
      [inst_1 : CategoryTheory.Bicategory C] →
        {F G : CategoryTheory.OplaxFunctor B C} →
          (self : CategoryTheory.Oplax.LaxTrans 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)

The 2-morphisms underlying the lax naturality constraint.

Defined in
Mathlib.CategoryTheory.Bicategory.NaturalTransformation.Oplax
Cited by
24 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.Oplax.LaxTrans.Modification.naturality · cited by 3Modification.naturalityCategoryTheory.Oplax.LaxTrans.vCompNaturality · cited by 3LaxTrans.vCompNaturalityCategoryTheory.Oplax.LaxTrans.Modification.ext · cited by 2Modification.extCategoryTheory.Oplax.LaxTrans.isoMk · cited by 2LaxTrans.isoMkCategoryTheory.Oplax.LaxTrans.naturality_comp · cited by 2LaxTrans.naturality_compCategoryTheory.Oplax.LaxTrans.naturality_naturality · cited by 2LaxTrans.naturality_natur…CategoryTheory.Oplax.LaxTrans.naturality_id · cited by 2LaxTrans.naturality_idCategoryTheory.Oplax.LaxTrans.Modification.whiskerLeft_naturality · cited by 1Modification.whiskerLeft_…CategoryTheory.Oplax.LaxTrans.Modification.whiskerRight_naturality · cited by 1Modification.whiskerRight…CategoryTheory.Oplax.LaxTrans.Modification.mk.inj · cited by 1mk.injCategoryTheory.Oplax.LaxTrans.Modification.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.Oplax.LaxTrans.comp_naturality · cited by 0LaxTrans.comp_naturalityCategoryTheory.Oplax.LaxTrans.Modification.casesOn · cited by 0Modification.casesOnCategoryTheory.Oplax.LaxTrans.id_naturality · cited by 0LaxTrans.id_naturalityCategoryTheory.Oplax.LaxTrans.isoMk_hom_as_app · cited by 0LaxTrans.isoMk_hom_as_appQuiver.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.OplaxFunctor · cited by 253CategoryTheory.OplaxFunct…CategoryTheory.OplaxFunctor.toPrelaxFunctor · cited by 246OplaxFunctor.toPrelaxFunc…CategoryTheory.Oplax.LaxTrans.app · cited by 48LaxTrans.appCategoryTheory.Oplax.LaxTrans · cited by 14Oplax.LaxTransLaxTrans.naturalityCITED BYCITES

Cites11

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

Cited by31

Results whose statement or proof uses this declaration.