Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Enriched.FunctorCategory.diagram

(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] →
              [CategoryTheory.EnrichedOrdinaryCategory V C] →
                CategoryTheory.Functor J C →
                  CategoryTheory.Functor J C → CategoryTheory.Functor Jᵒᵖ (CategoryTheory.Functor J V)

Given two functors F₁ and F₂ from a category J to a V-enriched ordinary category C, this is the diagram Jᵒᵖ ⥤ J ⥤ V whose end shall be the V-morphisms in J ⥤ V from F₁ to F₂.

Defined in
Mathlib.CategoryTheory.Enriched.FunctorCategory
Cited by
17 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.EnrichedOrdinaryCategory

Around this declaration

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

CategoryTheory.Enriched.FunctorCategory.enrichedHom · cited by 33FunctorCategory.enrichedH…CategoryTheory.Enriched.FunctorCategory.HasEnrichedHom · cited by 30FunctorCategory.HasEnrich…CategoryTheory.Enriched.FunctorCategory.enrichedComp · cited by 14FunctorCategory.enrichedC…CategoryTheory.Enriched.FunctorCategory.enrichedHomπ · cited by 12FunctorCategory.enrichedH…CategoryTheory.Enriched.FunctorCategory.homEquiv · cited by 8FunctorCategory.homEquivCategoryTheory.Enriched.FunctorCategory.enrichedComp_π · cited by 7FunctorCategory.enrichedC…CategoryTheory.Enriched.FunctorCategory.enrichedId_π · cited by 4FunctorCategory.enrichedI…CategoryTheory.Enriched.FunctorCategory.enriched_assoc · cited by 2FunctorCategory.enriched_…CategoryTheory.Enriched.FunctorCategory.enriched_comp_id · cited by 2FunctorCategory.enriched_…CategoryTheory.Enriched.FunctorCategory.enriched_id_comp · cited by 2FunctorCategory.enriched_…CategoryTheory.Enriched.FunctorCategory.homEquiv_comp · cited by 2FunctorCategory.homEquiv_…CategoryTheory.Enriched.FunctorCategory.enrichedHom_condition · cited by 1FunctorCategory.enrichedH…CategoryTheory.Enriched.FunctorCategory.enrichedHom_condition' · cited by 1FunctorCategory.enrichedH…CategoryTheory.Enriched.FunctorCategory.diagram_map_app · cited by 0FunctorCategory.diagram_m…CategoryTheory.Enriched.FunctorCategory.diagram_obj_map · cited by 0FunctorCategory.diagram_o…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.Functor.op · cited by 997Functor.opCategoryTheory.Functor.whiskeringLeft · cited by 395Functor.whiskeringLeftCategoryTheory.EnrichedOrdinaryCategory · cited by 109CategoryTheory.EnrichedOr…CategoryTheory.eHomFunctor · cited by 5CategoryTheory.eHomFunctorFunctorCategory.diagramCITED BYCITES

Cites10

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

Cited by22

Results whose statement or proof uses this declaration.