Theorems · Theorem · ring theory
Finsupp.sum_add_index
∀ {α : Type u_1} {M : Type u_8} {N : Type u_10} [inst : DecidableEq α] [inst_1 : AddZeroClass M]
[inst_2 : AddCommMonoid N] {f g : α →₀ M} {h : α → M → N},
(∀ a ∈ f.support ∪ g.support, h a 0 = 0) →
(∀ a ∈ f.support ∪ g.support, ∀ (b₁ b₂ : M), h a (b₁ + b₂) = h a b₁ + h a b₂) → (f + g).sum h = f.sum h + g.sum hTaking the product under h is an additive homomorphism of finsupps, if h is an
additive homomorphism on the support. This is a more general version of
Finsupp.sum_add_index'; the latter has simpler hypotheses.
- Cited by
- 18 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Finsetstatement · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Finsuppstatement and proof · cited by 5,255
- Finset.sumproof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- AddZeroClassstatement and proof · cited by 1,237
- Finsupp.supportstatement and proof · cited by 828
- Finsupp.sumstatement and proof · cited by 481
- Finset.sum_add_distribproof · cited by 131
- Finset.subset_union_leftproof · cited by 59
- Finset.subset_union_rightproof · cited by 45
Cited by18
Results whose statement or proof uses this declaration.
- MvPolynomial.eval₂_addproof · cited by 23
- Finsupp.sum_add_index'proof · cited by 14
- Convexity.dist_convexCombPair_leftproof · cited by 4
- Polynomial.sum_add_indexproof · cited by 3
- AddSubmonoid.exists_finsupp_of_mem_closure_rangeproof · cited by 2
- Finsupp.linearCombination_linearCombinationproof · cited by 2
- TensorProduct.finsuppLeft_apply_tmulproof · cited by 2
- TensorProduct.finsuppRight_apply_tmulproof · cited by 2
- AddSubgroup.exists_finsupp_of_mem_closure_rangeproof · cited by 2
- Convexity.convexCombPair_eq_sumproof · cited by 1
- Convexity.StdSimplex.weights_convexCombPairproof · cited by 1
- MvPolynomial.totalDegree_coeff_optionEquivLeft_add_leproof · cited by 1