Theorems · Theorem · group theory
AddCon.multiset_sum
∀ {ι : Type u_1} {M : Type u_2} [inst : AddCommMonoid M] (c : AddCon M) {s : Multiset ι} {f g : ι → M},
(∀ x ∈ s, c (f x) (g x)) → c (Multiset.map f s).sum (Multiset.map g s).sumAdditive congruence relations preserve sum indexed by a multiset.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Quot.sound
- Assumes
- AddCommMonoid
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.
- DFunLike.coestatement and proof · cited by 62,936
- AddCommMonoidstatement and proof · cited by 12,281
- Multisetstatement and proof · cited by 2,627
- Multiset.mapstatement · cited by 876
- Multiset.sumstatement · cited by 388
- AddConstatement and proof · cited by 138
- AddCon.list_sumproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- AddCon.finsetSumproof · cited by 3
- RingCon.multisetSumproof · cited by 1