Theorems · Definition · category theory
CategoryTheory.GradedNatTrans.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} →
{A : CategoryTheory.Center V} →
{F G : CategoryTheory.EnrichedFunctor V C D} →
{P : Sort u} →
{app : (X : C) → A.fst ⟶ F.obj X ⟶[V] G.obj X} →
{naturality :
∀ (X Y : C),
CategoryTheory.CategoryStruct.comp (A.snd.β (X ⟶[V] Y)).hom
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategoryStruct.tensorHom (F.map X Y) (app Y))
(CategoryTheory.eComp V (F.obj X) (F.obj Y) (G.obj Y))) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategoryStruct.tensorHom (app X) (G.map X Y))
(CategoryTheory.eComp V (F.obj X) (G.obj X) (G.obj Y))} →
{app' : (X : C) → A.fst ⟶ F.obj X ⟶[V] G.obj X} →
{naturality' :
∀ (X Y : C),
CategoryTheory.CategoryStruct.comp (A.snd.β (X ⟶[V] Y)).hom
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategoryStruct.tensorHom (F.map X Y) (app' Y))
(CategoryTheory.eComp V (F.obj X) (F.obj Y) (G.obj Y))) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.MonoidalCategoryStruct.tensorHom (app' X) (G.map X Y))
(CategoryTheory.eComp V (F.obj X) (G.obj X) (G.obj Y))} →
{ app := app, naturality := naturality } = { app := app', naturality := naturality' } →
(app ≍ app' → P) → P- Defined in
- Mathlib.CategoryTheory.Enriched.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- 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.HalfBraidingstatement · cited by 62
- CategoryTheory.Centerstatement and proof · cited by 58
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.GradedNatTrans.mk.injproof · cited by 1