Theorems · Theorem · category theory
CategoryTheory.rightDistributor_inv
∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] [inst_1 : CategoryTheory.Preadditive C]
[inst_2 : CategoryTheory.MonoidalCategory C] [inst_3 : CategoryTheory.MonoidalPreadditive C]
[inst_4 : CategoryTheory.Limits.HasFiniteBiproducts C] {J : Type} [inst_5 : Fintype J] (f : J → C) (X : C),
(CategoryTheory.rightDistributor f X).inv =
∑ j,
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Limits.biproduct.π (fun j => CategoryTheory.MonoidalCategoryStruct.tensorObj (f j) X) j)
(CategoryTheory.MonoidalCategoryStruct.whiskerRight (CategoryTheory.Limits.biproduct.ι f j) X)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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 and proof · cited by 17,999
- Fintypestatement and proof · cited by 7,736
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement and proof · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- Finset.sum_congrproof · cited by 2,323
- CategoryTheory.Category.id_compproof · cited by 1,998
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.biproduct_ι_comp_rightDistributor_invproof · cited by 1
- CategoryTheory.rightDistributor_inv_comp_biproduct_πproof · cited by 1