Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ForgetEnrichment.homTo

{C : Type u₁} →
  (W : Type v) →
    [inst : CategoryTheory.Category.{w, v} W] →
      [inst_1 : CategoryTheory.MonoidalCategory W] →
        [inst_2 : CategoryTheory.EnrichedCategory W C] →
          {X Y : CategoryTheory.ForgetEnrichment W C} →
            (X ⟶ Y) →
              (CategoryTheory.MonoidalCategoryStruct.tensorUnit W ⟶
                CategoryTheory.ForgetEnrichment.to W X ⟶[W] CategoryTheory.ForgetEnrichment.to W Y)

Typecheck a morphism in ForgetEnrichment W C as a (𝟙_ W)-shaped W-morphism.

Defined in
Mathlib.CategoryTheory.Enriched.Basic
Cited by
10 results in Mathlib
Foundations
Depth 46 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.EnrichedCategory

Around this declaration

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

CategoryTheory.EnrichedFunctor.forget · cited by 24EnrichedFunctor.forgetCategoryTheory.TransportEnrichment.forgetEnrichmentEquivFunctor · cited by 5TransportEnrichment.forge…CategoryTheory.ForgetEnrichment.homTo_id · cited by 5ForgetEnrichment.homTo_idCategoryTheory.ForgetEnrichment.equivFunctor · cited by 5ForgetEnrichment.equivFun…CategoryTheory.TransportEnrichment.forgetEnrichmentEquivInverse · cited by 5TransportEnrichment.forge…CategoryTheory.EnrichedCat.whiskerRight_out_app · cited by 2EnrichedCat.whiskerRight_…CategoryTheory.ForgetEnrichment.equivFunctor_map · cited by 0ForgetEnrichment.equivFun…CategoryTheory.EnrichedCat.comp_whiskerRight · cited by 0EnrichedCat.comp_whiskerR…CategoryTheory.ForgetEnrichment.homOf_homTo · cited by 0ForgetEnrichment.homOf_ho…CategoryTheory.ForgetEnrichment.homTo_comp · cited by 0ForgetEnrichment.homTo_co…CategoryTheory.ForgetEnrichment.homTo_homOf · cited by 0ForgetEnrichment.homTo_ho…CategoryTheory.TransportEnrichment.forgetEnrichmentEquivFunctor_map · cited by 0TransportEnrichment.forge…CategoryTheory.EnrichedFunctor.forget_map · cited by 0EnrichedFunctor.forget_mapCategoryTheory.TransportEnrichment.forgetEnrichmentEquivInverse_map · cited by 0TransportEnrichment.forge…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.tensorUnit · cited by 1384MonoidalCategoryStruct.te…CategoryTheory.EnrichedCategory.Hom · cited by 114EnrichedCategory.HomCategoryTheory.EnrichedCategory · cited by 99CategoryTheory.EnrichedCa…CategoryTheory.ForgetEnrichment · cited by 50CategoryTheory.ForgetEnri…CategoryTheory.ForgetEnrichment.to · cited by 23ForgetEnrichment.toForgetEnrichment.homToCITED BYCITES

Cites8

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

Cited by14

Results whose statement or proof uses this declaration.