Say that we have a recurrence of the form $u_{n+1}=f(u_{n})$, where $f:R \to R$, then, what is the conditions on $f$ to have a convergent series $u_{n}$.
I have the following questions:
- Is it enough for $f$ to be continuous? or it must be a map over $R$ too?
- Is it enough that $f$ is continuous/map over the interval $[u_0,p]$ where p satisfies $p=f(p)$
- A special example, If $f$ is a quadratic function of the form $f(x)=ax^2+bx+c$, then, what is the conditions on $a,b,c$ to guarantee the convergence of $u_n$?
The conditions to apply the Banach fixed point theorem are right there in the statement of the theorem. (Since you are restricting to real-valued functions of a real variable, I will give that version of the Banach fixed point theorem. The full theorem applies to maps from a complete metric space to itself.)
The theorem is proved by choosing an arbitrary $u_0 \in U$, forming the sequence $(u_n)$, and noting that the contraction condition forces $(u_n)$ to be Cauchy, so it converges to some value $t$, and further, by continuity of the absolute value and subtraction, $|t - f(t)| \le q|t - f(t)|$. Since $q < 1$, this can only be true if $f(t) = t$. Finally, if $t'$ is another fixed point, then $|t - t'| = |f(t) - f(t')| \le q|t - t'|$, which again cannot be true except when $|t - t'| = 0$.
The requirements are all needed for the proof to work:
Note that there is no mention of continuity of $f$. It is not an explicit requirement of the theorem. However, it is easy to prove that all contractions are continuous.