Theorems · Theorem · general algebraic systems
List.support_sum_eq
∀ {ι : Type u_1} {M : Type u_2} [inst : DecidableEq ι] [inst_1 : AddZeroClass M] (l : List (ι →₀ M)),
List.Pairwise (Function.onFun Disjoint Finsupp.support) l →
l.sum.support = List.foldr (fun x1 x2 => x1.support ⊔ x2) ∅ l- Defined in
- Mathlib.Data.Finsupp.BigOperators
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqAddZeroClass
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.
- Finsetstatement and proof · cited by 13,712
- Finsuppstatement and proof · cited by 5,255
- Disjointstatement and proof · cited by 2,201
- AddZeroClassstatement and proof · cited by 1,237
- Finsupp.supportstatement and proof · cited by 828
- Function.onFunstatement and proof · cited by 570
- List.toFinsetproof · cited by 108
- Finsupp.support_add_eqproof · cited by 10
- Finset.sup_eq_unionproof · cited by 8
- Finset.disjoint_of_subset_rightproof · cited by 6
- Finset.bot_eq_emptyproof · cited by 3
- Finset.disjoint_sup_rightproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.support_sum_eqproof · cited by 1