I just can't understand how to approach this question, which is probably very easy. Tried to look online for solutions but didn't come across something helpful. Here's the question:
There is a series where: $a_1 = 4$, $a_{n+1} = \sqrt{a_{n}+6}$.
Prove by induction:
For every natural $n$ number: $a_{n}>3$
Prove that $a_{n} \geq a_{n+1}$ for every natural n
I understand the idea of induction, as finding something valid for the first member of the group, assuming it's true for the $n$ object and showing it's indeed correct for the $(n+1)$-st object. I just can't understand how to pull this off on this question.
For the first part, use $x>3\implies\sqrt{x+6}>\sqrt{3+6}=3$ in the inductive step. For the second, you don't need an extra proof by induction: use the result of the first part together with$$x>3\implies x^2-x-6=(x-3)(x+2)>0\implies x+6<x^2\implies\sqrt{x+6}<x.$$