Theorems · Theorem · commutative algebra
DividedPowers.dpow_finsupp_sum
∀ {A : Type u_1} [inst : CommSemiring A] {I : Ideal A} (hI : DividedPowers I) {ι : Type u_2} [inst_1 : DecidableEq ι]
{x : ι →₀ A},
(∀ (i : ι), x i ∈ I) →
∀ {n : ℕ}, hI.dpow n (x.sum fun x r => r) = ∑ k ∈ x.support.sym n, x.prod fun i r => hI.dpow (Multiset.count i ↑k) rA "multinomial" theorem for divided powers — without multinomial coefficients — for finitely supported functions.
- Defined in
- Mathlib.RingTheory.DividedPowers.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- Finsetproof · cited by 13,712
- CommSemiringstatement and proof · cited by 10,911
- Finsuppstatement and proof · cited by 5,255
- Finset.sumstatement and proof · cited by 5,195
- Idealstatement and proof · cited by 4,748
- Finset.prodproof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
- Finsupp.supportstatement and proof · cited by 828
- Finset.prod_congrproof · cited by 646
- Finsupp.sumstatement · cited by 481
- Multiset.countstatement and proof · cited by 302
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.