So I came across this silly video "When mathematicians get bored (ep1)" on bprp fast's YouTube channel, and it mentions the following recursive sequence:
For all natural $n \geq 1$, \begin{align}f_0(x) &= \sqrt{x}, \\ f_n(x) &= \sqrt{x+f_{n-1}(x)} \end{align}
In the video, it is claimed that $\lim_{n \to \infty}{f_n{(20)}}=5$, but I couldn't actually prove this when I tried to!
I don't know whether I'm forgetting something obvious or not, but can someone sketch a proof for me or at least point me in the direction of a method of proof?
Much appreciated!