Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Oplax.OplaxTrans.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.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.Oplax
Cited by
38 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.OplaxTrans.vcomp · cited by 7OplaxTrans.vcompCategoryTheory.Oplax.OplaxTrans.naturality_comp · cited by 3OplaxTrans.naturality_compCategoryTheory.Oplax.OplaxTrans.naturality_id · cited by 3OplaxTrans.naturality_idCategoryTheory.Oplax.OplaxTrans.naturality_naturality · cited by 3OplaxTrans.naturality_nat…CategoryTheory.Oplax.OplaxTrans.Modification.naturality · cited by 3Modification.naturalityCategoryTheory.Oplax.OplaxTrans.isoMk · cited by 2OplaxTrans.isoMkCategoryTheory.Oplax.OplaxTrans.whiskerLeft_naturality_comp · cited by 2OplaxTrans.whiskerLeft_na…CategoryTheory.Oplax.OplaxTrans.whiskerLeft_naturality_id · cited by 2OplaxTrans.whiskerLeft_na…CategoryTheory.Oplax.OplaxTrans.whiskerLeft_naturality_naturality · cited by 2OplaxTrans.whiskerLeft_na…CategoryTheory.Oplax.OplaxTrans.whiskerRight_naturality_comp · cited by 2OplaxTrans.whiskerRight_n…CategoryTheory.Oplax.OplaxTrans.whiskerRight_naturality_id · cited by 2OplaxTrans.whiskerRight_n…CategoryTheory.Oplax.OplaxTrans.whiskerRight_naturality_naturality · cited by 2OplaxTrans.whiskerRight_n…CategoryTheory.Oplax.OplaxTrans.Modification.ext · cited by 2Modification.extCategoryTheory.Oplax.OplaxTrans.Modification.whiskerLeft_naturality · cited by 2Modification.whiskerLeft_…CategoryTheory.Oplax.OplaxTrans.Modification.whiskerRight_naturality · cited by 2Modification.whiskerRight…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.OplaxFunctor · cited by 253CategoryTheory.OplaxFunct…CategoryTheory.OplaxFunctor.toPrelaxFunctor · cited by 246OplaxFunctor.toPrelaxFunc…CategoryTheory.Oplax.OplaxTrans.app · cited by 76OplaxTrans.appCategoryTheory.Oplax.OplaxTrans · cited by 24Oplax.OplaxTransOplaxTrans.naturalityCITED BYCITES

Cites11

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

Cited by51

Results whose statement or proof uses this declaration.