Theorems · Theorem · commutative algebra
PowerSeries.coeff_subst_single
∀ {R : Type u_2} [inst : CommRing R] {σ : Type u_7} [inst_1 : DecidableEq σ] (s : σ) (f : PowerSeries R) (e : σ →₀ ℕ),
(MvPowerSeries.coeff e) (PowerSeries.subst (MvPowerSeries.X s) f) =
if e = fun₀ | s => e s then (PowerSeries.coeff (e s)) f else 0- Cited by
- 1 results in Mathlib
- Foundations
- Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- LinearMapstatement · cited by 10,215
- Finsuppstatement and proof · cited by 5,255
- Finsupp.singlestatement and proof · cited by 943
- PowerSeriesstatement and proof · cited by 797
- MvPowerSeriesstatement · cited by 659
- PowerSeries.coeffstatement and proof · cited by 324
- MvPowerSeries.coeffstatement and proof · cited by 273
- MvPowerSeries.Xstatement and proof · cited by 98
- PowerSeries.subststatement · cited by 58
Cited by1
Results whose statement or proof uses this declaration.
- PowerSeries.coeff_subst_X_zero_subst_mul_X_oneproof · cited by 0