Content deleted Content added
fix name; its Czeslaw Bessaga |
m replaced iterative function by iterative method, as we iterate only for a particular function value, and not as a sequence of functions |
||
Line 3:
Let (''X'', d) be a non-empty [[complete metric space]]. Let ''T'' : ''X'' <tt>-></tt> ''X'' be a ''[[contraction mapping]]'' on ''X'', i.e: there is a [[real number]] ''q'' < 1 such that
:<math>d(Tx,Ty) \le q\cdot d(x,y)</math>
for all ''x'', ''y'' in ''X''. Then the map ''T'' admits one and only one fixed point ''x''<sup>*</sup> in ''X'' (this means ''Tx''<sup>*</sup> = ''x''<sup>*</sup>). Furthermore, this fixed point can be found as follows: start with an arbitrary element ''x''<sub>0</sub> in ''X'' and define an [[
:<math>d(x^*, x_n) \leq \frac{q^n}{1-q} d(x_1,x_0)</math>.
|