Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Oplax.StrongTrans.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.StrongTrans 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)
Defined in
Mathlib.CategoryTheory.Bicategory.NaturalTransformation.Oplax
Cited by
46 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.StrongTrans.toOplax · cited by 21StrongTrans.toOplaxCategoryTheory.Oplax.StrongTrans.vcomp · cited by 5StrongTrans.vcompCategoryTheory.Oplax.StrongTrans.whiskerLeft_naturality_comp · cited by 3StrongTrans.whiskerLeft_n…CategoryTheory.Oplax.StrongTrans.whiskerLeft_naturality_id · cited by 3StrongTrans.whiskerLeft_n…CategoryTheory.Oplax.StrongTrans.whiskerLeft_naturality_naturality · cited by 3StrongTrans.whiskerLeft_n…CategoryTheory.Oplax.StrongTrans.whiskerRight_naturality_comp · cited by 3StrongTrans.whiskerRight_…CategoryTheory.Oplax.StrongTrans.whiskerRight_naturality_id · cited by 3StrongTrans.whiskerRight_…CategoryTheory.Oplax.StrongTrans.whiskerRight_naturality_naturality · cited by 3StrongTrans.whiskerRight_…CategoryTheory.Oplax.StrongTrans.Modification.ext · cited by 2Modification.extCategoryTheory.Oplax.StrongTrans.Modification.whiskerLeft_naturality · cited by 2Modification.whiskerLeft_…CategoryTheory.Oplax.StrongTrans.Modification.whiskerRight_naturality · cited by 2Modification.whiskerRight…CategoryTheory.Pseudofunctor.StrongTrans.mkOfOplax · cited by 2StrongTrans.mkOfOplaxCategoryTheory.Oplax.StrongTrans.isoMk · cited by 2StrongTrans.isoMkCategoryTheory.Oplax.StrongTrans.Modification.mk.inj · cited by 1mk.injCategoryTheory.Oplax.StrongTrans.Modification.mk.noConfusion · cited by 1mk.noConfusionQuiver.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.OplaxFunctor · cited by 253CategoryTheory.OplaxFunct…CategoryTheory.OplaxFunctor.toPrelaxFunctor · cited by 246OplaxFunctor.toPrelaxFunc…CategoryTheory.Oplax.StrongTrans.app · cited by 60StrongTrans.appCategoryTheory.Oplax.StrongTrans · cited by 37Oplax.StrongTransStrongTrans.naturalityCITED BYCITES

Cites12

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

Cited by55

Results whose statement or proof uses this declaration.