Suppose we have an iterative sequence defined by $x_{n+1} = g(x_n)$ where
$$g(x)= \frac{x^4 + 1}{3}$$
and we are looking at the two cases:
- $x_1 = 0$
- $x_1 = 1$
While I know that if $x_n \rightarrow a$ as $ n \rightarrow \infty $ then $a$ is a fixed point of $g$, ie $g(a)=a$, this lead me to think along the lines of considering the properties of the function $f(x)=g(x) - x$ and trying to use this to help rigorously prove that the sequence does converge to some limit, I haven't much success in writing in argument which I find to be fully satisfactory.
Is this a good method to show that the sequence does converge to the same value for both starting points of $x_n$ - if so, could someone please give a few pointers for the general outline of a proof which can be made rigorously (so please don't talk about how $|g'(a)|< 1$ will suffice, because I fail to see how this can be made rigorous).
Alternatively, if a proof can be done by just using algebra and the definition of the sequence, that would be much more preferable (we were asked this question a while ago before we had came across continuity/differentiability, so I assume it can be done without these ideas rigorously).