Mathlib Map

Theorems · Definition · category theory

CategoryTheory.LaxFunctor.mapId

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

The 2-morphism underlying the lax unity constraint.

Defined in
Mathlib.CategoryTheory.Bicategory.Functor.Lax
Cited by
61 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.mkOfLax' · cited by 5Pseudofunctor.mkOfLax'CategoryTheory.StrictlyUnitaryLaxFunctor.ext · cited by 4StrictlyUnitaryLaxFunctor…CategoryTheory.LaxFunctor.comp · cited by 3LaxFunctor.compCategoryTheory.LaxFunctor.map₂_leftUnitor · cited by 3LaxFunctor.map₂_leftUnitorCategoryTheory.LaxFunctor.map₂_rightUnitor · cited by 3LaxFunctor.map₂_rightUnit…CategoryTheory.Lax.LaxTrans.naturality_id · cited by 2LaxTrans.naturality_idCategoryTheory.Lax.OplaxTrans.naturality_id · cited by 2OplaxTrans.naturality_idCategoryTheory.Bicategory.Pseudofunctor.ofLaxFunctorToLocallyGroupoid · cited by 2Pseudofunctor.ofLaxFuncto…CategoryTheory.LaxFunctor.mapId' · cited by 2LaxFunctor.mapId'CategoryTheory.LaxFunctor.map₂_leftUnitor_hom · cited by 2LaxFunctor.map₂_leftUnito…CategoryTheory.LaxFunctor.map₂_rightUnitor_hom · cited by 2LaxFunctor.map₂_rightUnit…CategoryTheory.StrictlyUnitaryLaxFunctor.mapIdIso · cited by 2StrictlyUnitaryLaxFunctor…CategoryTheory.StrictlyUnitaryLaxFunctor.mk.inj · cited by 1mk.injCategoryTheory.StrictlyUnitaryLaxFunctor.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.Lax.LaxTrans.mk.inj · cited by 1mk.injQuiver.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.LaxFunctor.toPrelaxFunctor · cited by 216LaxFunctor.toPrelaxFunctorCategoryTheory.LaxFunctor · cited by 201CategoryTheory.LaxFunctorLaxFunctor.mapIdCITED BYCITES

Cites9

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

Cited by91

Results whose statement or proof uses this declaration.