Theorems · Theorem · category theory
CategoryTheory.Functor.Additive.map_add
∀ {C : Type u_1} {D : Type u_2} {inst : CategoryTheory.Category.{v_1, u_1} C}
{inst_1 : CategoryTheory.Category.{v_2, u_2} D} {inst_2 : CategoryTheory.Preadditive C}
{inst_3 : CategoryTheory.Preadditive D} {F : CategoryTheory.Functor C D} [self : F.Additive] {X Y : C} {f g : X ⟶ Y},
F.map (f + g) = F.map f + F.map gthe addition of two morphisms is mapped to the sum of their images
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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 · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement · cited by 8,698
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- CategoryTheory.Functor.Additivestatement and proof · cited by 1,179
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.map_addproof · cited by 24