Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Biprod.ofComponents_fst

∀ {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.Biprod.ofComponents f₁₁ f₁₂ f₂₁ f₂₂)
      CategoryTheory.Limits.biprod.fst =
    CategoryTheory.CategoryStruct.comp CategoryTheory.Limits.biprod.fst f₁₁ +
      CategoryTheory.CategoryStruct.comp CategoryTheory.Limits.biprod.snd f₂₁
Defined in
Mathlib.CategoryTheory.Preadditive.Biproducts
Cited by
0 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.PreadditiveCategoryTheory.Limits.HasBinaryBiproducts

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites19

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.