Mathlib Map

Theorems · Definition · category theory

CategoryTheory.eHomEquiv

(V : Type u') →
  [inst : CategoryTheory.Category.{v', u'} V] →
    [inst_1 : CategoryTheory.MonoidalCategory V] →
      {C : Type u} →
        [inst_2 : CategoryTheory.Category.{v, u} C] →
          [inst_3 : CategoryTheory.EnrichedOrdinaryCategory V C] →
            {X Y : C} → (X ⟶ Y) ≃ (CategoryTheory.MonoidalCategoryStruct.tensorUnit V ⟶ X ⟶[V] Y)

The bijection (X ⟶ Y) ≃ (𝟙_ V ⟶ (X ⟶[V] Y)) given by a EnrichedOrdinaryCategory instance.

Defined in
Mathlib.CategoryTheory.Enriched.Ordinary.Basic
Cited by
25 results in Mathlib
Foundations
Depth 5 from the axioms · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.CategoryCategoryTheory.EnrichedOrdinaryCategory

Around this declaration

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

CategoryTheory.eHomWhiskerLeft · cited by 26CategoryTheory.eHomWhiske…CategoryTheory.eHomWhiskerRight · cited by 25CategoryTheory.eHomWhiske…CategoryTheory.CatEnrichedOrdinary.homEquiv · cited by 18CatEnrichedOrdinary.homEq…CategoryTheory.Enriched.FunctorCategory.homEquiv · cited by 8FunctorCategory.homEquivCategoryTheory.ForgetEnrichment.equivInverse · cited by 5ForgetEnrichment.equivInv…CategoryTheory.CatEnrichedOrdinary.homEquiv_comp · cited by 5CatEnrichedOrdinary.homEq…CategoryTheory.ForgetEnrichment.equivFunctor · cited by 5ForgetEnrichment.equivFun…CategoryTheory.Enriched.FunctorCategory.homEquiv_apply_π · cited by 5FunctorCategory.homEquiv_…CategoryTheory.eHomEquiv_comp · cited by 5CategoryTheory.eHomEquiv_…CategoryTheory.eHomEquiv_id · cited by 4CategoryTheory.eHomEquiv_…CategoryTheory.eHom_whisker_cancel · cited by 2CategoryTheory.eHom_whisk…CategoryTheory.eComp_eHomWhiskerLeft · cited by 2CategoryTheory.eComp_eHom…CategoryTheory.Iso.eHomCongr_comp · cited by 2Iso.eHomCongr_compCategoryTheory.Enriched.FunctorCategory.homEquiv_comp · cited by 2FunctorCategory.homEquiv_…CategoryTheory.eHomWhiskerLeft_comp · cited by 2CategoryTheory.eHomWhiske…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomEquiv · cited by 8337EquivCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.tensorUnit · cited by 1384MonoidalCategoryStruct.te…CategoryTheory.EnrichedCategory.Hom · cited by 114EnrichedCategory.HomCategoryTheory.EnrichedOrdinaryCategory · cited by 109CategoryTheory.EnrichedOr…CategoryTheory.EnrichedOrdinaryCategory.homEquiv · cited by 3EnrichedOrdinaryCategory.…CategoryTheory.eHomEquivCITED BYCITES

Cites8

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

Cited by33

Results whose statement or proof uses this declaration.