Theorems · Definition · category theory
CategoryTheory.EnrichedFunctor.mk.noConfusion
{V : Type v} →
{inst : CategoryTheory.Category.{w, v} V} →
{inst_1 : CategoryTheory.MonoidalCategory V} →
{C : Type u₁} →
{inst_2 : CategoryTheory.EnrichedCategory V C} →
{D : Type u₂} →
{inst_3 : CategoryTheory.EnrichedCategory V D} →
{P : Sort u} →
{obj : C → D} →
{map : (X Y : C) → (X ⟶[V] Y) ⟶ obj X ⟶[V] obj Y} →
{map_id :
autoParam
(∀ (X : C),
CategoryTheory.CategoryStruct.comp (CategoryTheory.eId V X) (map X X) =
CategoryTheory.eId V (obj X))
CategoryTheory.EnrichedFunctor.map_id._autoParam} →
{map_comp :
autoParam
(∀ (X Y Z : C),
CategoryTheory.CategoryStruct.comp (CategoryTheory.eComp V X Y Z) (map X Z) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategoryStruct.tensorHom (map X Y) (map Y Z))
(CategoryTheory.eComp V (obj X) (obj Y) (obj Z)))
CategoryTheory.EnrichedFunctor.map_comp._autoParam} →
{obj' : C → D} →
{map' : (X Y : C) → (X ⟶[V] Y) ⟶ obj' X ⟶[V] obj' Y} →
{map_id' :
autoParam
(∀ (X : C),
CategoryTheory.CategoryStruct.comp (CategoryTheory.eId V X) (map' X X) =
CategoryTheory.eId V (obj' X))
CategoryTheory.EnrichedFunctor.map_id._autoParam} →
{map_comp' :
autoParam
(∀ (X Y Z : C),
CategoryTheory.CategoryStruct.comp (CategoryTheory.eComp V X Y Z) (map' X Z) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategoryStruct.tensorHom (map' X Y) (map' Y Z))
(CategoryTheory.eComp V (obj' X) (obj' Y) (obj' Z)))
CategoryTheory.EnrichedFunctor.map_comp._autoParam} →
{ obj := obj, map := map, map_id := map_id, map_comp := map_comp } =
{ obj := obj', map := map', map_id := map_id', map_comp := map_comp' } →
(obj ≍ obj' → map ≍ map' → P) → P- Defined in
- Mathlib.CategoryTheory.Enriched.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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 and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.tensorUnitstatement · cited by 1,384
- CategoryTheory.MonoidalCategoryStruct.tensorHomstatement and proof · cited by 587
- CategoryTheory.EnrichedCategory.Homstatement and proof · cited by 114
- CategoryTheory.EnrichedCategorystatement and proof · cited by 99
- CategoryTheory.eCompstatement and proof · cited by 64
- CategoryTheory.EnrichedFunctorstatement · cited by 49
- CategoryTheory.eIdstatement and proof · cited by 25
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.EnrichedFunctor.mk.injproof · cited by 1