Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Enriched.FunctorCategory.homEquiv

(V : Type u₁) →
  [inst : CategoryTheory.Category.{v₁, u₁} V] →
    [inst_1 : CategoryTheory.MonoidalCategory V] →
      {C : Type u₂} →
        [inst_2 : CategoryTheory.Category.{v₂, u₂} C] →
          {J : Type u₃} →
            [inst_3 : CategoryTheory.Category.{v₃, u₃} J] →
              [inst_4 : CategoryTheory.EnrichedOrdinaryCategory V C] →
                {F₁ F₂ : CategoryTheory.Functor J C} →
                  [inst_5 : CategoryTheory.Enriched.FunctorCategory.HasEnrichedHom V F₁ F₂] →
                    (F₁ ⟶ F₂) ≃
                      (CategoryTheory.MonoidalCategoryStruct.tensorUnit V ⟶
                        CategoryTheory.Enriched.FunctorCategory.enrichedHom V F₁ F₂)

Given functors F₁ and F₂ in J ⥤ C, where C is a V-enriched ordinary category, this is the bijection (F₁ ⟶ F₂) ≃ (𝟙_ V ⟶ enrichedHom V F₁ F₂).

Defined in
Mathlib.CategoryTheory.Enriched.FunctorCategory
Cited by
8 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.EnrichedOrdinaryCategoryCategoryTheory.Enriched.FunctorCategory.HasEnrichedHom

Around this declaration

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

CategoryTheory.Enriched.FunctorCategory.enrichedId · cited by 9FunctorCategory.enrichedIdCategoryTheory.Enriched.FunctorCategory.functorHomEquiv · cited by 5FunctorCategory.functorHo…CategoryTheory.Enriched.FunctorCategory.homEquiv_apply_π · cited by 5FunctorCategory.homEquiv_…CategoryTheory.Enriched.FunctorCategory.homEquiv_comp · cited by 2FunctorCategory.homEquiv_…CategoryTheory.MonoidalClosed.FunctorCategory.homEquiv_naturality_three · cited by 0FunctorCategory.homEquiv_…CategoryTheory.Enriched.FunctorCategory.functorHomEquiv_apply_app · cited by 0FunctorCategory.functorHo…CategoryTheory.Enriched.FunctorCategory.functorHomEquiv_comp · cited by 0FunctorCategory.functorHo…CategoryTheory.Enriched.FunctorCategory.homEquiv_apply_π_assoc · cited by 0FunctorCategory.homEquiv_…CategoryTheory.Enriched.FunctorCategory.homEquiv_comp_assoc · cited by 0FunctorCategory.homEquiv_…CategoryTheory.Enriched.FunctorCategory.homEquiv_id · cited by 0FunctorCategory.homEquiv_…CategoryTheory.Enriched.FunctorCategory.enrichedOrdinaryCategory · cited by 0FunctorCategory.enrichedO…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorEquiv · cited by 8337EquivCategoryTheory.NatTrans.app · cited by 7406NatTrans.appEquiv.symm · cited by 3681Equiv.symmCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.MonoidalCategoryStruct.tensorUnit · cited by 1384MonoidalCategoryStruct.te…CategoryTheory.EnrichedOrdinaryCategory · cited by 109CategoryTheory.EnrichedOr…CategoryTheory.Enriched.FunctorCategory.enrichedHom · cited by 33FunctorCategory.enrichedH…CategoryTheory.Enriched.FunctorCategory.HasEnrichedHom · cited by 30FunctorCategory.HasEnrich…CategoryTheory.eHomEquiv · cited by 25CategoryTheory.eHomEquivCategoryTheory.Limits.end_.π · cited by 22end_.πFunctorCategory.homEquivCITED BYCITES

Cites17

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

Cited by11

Results whose statement or proof uses this declaration.