So I have been reading numerical analysis and I encountered this:
Assume that $ g $ is continuously differentiable, $ x ^ * = g ( x ^ * ) $, $ g ' ( x ^ * ) \ne 0 $, $ g ' ( x ^ * ) \ne 1 $. Previously given formula does not define $ \phi ( x ^ * ) $ as for $ x = x ^ * $ the value of the denominator is $ 0 $. Define $ \phi ( x ^ * ) = x ^ * $. Let us find $ \phi ' ( x ^ * ) = \lim \limits _ { x \to x ^ * } \dfrac { \phi ( x ) - \phi ( x ^ * ) } { x - x ^ * } $. According to Lagrange's formula, $$ g \big( g ( x ) \big) - g ( x ) = g ' ( \xi ) \big( g ( x ) - x \big) \text , \qquad \xi \in \big( x , g ( x ) \big) \text , $$ and if $ x \to x ^ * $, then $ g ( x ) \to g ( x ^ * ) = x ^ * $, hence $ \xi \to x ^ * $. Therefore $$ \begin {align*} \phi ( x ) & = \frac { x g \big( g ( x ) \big) - x g ( x ) + x g ( x ) - g ( x ) ^ 2 } { g \big( g ( x ) \big) - g ( x ) - \big( g ( x ) - x \big) } = \\ & = \frac { x g ' ( \xi ) \big( g ( x ) - x \big) - g ( x ) \big( g ( x ) - x \big) } { \big( g ' ( \xi ) - 1 \big) \big( g ( x ) - x \big) } = \\ & = \frac { x g ' ( \xi ) - g ( x ) } { g ' ( \xi ) - 1 } \text , \end {align*} $$ and to abtain the last equality, we use the fact that $ g ( x ) \ne 0 $ for $ x \ne x ^ * $, which holds if $ x $ is in a small enough neighborhood of $ x ^ * $ taking into account $ g ' ( x ^ * ) \ne 0 $. Using the expansion $ g ( x ) = g ( x ^ * ) + g ' ( \xi _ 1 ) ( x - x ^ * ) $, $ \xi _ 1 \in ( x , x ^ * ) $ where we also substitute $ g ( x ^ * ) $ with $ x ^ * $, we get $$ \begin {align*} \phi ( x ) - \phi ( x ^ * ) & = \frac { x g ' ( \xi ) - g ( x ) } { g ' ( \xi ) - 1 } - x ^ * = \\ & = \frac { x g ' ( \xi ) - x ^ * - g ' ( \xi _ 1 ) ( x - x ^ * ) - x ^ * g ' ( \xi ) + x ^ * } { g ' ( \xi ) - 1 } = \\ & = \frac { \big( g ' ( \xi ) - g ' ( \xi _ 1 ) \big) ( x - x ^ * ) } { g ' ( \xi ) - 1 } \text . \end {align*} $$ Now $$ \lim _ { x \to x ^ * } \frac { \phi ( x ) - \phi ( x ^ * ) } { x - x ^ * } = \lim _ { x \to x ^ * } \frac { g ' ( \xi ) - g ' ( \xi _ 1 ) } { g ' ( \xi ) - 1 } = \frac { g ' ( x ^ * ) - g ' ( x ^ * ) } { g ' ( x ^ * ) - 1 } = 0 \text , $$ which means that $ \phi ' ( x ^ * ) = 0 $ and under such assumptions Steffensen's method converges faster than any geometric progression.
I don't understand why can say $ g ( x ) \to g ( x ^ * ) = x $.
Because I think everything is correct but I am not quite sure why I can say that one specific thing.