I'm trying to show that the series: $\sin(m) + \sin(\sin(m)) + \sin(\sin(\sin(m)) + \cdots$ converges for all real numbers $m$. To be specific, the series is defined as follows:
$\sum_1^\infty{a_k}$ where $a_{k+1}=\sin(a_k)$ for $k=1, 2, \ldots$ and $a_1=\sin(m)$.
I've concluded that the terms in the series tend to $0$ as $k\rightarrow\infty$. I also tried applying the ratio test:
$\dfrac{|a_k+1|}{|a_k|}=\dfrac{|\sin(\sin\cdots(\sin(m))|}{|\sin(\sin(\cdots(m)|} =\dfrac{|\sin(a_k)|}{|a_k|}\rightarrow1$ as $k\rightarrow\infty$, but since the limit is $1$ the test is inconclusive. I don't know an awful lot about series, but I do know about the the root test, the integral test and about doing comparisons. I can't see how I can apply any of those methods here.
I would be really grateful for any help with this problem!
Heuristics: Say $a_n$ is near zero but not zero, then $\sin(x)=x-\frac16x^3+o(x^3)$ when $x\to0$ hence $$a_{n+1}=a_n-\frac16a_n^3+o(a_n^3).$$ If $a_n\sim c/n^b$, this imposes that $c^2=3$ and $b=\frac12$, hence the idea that $a_n\sim\alpha\sqrt{\alpha/n}$ with $\alpha=\pm1$ depending on $a_1$.
Full proof: Change variables and consider $$b_n=\frac1{a_n^2},$$ thus, one knows that $b_n\to+\infty$, and the same expansion of sine yields $$b_{n+1}^{-1}=\sin(b_n^{-1/2})^2=\left(b_n^{-1/2}-\frac16b_n^{-3/2}+o(b_n^{-3/2})\right)^2=b_n^{-1}-\frac13b_n^{-2}+o(b_n^{-2}),$$ which implies $$b_{n+1}=b_n+\frac13+o(1),$$ hence we are done.