Mathlib Map

Theorems · Definition · category theory

CategoryTheory.EnrichedFunctor.map

{V : Type v} →
  [inst : CategoryTheory.Category.{w, v} V] →
    [inst_1 : CategoryTheory.MonoidalCategory V] →
      {C : Type u₁} →
        [inst_2 : CategoryTheory.EnrichedCategory V C] →
          {D : Type u₂} →
            [inst_3 : CategoryTheory.EnrichedCategory V D] →
              (self : CategoryTheory.EnrichedFunctor V C D) → (X Y : C) → (X ⟶[V] Y) ⟶ self.obj X ⟶[V] self.obj Y

The V-morphism from X ⟶[V] Y to F.obj X ⟶[V] F.obj Y, for all X Y : C

Defined in
Mathlib.CategoryTheory.Enriched.Basic
Cited by
26 results in Mathlib
Foundations
Depth 5 from the axioms · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.EnrichedCategoryCategoryTheory.EnrichedCategory

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.EnrichedFunctor.forget · cited by 24EnrichedFunctor.forgetCategoryTheory.EnrichedFunctor.comp · cited by 15EnrichedFunctor.compCategoryTheory.EnrichedFunctor.map_id · cited by 5EnrichedFunctor.map_idCategoryTheory.enrichedFunctorTypeEquivFunctor · cited by 4CategoryTheory.enrichedFu…CategoryTheory.EnrichedFunctor.map_comp · cited by 2EnrichedFunctor.map_compCategoryTheory.EnrichedCat.whiskerRight_out_app · cited by 2EnrichedCat.whiskerRight_…CategoryTheory.SimplicialThickening.functor_map · cited by 2SimplicialThickening.func…CategoryTheory.EnrichedFunctor.ext · cited by 2EnrichedFunctor.extCategoryTheory.EnrichedFunctor.id_map · cited by 1EnrichedFunctor.id_mapCategoryTheory.GradedNatTrans.ext · cited by 1GradedNatTrans.extCategoryTheory.GradedNatTrans.naturality · cited by 1GradedNatTrans.naturalityCategoryTheory.GradedNatTrans.mk.inj · cited by 1mk.injCategoryTheory.GradedNatTrans.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.EnrichedFunctor.comp_map · cited by 1EnrichedFunctor.comp_mapCategoryTheory.EnrichedFunctor.map_comp_assoc · cited by 0EnrichedFunctor.map_comp_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.EnrichedCategory.Hom · cited by 114EnrichedCategory.HomCategoryTheory.EnrichedCategory · cited by 99CategoryTheory.EnrichedCa…CategoryTheory.EnrichedFunctor · cited by 49CategoryTheory.EnrichedFu…CategoryTheory.EnrichedFunctor.obj · cited by 36EnrichedFunctor.objEnrichedFunctor.mapCITED BYCITES

Cites7

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

Cited by34

Results whose statement or proof uses this declaration.