For the bisection method, we have the following error bound:
$$ |x_n - x| \leq \frac{1}{2^{n+1}} |a_0 - b_0|. $$
This estimate is commonly interpreted in textbooks as indicating that the bisection method is first-order convergent with a convergence rate of $\frac{1}{2}$.
Is it possible to rigorously prove the errors satisfy the definition of the rate and order of convergence given by:
$$ \overline{\lim\limits}_{n \rightarrow \infty}\frac{|x_{n+1} - x|}{|x_n - x|} = \frac{1}{2}? $$
Or is this just a vague (formal) statement? I understand heuristically, one would expect an estimate of that type if the sequence of approximations generated by the bisection method are nice in some sense.
If the root is a dyadic number such estimates are not required, since the root is achieved after a finite number of steps. The interesting case is when the root is a non-dyadic number and the method never achieves the root.
I am looking for a rigorous proof for the order and the rate of convergence of the bisection method(or a reference with rigorous proof)
Or rigorous counter example, where the $\overline{\lim}_{n \rightarrow \infty}\frac{|x_{n+1} - x|}{|x_n - x|} \neq 1/2$.
If not 1/2 can one prove at least the limsup is finite?
A reference where existence or non existence of this limsup is discussed would also be useful for me.