Kantorovich theorem

From Wikipedia, the free encyclopedia

The Kantorovich theorem is a mathematical statement on the convergence of the Newton's method. It was first stated by Leonid Kantorovich in 1940.

The Newton's method constructs a sequence of points that—with good luck—will converge to a solution x of an equation f(x)=0 or a vector solution of a system of equation F(x)=0. The Kantorovich theorem gives conditions on the initial point of this sequence. If those conditions are satisfied then a solution exists close to the initial point and the sequence converges to that point.

Contents

[edit] Assumptions

Let X\subset\R^n be an open subset and F:\R^n\supset X\to\R^n a differentiable function with a jacobian F'(x) that is locally lipschitz continuous (for instance if it is twice differentiable). That is, it is assumed that for any open subset U\subset X there exists a constant L > 0 such that for any \mathbf x,\mathbf y\in U

\|F'(\mathbf x)-F'(\mathbf y)\|\le L\;\|\mathbf x-\mathbf y\|

holds. The norm on the left is some operator norm that is compatible with the vector norm on the right. This inequality can be rewritten to only use the vector norm. Then for any vector v\in\R^n the inequality

\|F'(\mathbf x)(v)-F'(\mathbf y)(v)\|\le L\;\|\mathbf x-\mathbf y\|\,\|v\|

must hold.

Now choose any initial point \mathbf x_0\in X. Assume that F'(\mathbf x_0) is invertible and construct the Newton step \mathbf h_0=-F'(\mathbf x_0)^{-1}F(\mathbf x_0).

The next assumption is that not only the next point \mathbf x_1=\mathbf x_0+\mathbf h_0 but the entire ball B(\mathbf x_1,\|\mathbf h_0\|) is contained inside the set X. Let M be the Lipschitz constant for the jacobian over this ball.

As a last preparation construct recusively, as long as it is possible, the sequences (\mathbf x_k)_k, (\mathbf h_k)_k, k)k according to

\begin{array}{rl}
\mathbf h_k=&-F'(\mathbf x_k)^{-1}F(\mathbf x_k)\\
\alpha_k=&M\,\|F'(\mathbf x_k)^{-1}\|\,\|h_k\|\\
\mathbf x_{k+1}=&\mathbf x_k+\mathbf h_k
\end{array}

[edit] Statement

Now if \alpha_0\le\tfrac12 then

  1. a solution \mathbf x^* of F(\mathbf x^*)=0 exists inside the closed ball \bar B(\mathbf x_1,\|\mathbf h_0\|) and
  2. the Newton iteration starting in \mathbf x_0 converges to \mathbf x^* with at least linear order of convergence.

[edit] Sources

[edit] Literature

  • Kantorowitsch, L. (1948): Functional analysis and applied mathematics (russ.). UMN3, 6 (28), 89–185.
  • Kantorowitsch, L. W.; Akilow, G. P. (1964): Functional analysis in normed spaces.
  • P. Deuflhard: Newton Methods for Nonlinear Problems. Affine Invariance and Adaptive Algorithms., Springer, Berlin 2004, ISBN 3-540-21099-7 (Springer Series in Computational Mathematics, Vol. 35)
Languages