Theorems · Theorem · category theory
CategoryTheory.EnrichedFunctor.comp_map
∀ (V : Type v) [inst : CategoryTheory.Category.{w, v} V] [inst_1 : CategoryTheory.MonoidalCategory V] {C : Type u₁}
{D : Type u₂} {E : Type u₃} [inst_2 : CategoryTheory.EnrichedCategory V C]
[inst_3 : CategoryTheory.EnrichedCategory V D] [inst_4 : CategoryTheory.EnrichedCategory V E]
(F : CategoryTheory.EnrichedFunctor V C D) (G : CategoryTheory.EnrichedFunctor V D E) (x x_1 : C),
(CategoryTheory.EnrichedFunctor.comp V F G).map x x_1 =
CategoryTheory.CategoryStruct.comp (F.map x x_1) (G.map (F.obj x) (F.obj x_1))- Defined in
- Mathlib.CategoryTheory.Enriched.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses propext, 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.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.EnrichedCategory.Homstatement · cited by 114
- CategoryTheory.EnrichedCategorystatement and proof · cited by 99
- CategoryTheory.EnrichedFunctorstatement and proof · cited by 49
- CategoryTheory.EnrichedFunctor.objstatement · cited by 36
- CategoryTheory.EnrichedFunctor.mapstatement and proof · cited by 26
- CategoryTheory.EnrichedFunctor.compstatement and proof · cited by 15
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.SimplicialThickening.functor_compproof · cited by 0