I saw this question posted from 2 years ago, but I don't quite understand the accepted solution using the Reimann series. Can someone explain how to solve this?
Show that
$f(x)=\sum_{k=1}^\infty \frac{1}{k}\sin\left(\frac{x}{k+1}\right)$
converges, point-wise on $R$ and uniformly on each bounded interval in $R$, to a differentiable function $f$ which satisfies
$|f(x)|\leq |x| \text{ and } |f'(x)|\leq 1$
for all $x$ in $R$.
Here is the original post:
Show that $f(x)=\sum_{k=1}^\infty \frac{1}{k}\sin(\frac{x}{k+1})$ converges.
I'm not sure what this notation means or how it proves point-wise convergence:
$f_n(x)\sim\frac{x}{n^2},\forall x\neq0$
Use Taylor series for sine:
$$\left|\frac1k\sin\frac x{k+1}\right|=\left|\frac1k\left(\frac x{k+1}+\mathcal O\left(\frac{x^3}{(k+1)^3}\right)\right)\right|\le$$
$$\le \frac{|x|}{k(k+1)}+\mathcal O\left(\frac{|x|^3}{k(x+1)^3}\right)$$
Observe the last term's series converges for any $\;x\in\Bbb R\;$ .