$1)$
I have a sequence defined in terms of a recurring relationship. Namely, $$s_0=\sqrt{2},\;s_{n+1}=\sqrt{2+\sqrt{s_n}}.$$
I could prove that it is bounded, but having difficulty in proving that it is monotonic so that I can apply Heine-Borel theorem to prove convergence. Can someone tell me how to do it?
$2)$
Also how to calculate the limit rigorously.
I calculated it using the fact that we can substitute both $s_n$ and $s_{n+1}$ with a supposed limit $l$. While it is intuitive that this approach works, I need a rigorous proof of how such an evaluation works without using concepts of continuity and differentiability as the book (baby Rudin) I am going through didn't reach there yet.
You claime to have proved the boundedness of the sequence.
MONOTONICITY:
Clearly, $s_1>s_0=\sqrt2.$
For $n\geq 1,$ et us compute $$\begin{aligned}s_{n+1}-s_n&=\sqrt{2+\sqrt{s_n}}-\sqrt{2+\sqrt{s_{n-1}}}\\\\&=\frac{\sqrt{s_n}-\sqrt{s_{n-1}}}{\sqrt{2+\sqrt{s_n}}+\sqrt{2+\sqrt{s_{n-1}}}}\\\\&=\frac{s_n-s_{n-1}}{\underbrace{\left(\sqrt{s_n}+\sqrt{s_{n-1}}\right)}_{>0}\underbrace{\left(\sqrt{2+\sqrt{s_n}}+\sqrt{2+\sqrt{s_{n-1}}}\right)}_{>0}}\end{aligned}$$ Edit
We have an increasing and bounded sequence, therefore it has a limit.
The way you used to find the limit is not intuitive, it is pretty legitimate:
If the limit exists, then it satisfies the equation $$l=\sqrt{2+\sqrt l}\tag{1}.$$ And we know already, that the limit exists.
The equation $(1)$ rewrites $$l^4-4l^2-l+4=(l-1)(l^3+l^2-3l-4)$$ With the use of Descartes'rule of signs we know that the cubic factor has exactly one positive root. With the use of numerical methods we find $\;l\approx 1.831177>\sqrt 2$