Mathlib Map

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
Defined in
Mathlib.CategoryTheory.Preadditive.Biproducts
Cited by
1 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.PreadditiveCategoryTheory.Limits.HasBinaryBiproducts

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.

Cited by1

Results whose statement or proof uses this declaration.