Let $f(1)=2$ and $f(n+1)=\sqrt{3+f(n)}$. Prove that $f(n)<2.4$ for all $n\ge 1$.
I established a base case when $n=1$ and then moved on to the inductive step by assuming the statement is true for some $k \in\mathbb N$. I am not sure what to do from here.
Start from $f(n) < 2.4$ $$3 + f(n) < 3+2.4$$ $$\sqrt{3+f(n)} < \sqrt{5.4}$$ $$f(n+1)<2.32 <2.4$$