Theorems · Definition · category theory
CategoryTheory.PositiveCategory.mk.noConfusion
{C : Type u} →
{inst : CategoryTheory.Category.{v, u} C} →
{inst_1 : CategoryTheory.MonoidalCategory C} →
{P : Sort u_1} →
{toMarkovCategory : CategoryTheory.MarkovCategory C} →
{copy_comp_natural :
∀ {X Y Z : C} (f : X ⟶ Y) (g : Y ⟶ Z)
[h : CategoryTheory.Deterministic (CategoryTheory.CategoryStruct.comp f g)],
CategoryTheory.CategoryStruct.comp f
(CategoryTheory.CategoryStruct.comp CategoryTheory.ComonObj.comul
(CategoryTheory.MonoidalCategoryStruct.tensorHom g (CategoryTheory.CategoryStruct.id Y))) =
CategoryTheory.CategoryStruct.comp CategoryTheory.ComonObj.comul
(CategoryTheory.MonoidalCategoryStruct.tensorHom (CategoryTheory.CategoryStruct.comp f g) f)} →
{toMarkovCategory' : CategoryTheory.MarkovCategory C} →
{copy_comp_natural' :
∀ {X Y Z : C} (f : X ⟶ Y) (g : Y ⟶ Z)
[h : CategoryTheory.Deterministic (CategoryTheory.CategoryStruct.comp f g)],
CategoryTheory.CategoryStruct.comp f
(CategoryTheory.CategoryStruct.comp CategoryTheory.ComonObj.comul
(CategoryTheory.MonoidalCategoryStruct.tensorHom g (CategoryTheory.CategoryStruct.id Y))) =
CategoryTheory.CategoryStruct.comp CategoryTheory.ComonObj.comul
(CategoryTheory.MonoidalCategoryStruct.tensorHom (CategoryTheory.CategoryStruct.comp f g) f)} →
{ toMarkovCategory := toMarkovCategory, copy_comp_natural := copy_comp_natural } =
{ toMarkovCategory := toMarkovCategory', copy_comp_natural := copy_comp_natural' } →
(toMarkovCategory ≍ toMarkovCategory' → P) → P- Cited by
- 0 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.MonoidalCategoryStruct.tensorHomstatement and proof · cited by 587
- CategoryTheory.ComonObj.comulstatement and proof · cited by 71
- CategoryTheory.Deterministicstatement and proof · cited by 4
- CategoryTheory.MarkovCategorystatement and proof · cited by 3
- CategoryTheory.PositiveCategorystatement · cited by 1
- CategoryTheory.PositiveCategory.noConfusionproof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.