Theorems · Theorem · commutative algebra
MvPowerSeries.map_subst
∀ {σ : Type u_1} {R : Type u_3} [inst : CommRing R] {τ : Type u_4} {S : Type u_5} [inst_1 : CommRing S]
{a : σ → MvPowerSeries τ R},
MvPowerSeries.HasSubst a →
∀ {h : R →+* S} (f : MvPowerSeries σ R),
(MvPowerSeries.map h) (MvPowerSeries.subst a f) =
MvPowerSeries.subst (fun i => (MvPowerSeries.map h) (a i)) ((MvPowerSeries.map h) 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.
Cites26
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
- CommRingstatement and proof · cited by 17,173
- RingHomstatement and proof · cited by 10,189
- Finsuppproof · cited by 5,255
- Finset.prodproof · cited by 2,356
- map_mulproof · cited by 1,137
- Finsupp.supportproof · cited by 828
- MvPowerSeriesstatement and proof · cited by 659
- Finset.prod_congrproof · cited by 646
- map_powproof · cited by 503
- finsumproof · cited by 286
- MvPowerSeries.coeffproof · cited by 273
Cited by2
Results whose statement or proof uses this declaration.
- MvPowerSeries.map_expandproof · cited by 2
- PowerSeries.map_substproof · cited by 0