I was thinking about the infinite expression:
$$\sqrt{6+\sqrt{6+\sqrt{6+...}}}$$
It seems to me a bit informal or underspecified. You could state it better by defining an infinite series:
$$a_n = \sqrt{6+a_{n-1}}$$
And then ask about $\lim_{n\rightarrow\infty}{a_n}$. But then you have to wonder what $a_0$ is. Although anyway it's not too hard to figure out that if $a_0 \geq -6$, then the limit is 3. I fully understand this is the typical treatment and has been covered before. But where does this $a_0 \geq -6$ come from? Is there a way to evaluate it without making any assumptions like this?
It also dawned on me that maybe you could also define this sequence going "outside-in" instead of "inside-out". For instance:
$$b_n = b_{n-1}^2-6$$
But this seems a bit more unruly. It diverges for values other than $3$ and $-2$.
So I guess my question is: is that original expression just underdefined, and requires a small "leap" to formalize? Or is there a better way to treat that kind of thing strictly? Are there examples of similar expressions where the "informality" is troublesome - like maybe there's more than one way to formalize it that leads to different answers?