Proof

Theorem 3 (Fixed Point Theorem) says the sequence converges to [Maple Math] . The Mean Value Theorem then means that

> expr:=p[n+1]-p;

[Maple Math]

> expr=g(p[n])-g(p);

[Maple Math]

> expr=D(g)(eta[n])*(p[n]-p);

[Maple Math]

Since [Maple Math] lies between [Maple Math] and [Maple Math] , this sequence must also converge to [Maple Math] so that [Maple Math] . Hence,

> limit((p[n+1]-p)/(p[n]-p),n=infinity)=limit(D(g)(zeta[n]),n=infinity);

[Maple Math]

which equals [Maple Math] . And therefore also,

> limit(abs(p[n+1]-p)/abs(p[n]-p),n=infinity)=abs(D(g)(p));

[Maple Math]

so that Fixed Point Iteration exhibits linear convergence when [Maple Math] .