Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Pseudofunctor.StrongTrans.naturality

{B : Type u₁} →
  [inst : CategoryTheory.Bicategory B] →
    {C : Type u₂} →
      [inst_1 : CategoryTheory.Bicategory C] →
        {F G : CategoryTheory.Pseudofunctor B C} →
          (self : F.StrongTrans 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-isomorphisms underlying the strong naturality constraint.

Defined in
Mathlib.CategoryTheory.Bicategory.NaturalTransformation.Pseudo
Cited by
81 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.Pseudofunctor.StrongTrans.toOplax · cited by 16StrongTrans.toOplaxCategoryTheory.Pseudofunctor.CoGrothendieck.map · cited by 8CoGrothendieck.mapCategoryTheory.Pseudofunctor.Grothendieck.map · cited by 8Grothendieck.mapCategoryTheory.Pseudofunctor.StrongTrans.isoMk · cited by 3StrongTrans.isoMkCategoryTheory.Pseudofunctor.StrongTrans.naturality_comp_hom · cited by 3StrongTrans.naturality_co…CategoryTheory.Pseudofunctor.StrongTrans.naturality_id_hom · cited by 3StrongTrans.naturality_id…CategoryTheory.Pseudofunctor.StrongTrans.naturality_naturality_hom · cited by 3StrongTrans.naturality_na…CategoryTheory.Pseudofunctor.StrongTrans.Modification.ext · cited by 2Modification.extCategoryTheory.Pseudofunctor.StrongTrans.naturality_comp · cited by 2StrongTrans.naturality_co…CategoryTheory.Pseudofunctor.StrongTrans.naturality_comp_inv · cited by 2StrongTrans.naturality_co…CategoryTheory.Pseudofunctor.StrongTrans.naturality_id · cited by 2StrongTrans.naturality_idCategoryTheory.Pseudofunctor.StrongTrans.naturality_id_inv · cited by 2StrongTrans.naturality_id…CategoryTheory.Pseudofunctor.StrongTrans.naturality_naturality_assoc · cited by 2StrongTrans.naturality_na…CategoryTheory.Pseudofunctor.StrongTrans.whiskerLeft_naturality_comp · cited by 2StrongTrans.whiskerLeft_n…CategoryTheory.Pseudofunctor.StrongTrans.whiskerLeft_naturality_id · cited by 2StrongTrans.whiskerLeft_n…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.Pseudofunctor.toPrelaxFunctor · cited by 640Pseudofunctor.toPrelaxFun…CategoryTheory.Pseudofunctor · cited by 571CategoryTheory.Pseudofunc…CategoryTheory.Pseudofunctor.StrongTrans.app · cited by 106StrongTrans.appCategoryTheory.Pseudofunctor.StrongTrans · cited by 13Pseudofunctor.StrongTransStrongTrans.naturalityCITED BYCITES

Cites12

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

Cited by90

Results whose statement or proof uses this declaration.