Mathlib Map

Theorems · Definition · category theory

CategoryTheory.OplaxFunctor.mapId

{B : Type u₁} →
  [inst : CategoryTheory.Bicategory B] →
    {C : Type u₂} →
      [inst_1 : CategoryTheory.Bicategory C] →
        (self : CategoryTheory.OplaxFunctor B C) →
          (a : B) → self.map (CategoryTheory.CategoryStruct.id a) ⟶ CategoryTheory.CategoryStruct.id (self.obj a)

The 2-morphism underlying the oplax unity constraint.

Defined in
Mathlib.CategoryTheory.Bicategory.Functor.Oplax
Cited by
52 results in Mathlib
Foundations
Depth 4 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.mkOfOplax' · cited by 5Pseudofunctor.mkOfOplax'CategoryTheory.Oplax.OplaxTrans.naturality_id · cited by 3OplaxTrans.naturality_idCategoryTheory.OplaxFunctor.map₂_leftUnitor · cited by 3OplaxFunctor.map₂_leftUni…CategoryTheory.OplaxFunctor.map₂_rightUnitor · cited by 3OplaxFunctor.map₂_rightUn…CategoryTheory.Oplax.StrongTrans.whiskerLeft_naturality_id · cited by 3StrongTrans.whiskerLeft_n…CategoryTheory.Oplax.StrongTrans.whiskerRight_naturality_id · cited by 3StrongTrans.whiskerRight_…CategoryTheory.Bicategory.Pseudofunctor.ofOplaxFunctorToLocallyGroupoid · cited by 2Pseudofunctor.ofOplaxFunc…CategoryTheory.Oplax.LaxTrans.naturality_id · cited by 2LaxTrans.naturality_idCategoryTheory.Oplax.OplaxTrans.whiskerLeft_naturality_id · cited by 2OplaxTrans.whiskerLeft_na…CategoryTheory.OplaxFunctor.mapId' · cited by 2OplaxFunctor.mapId'CategoryTheory.Oplax.OplaxTrans.whiskerRight_naturality_id · cited by 2OplaxTrans.whiskerRight_n…CategoryTheory.Oplax.OplaxTrans.mk.inj · cited by 1mk.injCategoryTheory.Oplax.OplaxTrans.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.Oplax.StrongTrans.mk.inj · cited by 1mk.injCategoryTheory.OplaxFunctor.mapComp_id_left · cited by 1OplaxFunctor.mapComp_id_l…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.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…OplaxFunctor.mapIdCITED BYCITES

Cites9

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

Cited by77

Results whose statement or proof uses this declaration.