Theorems · Theorem · category theory
CategoryTheory.Biprod.inr_ofComponents
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Preadditive C]
[inst_2 : CategoryTheory.Limits.HasBinaryBiproducts C] {X₁ X₂ Y₁ Y₂ : C} (f₁₁ : X₁ ⟶ Y₁) (f₁₂ : X₁ ⟶ Y₂)
(f₂₁ : X₂ ⟶ Y₁) (f₂₂ : X₂ ⟶ Y₂),
CategoryTheory.CategoryStruct.comp CategoryTheory.Limits.biprod.inr
(CategoryTheory.Biprod.ofComponents f₁₁ f₁₂ f₂₁ f₂₂) =
CategoryTheory.CategoryStruct.comp f₂₁ CategoryTheory.Limits.biprod.inl +
CategoryTheory.CategoryStruct.comp f₂₂ CategoryTheory.Limits.biprod.inr- Cited by
- 1 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
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.Preadditivestatement and proof · cited by 3,309
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- CategoryTheory.Limits.zero_compproof · cited by 339
- CategoryTheory.Limits.biprodstatement and proof · cited by 312
- CategoryTheory.Limits.HasBinaryBiproductsstatement and proof · cited by 165
- CategoryTheory.Limits.biprod.sndproof · cited by 132
- CategoryTheory.Limits.biprod.inlstatement and proof · cited by 127
- CategoryTheory.Limits.biprod.fstproof · cited by 121
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Biprod.ofComponents_eqproof · cited by 0