Theorems · Definition · category theory
CategoryTheory.Center.Hom.mk.noConfusion
{C : Type u₁} →
{inst : CategoryTheory.Category.{v₁, u₁} C} →
{inst_1 : CategoryTheory.MonoidalCategory C} →
{X Y : CategoryTheory.Center C} →
{P : Sort u} →
{f : X.fst ⟶ Y.fst} →
{comm :
autoParam
(∀ (U : C),
CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight f U)
(Y.snd.β U).hom =
CategoryTheory.CategoryStruct.comp (X.snd.β U).hom
(CategoryTheory.MonoidalCategoryStruct.whiskerLeft U f))
CategoryTheory.Center.Hom.comm._autoParam} →
{f' : X.fst ⟶ Y.fst} →
{comm' :
autoParam
(∀ (U : C),
CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerRight f' U)
(Y.snd.β U).hom =
CategoryTheory.CategoryStruct.comp (X.snd.β U).hom
(CategoryTheory.MonoidalCategoryStruct.whiskerLeft U f'))
CategoryTheory.Center.Hom.comm._autoParam} →
{ f := f, comm := comm } = { f := f', comm := comm' } → (f ≍ f' → P) → P- Defined in
- Mathlib.CategoryTheory.Monoidal.Center
- 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.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.whiskerLeftstatement and proof · cited by 915
- CategoryTheory.MonoidalCategoryStruct.whiskerRightstatement and proof · cited by 903
- CategoryTheory.HalfBraidingstatement · cited by 62
- CategoryTheory.Centerstatement and proof · cited by 58
- CategoryTheory.HalfBraiding.βstatement and proof · cited by 30
- CategoryTheory.Center.Homstatement · cited by 8
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Center.Hom.mk.injproof · cited by 1