Commit 2020-05-13 10:27 ce86d33b
View on Github →feat(analysis/calculus/(f)deriv): differentiability of a finite sum of functions (#2657)
We show that, if each f i
is differentiable, then λ y, ∑ i in s, f i y
is also differentiable when s
is a finset, and give the lemmas around this for fderiv
and deriv
.