Theorems · Theorem · category theory
CategoryTheory.Functor.map_sum
∀ {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) [F.Additive] {X Y : C} {α : Type u_4}
(f : α → (X ⟶ Y)) (s : Finset α), F.map (∑ a ∈ s, f a) = ∑ a ∈ s, F.map (f a)- Cited by
- 2 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- Finsetstatement and proof · cited by 13,712
- CategoryTheory.Functor.mapstatement · cited by 8,698
- Finset.sumstatement · cited by 5,195
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- CategoryTheory.Functor.Additivestatement and proof · cited by 1,179
- map_sumproof · cited by 455
- CategoryTheory.Functor.mapAddHomproof · cited by 13
Cited by2
Results whose statement or proof uses this declaration.
- AlgebraicTopology.map_alternatingFaceMapComplexproof · cited by 1
- Action.sum_homproof · cited by 0