I have a quick question about mollified functions and their derivatives. Let $\phi_\delta$, $\delta > 0$, be the standard mollifier. Let $f$ be a differentiable function and $f_\delta = f \ast \phi_\delta$ for $\delta > 0$, be a mollification of it. Is it true that $f_\delta' \to f'$ as $\delta \to 0$? What happens in the case, say when $f$ has a finite number of points where it has no derivative. Can we conclude that, if $f$ has a derivative at $x = c$, then $f_\delta'(c) \to f'(c)$ as $\delta \to 0$? What about when $f$ is not differentiable at $c$? What does $f_\delta'(c)$ approach as $\delta \to 0$ here (if there's a limit at all).
As a quick example take $f(x) = 1_{[0,N]}(x)\{x\}$ for some large enough real number $N > 0$, where $\{x\} := x - \lfloor x \rfloor$ is the fractional-part function. Note the function $\{x\}$ has derivative $1$ everywhere except on $\mathbb{Z}$, where it has jumps. Now $f_\delta = f \ast \phi_\delta$ which is $$ f_\delta(y) = \int_{0}^N\{x\} \phi_\delta(y - x) dx $$ and so $f_\delta' = f \ast \phi_\delta'$ is given by $$ f_\delta'(y) = \int_0^N \{x\}\phi_\delta'(y - x) dx. $$ Is it then true that for $y \in [0,N]\setminus \mathbb{Z}$, $f_\delta'(y) \to 1$ as $\delta \to 0$? What then of an improper integral over $y$ such as $$ \int_k^{k+1}\int_0^N \{x\}\phi_\delta'(y - x) dx dy. $$
Also, in practice one may sometimes need to upper bound integrals, such as $$ I := \int_{a}^b f(x) \phi_\delta'(y-x)dx, $$ uniformly for every $\delta >0$. In particular one is interested in what happens as $\delta \to 0$. Is there a bound we can use for $\phi_\delta'$ as $\delta \to 0$, so that one could have something like $I \leq M \int_a^b |f(x)| dx$ uniformly on $\delta$? Thanks a lot.