Theorems · Theorem · category theory
CategoryTheory.SemiadditiveOfBinaryBiproducts.distrib
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C]
[inst_2 : CategoryTheory.Limits.HasBinaryBiproducts C] (X Y : C) (f g h k : X ⟶ Y),
CategoryTheory.SemiadditiveOfBinaryBiproducts.leftAdd X Y
(CategoryTheory.SemiadditiveOfBinaryBiproducts.rightAdd X Y f g)
(CategoryTheory.SemiadditiveOfBinaryBiproducts.rightAdd X Y h k) =
CategoryTheory.SemiadditiveOfBinaryBiproducts.rightAdd X Y
(CategoryTheory.SemiadditiveOfBinaryBiproducts.leftAdd X Y f h)
(CategoryTheory.SemiadditiveOfBinaryBiproducts.leftAdd X Y g k)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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.compproof · cited by 17,999
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.Limits.biprodproof · cited by 312
- CategoryTheory.Limits.HasBinaryBiproductsstatement and proof · cited by 165
- CategoryTheory.Limits.biprod.sndproof · cited by 132
- CategoryTheory.Limits.biprod.inlproof · cited by 127
- CategoryTheory.Limits.biprod.fstproof · cited by 121
- CategoryTheory.Limits.biprod.inrproof · cited by 109
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.SemiadditiveOfBinaryBiproducts.add_eq_left_additionproof · cited by 1