Theorems · Theorem · commutative algebra
MvPowerSeries.truncTotal_subst_eq_truncTotal_sum_subst
∀ {σ : 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)
(∑ i ∈ Finset.range k, MvPowerSeries.subst a ((MvPowerSeries.homogeneousComponent i) f))- Cited by
- 1 results in Mathlib
- Foundations
- Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- LinearMapstatement · cited by 10,215
- RingHomstatement · cited by 10,189
- Finsuppstatement · cited by 5,255
- Finset.sumstatement and proof · cited by 5,195
- Finitestatement and proof · cited by 3,029
- Finset.sum_congrproof · cited by 2,323
- MvPolynomialstatement and proof · cited by 2,140
- Finset.rangestatement and proof · cited by 1,341
Cited by1
Results whose statement or proof uses this declaration.
- MvPowerSeries.truncTotal_subst_eq_truncTotal_sum_subst_truncTotal_of_leproof · cited by 2