Theorems · Theorem · commutative algebra
MvPowerSeries.truncTotal_subst_eq_truncTotal_subst_truncTotal_of_le
∀ {σ : 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 τ] {x : σ → ℕ} {k : ℕ},
MvPowerSeries.HasSubst a →
(∀ (i : σ), k ≤ x i) →
(MvPowerSeries.truncTotal k) (MvPowerSeries.subst a f) =
(MvPowerSeries.truncTotal k) (MvPowerSeries.subst (fun i => ↑((MvPowerSeries.truncTotal (x i)) (a i))) f)- Cited by
- 1 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.
Cites39
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
- Finsuppstatement and proof · cited by 5,255
- Finset.sumproof · cited by 5,195
- Finitestatement and proof · cited by 3,029
- Finset.prodproof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
- MvPolynomialstatement · cited by 2,140
Cited by1
Results whose statement or proof uses this declaration.
- MvPowerSeries.truncTotal_subst_eq_truncTotal_sum_subst_truncTotal_of_leproof · cited by 2