Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Enriched.FunctorCategory.precompEnrichedHom

(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] →
              {K : Type u₄} →
                [inst_4 : CategoryTheory.Category.{v₄, u₄} K] →
                  [inst_5 : CategoryTheory.EnrichedOrdinaryCategory V C] →
                    (F₁ F₂ : CategoryTheory.Functor J C) →
                      (G : CategoryTheory.Functor K J) →
                        [inst_6 : CategoryTheory.Enriched.FunctorCategory.HasEnrichedHom V F₁ F₂] →
                          [inst_7 : CategoryTheory.Enriched.FunctorCategory.HasEnrichedHom V (G.comp F₁) (G.comp F₂)] →
                            CategoryTheory.Enriched.FunctorCategory.enrichedHom V F₁ F₂ ⟶
                              CategoryTheory.Enriched.FunctorCategory.enrichedHom V (G.comp F₁) (G.comp F₂)

If F₁ and F₂ are functors J ⥤ C, and G : K ⥤ J, then this is the induced morphism enrichedHom V F₁ F₂ ⟶ enrichedHom V (G ⋙ F₁) (G ⋙ F₂) in V when C is a category enriched in V.

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

Around this declaration

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

CategoryTheory.Enriched.FunctorCategory.coneFunctorEnrichedHom · cited by 3FunctorCategory.coneFunct…CategoryTheory.MonoidalClosed.FunctorCategory.homEquiv_naturality_three · cited by 0FunctorCategory.homEquiv_…CategoryTheory.Enriched.FunctorCategory.coneFunctorEnrichedHom_π_app · cited by 0FunctorCategory.coneFunct…CategoryTheory.Enriched.FunctorCategory.isLimitConeFunctorEnrichedHom.fac · cited by 0isLimitConeFunctorEnriche…CategoryTheory.Enriched.FunctorCategory.functorHomEquiv_apply_app · cited by 0FunctorCategory.functorHo…CategoryTheory.Enriched.FunctorCategory.functorHomEquiv_comp · cited by 0FunctorCategory.functorHo…CategoryTheory.Enriched.FunctorCategory.functorHomEquiv_id · cited by 0FunctorCategory.functorHo…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.EnrichedOrdinaryCategory · cited by 109CategoryTheory.EnrichedOr…CategoryTheory.Enriched.FunctorCategory.enrichedHom · cited by 33FunctorCategory.enrichedH…CategoryTheory.Enriched.FunctorCategory.HasEnrichedHom · cited by 30FunctorCategory.HasEnrich…CategoryTheory.Enriched.FunctorCategory.precompEnrichedHom' · cited by 3FunctorCategory.precompEn…FunctorCategory.precompEnrich…CITED BYCITES

Cites10

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

Cited by7

Results whose statement or proof uses this declaration.