The sequence $(a_n)_{n \in \mathbb N}$ is defined recursively as follows: $$ \left\{ \begin{split} a_1=&1 \\ a_{n+1}=&\sqrt{a_n+2} \end{split} \right. $$ a) Prove the sequence $(a_n)_{n \in \mathbb N}$ is increasing (using induction)
b) Show that $0 < a_n < 2$ for all $n \in \mathbb{N}$ (using induction).
For a), I know how to prove it is true for the base case. And I know that next you are meant to assume if its true for that then its true for n+1 however I don't understand how to actually do this second step.
For b) I'm guessing similarly first you'd use the base case to show that it's always greater than 0 since the base case is greater than 0? But after that I'm not sure what you'd do next.
Thank you.