0

Let f: be a positive integer defined recursively by $f(1)=1$ and $f(n+1)=\sqrt{2+f(n)}$ for all integers n. Prove that $f(n)<2$.

I am supposed to prove this by using proof of induction. I've tested the base case of 1, and I've let $P(n)$ be the statement that $f(n)<2$. I'm not sure how to go about the rest. I can't seem to prove that it is true for the case of $n+1$.

Stefan4024
  • 35,843

1 Answers1

1

Hint: $\sqrt{2+2}=2$. ${}{}{}{}{}{}$

njguliyev
  • 14,473
  • 1
  • 26
  • 43