Commit 2025-01-07 00:39 9e41cddb
View on Github →feat(Analysis/Analytic): lemmas about smul
for power series (#19816)
- Prove
radius_le_smul
andradius_smul_eq
stating thatc • p
converges on the same ball asp
. - Prove
HasFPowerSeriesOnBall.const_smul
(and variations) stating that scalar multiplication preserves series' convergence on the same ball. - Add
smul_apply
simp-lemma forFormalMultilinearSeries
.