First part:
\(\displaystyle \L x_1 = \sqrt{c} \\ x_{n+1} = \sqrt{c+x_{n}}\)
(1) Prove that \(\displaystyle x_n < x_{n+1}\):
Pf: Proof by indction on n.
Initial case:n=1. This is obvious.
Inductive step: Let P(n) be the assertion that x<sub>n</sub> < x<sub>n+1</sub>. Assume P(n) and show P(n)=>P(n+1).
\(\displaystyle x_{n+2} \,\, = \,\, \sqrt{c+x_{n+1}}\) by definition of x<sub>n</sub>.
Also, \(\displaystyle \sqrt{c+x_{n+1}}\,\, >\,\, \sqrt{c+x_n}\) Since x<sub>n+1</sub> > x<sub>n</sub>.
But that is exactly the definition of x<sub>n+1</sub>. So, \(\displaystyle x_{n+2}\,\, >\,\, \sqrt{c+x_{n}}\,\, = \,\,x_{n+1}\). So we have finished the proof.