Theorems · Theorem · commutative algebra
MvPowerSeries.truncTotal_subst_eq_truncTotal_subst_sum
∀ {σ : Type u_1} {R : Type u_3} [inst : CommRing R] {τ : Type u_4} {S : Type u_5} [inst_1 : CommRing S]
[inst_2 : Algebra R S] {a : σ → MvPowerSeries τ S} {f : MvPowerSeries σ R} [inst_3 : Finite τ] {k : ℕ},
MvPowerSeries.HasSubst a →
(∀ (i : σ), MvPowerSeries.constantCoeff (a i) = 0) →
(MvPowerSeries.truncTotal k) (MvPowerSeries.subst a f) =
(MvPowerSeries.truncTotal k)
(MvPowerSeries.subst a (∑ i ∈ Finset.range k, (MvPowerSeries.homogeneousComponent i) f))- Cited by
- 2 results in Mathlib
- Foundations
- Depth 109 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites51
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
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- CommSemiringproof · cited by 10,911
- LinearMapstatement · cited by 10,215
- RingHomstatement · cited by 10,189
- Finsuppstatement and proof · cited by 5,255
- Finset.sumstatement and proof · cited by 5,195
- LE.le.transproof · cited by 3,151
- Finitestatement and proof · cited by 3,029
- Finset.sum_congrproof · cited by 2,323
Cited by2
Results whose statement or proof uses this declaration.
- MvPowerSeries.truncTotal_subst_eq_truncTotal_sum_substproof · cited by 1
- MvPowerSeries.truncTotal_subst_eq_truncTotal_truncTotal_substproof · cited by 0