Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Preadditive.add_comp

∀ {C : Type u} {inst : CategoryTheory.Category.{v, u} C} [self : CategoryTheory.Preadditive C] (P Q R : C)
  (f f' : P ⟶ Q) (g : Q ⟶ R),
  CategoryTheory.CategoryStruct.comp (f + f') g =
    CategoryTheory.CategoryStruct.comp f g + CategoryTheory.CategoryStruct.comp f' g

A category is called preadditive if P ⟶ Q is an abelian group such that composition is linear in both variables.

Defined in
Mathlib.CategoryTheory.Preadditive.Basic
Cited by
82 results in Mathlib
Foundations
Depth 6 from the axioms · uses no axioms
Assumes
CategoryTheory.Preadditive

Around this declaration

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

Cites4

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

Cited by83

Results whose statement or proof uses this declaration.