Theorems · Theorem · commutative algebra
DividedPowers.dpow_linearCombination
∀ {A : Type u_1} [inst : CommSemiring A] {ι : Type u_2} [inst_1 : DecidableEq ι] {S : Type u_3}
[inst_2 : CommSemiring S] [inst_3 : Algebra A S] {J : Ideal S} (hJ : DividedPowers J) {b : ι → S} {x : ι →₀ A},
(∀ i ∈ x.support, b i ∈ J) →
∀ {n : ℕ},
hJ.dpow n (x.sum fun i r => r • b i) =
∑ k ∈ x.support.sym n, x.prod fun i r => r ^ Multiset.count i ↑k • hJ.dpow (Multiset.count i ↑k) (b i)- Defined in
- Mathlib.RingTheory.DividedPowers.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Algebrastatement and proof · cited by 11,388
- 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
- Algebra.algebraMapproof · cited by 4,706
- Finset.sum_congrproof · cited by 2,323
- Finsupp.supportstatement and proof · cited by 828
- Finset.prod_congrproof · cited by 646
- map_powproof · cited by 503
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.