I am trying to prove the following...
A sequence $a_0,a_1,a_2,...$ is defined recursively as follows:
$a_0 = 0;$
$\forall n \in \mathbb{N}, a_{n+1}=(a_n)^2+\frac{1}{4}$
Prove that $\forall n \ge 1, 0 < a_n < 1$.
Now, I have tried approaching the problem a few ways but it seems like in order to solve this I need to find a closed form expression for the recurrence relation (please advise if this approach is not correct). I have done a bit of work in the past with homogeneous linear recurrence relations and usually the characteristic polynomial simply falls out of the definition of the recurrence relation.
Can someone give me some hints on how to find a closed form expression for this recurrence relation?
I think that once I have a closed form I can prove the result fairly easily.
Hint: Prove by induction a stronger claim: $0 < a_n < \frac12$. This is easier!