Theorems · Theorem · group theory
AddMonoidHom.map_finsum_mem
∀ {α : Type u_1} {M : Type u_5} {N : Type u_6} [inst : AddCommMonoid M] [inst_1 : AddCommMonoid N] {s : Set α}
(f : α → M) (g : M →+ N), s.Finite → g (∑ᶠ (j : α) (_ : j ∈ s), f j) = ∑ᶠ (i : α) (_ : i ∈ s), g (f i)Given an additive monoid homomorphism g : M →* N and a function f : α → M, the
value of g at the sum of f i over i ∈ s equals the sum of g (f i) over s.
- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoidAddCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- AddCommMonoidstatement and proof · cited by 12,281
- AddMonoidHomstatement and proof · cited by 3,230
- Set.Finitestatement and proof · cited by 1,814
- Function.supportproof · cited by 610
- finsumstatement · cited by 286
- Set.Finite.inter_of_leftproof · cited by 31
- AddMonoidHom.map_finsum_mem'proof · cited by 1
Cited by5
Results whose statement or proof uses this declaration.
- Nat.cast_finsum_memproof · cited by 1
- AddEquiv.map_finsum_memproof · cited by 1
- finsum_mem_mul'proof · cited by 0
- mul_finsum_mem'proof · cited by 0
- smul_finsum_memproof · cited by 0