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.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.EnrichedOrdinaryCategorystatement and proof · cited by 109
- CategoryTheory.Enriched.FunctorCategory.enrichedHomstatement · cited by 33
- CategoryTheory.Enriched.FunctorCategory.HasEnrichedHomstatement and proof · cited by 30
- CategoryTheory.Enriched.FunctorCategory.precompEnrichedHom'proof · cited by 3
Cited by7
Results whose statement or proof uses this declaration.
- CategoryTheory.Enriched.FunctorCategory.coneFunctorEnrichedHomproof · cited by 3
- CategoryTheory.MonoidalClosed.FunctorCategory.homEquiv_naturality_threeproof · cited by 0
- CategoryTheory.Enriched.FunctorCategory.coneFunctorEnrichedHom_π_appstatement · cited by 0
- CategoryTheory.Enriched.FunctorCategory.functorHomEquiv_apply_appstatement · cited by 0
- CategoryTheory.Enriched.FunctorCategory.functorHomEquiv_compproof · cited by 0
- CategoryTheory.Enriched.FunctorCategory.functorHomEquiv_idproof · cited by 0