Theorems · Theorem · commutative algebra
DividedPowers.dpow_sum
∀ {A : Type u_1} [inst : CommSemiring A] {I : Ideal A} (hI : DividedPowers I) {ι : Type u_2} [inst_1 : DecidableEq ι]
{s : Finset ι} {x : ι → A},
(∀ i ∈ s, x i ∈ I) → ∀ {n : ℕ}, hI.dpow n (s.sum x) = ∑ k ∈ s.sym n, ∏ i ∈ s, hI.dpow (Multiset.count i ↑k) (x i)A “multinomial” theorem for divided powers — without multinomial coefficients.
- Defined in
- Mathlib.RingTheory.DividedPowers.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 82 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.
Cites15
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
- CommSemiringstatement and proof · cited by 10,911
- Finset.sumstatement · cited by 5,195
- Idealstatement and proof · cited by 4,748
- Finset.prodstatement · cited by 2,356
- Multiset.countstatement · cited by 302
- Symstatement · cited by 150
- DividedPowersstatement and proof · cited by 112
- DividedPowers.dpowstatement and proof · cited by 85
- Sym.toMultisetstatement · cited by 51
- Finset.symstatement · cited by 35
- DividedPowers.dpow_zeroproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- DividedPowers.dpow_finsupp_sumproof · cited by 0
- DividedPowers.dpow_linearCombinationproof · cited by 0