Bauer–Fike theorem

From HandWiki

In mathematics, the Bauer–Fike theorem is a standard result in the perturbation theory of the eigenvalue of a complex-valued diagonalizable matrix. In its substance, it states an absolute upper bound for the deviation of one perturbed matrix eigenvalue from a properly chosen eigenvalue of the exact matrix. Informally speaking, what it says is that the sensitivity of the eigenvalues is estimated by the condition number of the matrix of eigenvectors.

The theorem was proved by Friedrich L. Bauer and C. T. Fike in 1960.

The setup

In what follows we assume that:

  • ACn,n is a diagonalizable matrix;
  • VCn,n is the non-singular eigenvector matrix such that A = VΛV−1, where Λ is a diagonal matrix.
  • If XCn,n is invertible, its condition number in p-norm is denoted by κp(X) and defined by:
[math]\displaystyle{ \kappa_p(X)=\|X\|_p \left \|X^{-1} \right \|_p. }[/math]

The Bauer–Fike Theorem

Bauer–Fike Theorem. Let μ be an eigenvalue of A + δA. Then there exists λΛ(A) such that:
[math]\displaystyle{ |\lambda-\mu| \leq \kappa_p (V) \| \delta A \|_p }[/math]

Proof. We can suppose μΛ(A), otherwise take λ = μ and the result is trivially true since κp(V) ≥ 1. Since μ is an eigenvalue of A + δA, we have det(A + δAμI) = 0 and so

[math]\displaystyle{ \begin{align} 0 &= \det(A+\delta A-\mu I) \\ &= \det(V^{-1})\det(A+\delta A-\mu I)\det(V) \\ &= \det \left ( V^{-1} (A+\delta A-\mu I) V \right ) \\ &= \det \left ( V^{-1}AV + V^{-1}\delta AV- V^{-1} \mu I V \right ) \\ &= \det \left (\Lambda+V^{-1}\delta AV-\mu I \right ) \\ &= \det(\Lambda-\mu I)\det \left ((\Lambda-\mu I)^{-1}V^{-1}\delta AV +I \right ) \\ \end{align} }[/math]

However our assumption, μΛ(A), implies that: det(Λ − μI) ≠ 0 and therefore we can write:

[math]\displaystyle{ \det \left ((\Lambda-\mu I)^{-1}V^{-1}\delta AV +I \right ) = 0. }[/math]

This reveals −1 to be an eigenvalue of

[math]\displaystyle{ (\Lambda-\mu I)^{-1}V^{-1}\delta AV. }[/math]

Since all p-norms are consistent matrix norms we have |λ| ≤ ||A||p where λ is an eigenvalue of A. In this instance this gives us:

[math]\displaystyle{ 1 = |-1| \leq \left \|(\Lambda-\mu I)^{-1}V^{-1}\delta AV \right \|_p \leq \left \|(\Lambda-\mu I)^{-1} \right \|_p \left \|V^{-1}\right \|_p \|V\|_p\|\delta A\|_p = \left \|(\Lambda-\mu I)^{-1} \right \|_p\ \kappa_p(V)\|\delta A\|_p }[/math]

But (Λ − μI)−1 is a diagonal matrix, the p-norm of which is easily computed:

[math]\displaystyle{ \left \| \left (\Lambda-\mu I \right )^{-1} \right \|_p\ =\max_{\|\boldsymbol{x}\|_p\ne 0} \frac{\left \|\left (\Lambda-\mu I \right )^{-1} \boldsymbol{x} \right \|_p}{\|\boldsymbol{x}\|_p} =\max_{\lambda\in\Lambda(A)}\frac{1}{|\lambda -\mu|}\ = \frac{1}{\min_{\lambda\in\Lambda(A)}|\lambda-\mu|} }[/math]

whence:

[math]\displaystyle{ \min_{\lambda\in\Lambda(A)}|\lambda-\mu|\leq\ \kappa_p(V)\|\delta A\|_p. }[/math]

An Alternate Formulation

The theorem can also be reformulated to better suit numerical methods. In fact, dealing with real eigensystem problems, one often has an exact matrix A, but knows only an approximate eigenvalue-eigenvector couple, (λa, va ) and needs to bound the error. The following version comes in help.

Bauer–Fike Theorem (Alternate Formulation). Let (λa, va ) be an approximate eigenvalue-eigenvector couple, and r = Avaλava. Then there exists λΛ(A) such that:
[math]\displaystyle{ \left |\lambda-\lambda^a \right |\leq \kappa_p (V)\frac{\|\boldsymbol{r}\|_p}{\left \|\boldsymbol{v}^a \right \|_p} }[/math]

Proof. We can suppose λaΛ(A), otherwise take λ = λa and the result is trivially true since κp(V) ≥ 1. So (AλaI)−1 exists, so we can write:

[math]\displaystyle{ \boldsymbol{v}^a = \left (A-\lambda^a I \right )^{-1} \boldsymbol{r}= V \left (D-\lambda^a I \right )^{-1}V^{-1}\boldsymbol{r} }[/math]

since A is diagonalizable; taking the p-norm of both sides, we obtain:

[math]\displaystyle{ \left \| \boldsymbol{v}^a \right \|_p= \left \|V \left (D-\lambda^a I \right )^{-1}V^{-1}\boldsymbol{r} \right \|_p \leq \|V\|_p \left \| \left (D-\lambda^a I \right )^{-1} \right \|_p \left \|V^{-1} \right \|_p \|\boldsymbol{r}\|_p =\kappa_p(V) \left \| \left (D-\lambda^a I \right )^{-1} \right \|_p \|\boldsymbol{r}\|_p. }[/math]

However

[math]\displaystyle{ \left (D- \lambda^a I \right )^{-1} }[/math]

is a diagonal matrix and its p-norm is easily computed:

[math]\displaystyle{ \left \|\left (D-\lambda^a I \right )^{-1} \right \|_p = \max_{\|\boldsymbol{x}\|_p \ne 0}\frac{\left \|\left (D-\lambda^a I \right )^{-1}\boldsymbol{x} \right \|_p}{\|\boldsymbol{x}\|_p} =\max_{\lambda\in\sigma(A)} \frac{1}{\left |\lambda-\lambda^a \right |}=\frac{1}{\min_{\lambda\in\sigma(A)} \left |\lambda- \lambda^a \right |} }[/math]

whence:

[math]\displaystyle{ \min_{\lambda\in\lambda(A)} \left |\lambda-\lambda^a \right | \leq\kappa_p(V) \frac{\|\boldsymbol{r}\|_p}{\left \|\boldsymbol{v}^a \right \|_p}. }[/math]

A Relative Bound

Both formulations of Bauer–Fike theorem yield an absolute bound. The following corollary is useful whenever a relative bound is needed:

Corollary. Suppose A is invertible and that μ is an eigenvalue of A + δA. Then there exists λΛ(A) such that:
[math]\displaystyle{ \frac{|\lambda-\mu|}{|\lambda|}\leq\kappa_p (V) \left \|A^{-1}\delta A \right \|_p }[/math]

Note. ||A−1δA|| can be formally viewed as the relative variation of A, just as |λμ|/|λ| is the relative variation of λ.

Proof. Since μ is an eigenvalue of A + δA and det(A) ≠ 0, by multiplying by A−1 from left we have:

[math]\displaystyle{ -A^{-1}(A+\delta A)\boldsymbol{v}=-\mu A^{-1}\boldsymbol{v}. }[/math]

If we set:

[math]\displaystyle{ A^a =\mu A^{-1}, \qquad (\delta A)^a = -A^{-1}\delta A }[/math]

then we have:

[math]\displaystyle{ \left (A^a + (\delta A)^a - I \right )\boldsymbol{v} = \boldsymbol{0} }[/math]

which means that 1 is an eigenvalue of Aa + (δA)a, with v as an eigenvector. Now, the eigenvalues of Aa are μ/λi, while it has the same eigenvector matrix as A. Applying the Bauer–Fike theorem to Aa + (δA)a with eigenvalue 1, gives us:

[math]\displaystyle{ \min_{\lambda\in\Lambda(A)} \left|\frac{\mu}{\lambda}-1\right| = \min_{\lambda\in\Lambda(A)}\frac{|\lambda-\mu|}{|\lambda|} \leq \kappa_p (V) \left \|A^{-1}\delta A \right \|_p }[/math]

The Case of Normal Matrices

If A is normal, V is a unitary matrix, therefore:

[math]\displaystyle{ \|V\|_2= \left \|V^{-1} \right \|_2 = 1, }[/math]

so that κ2(V) = 1. The Bauer–Fike theorem then becomes:

[math]\displaystyle{ \exists\lambda\in\Lambda(A): \quad |\lambda-\mu|\leq\|\delta A\|_2 }[/math]

Or in alternate formulation:

[math]\displaystyle{ \exists\lambda\in\Lambda(A): \quad \left |\lambda-\lambda^a \right |\leq\frac{\|\boldsymbol{r}\|_2}{\left \|\boldsymbol{v}^a\right \|_2} }[/math]

which obviously remains true if A is a Hermitian matrix. In this case, however, a much stronger result holds, known as the Weyl's theorem on eigenvalues. In the hermitian case one can also restate the Bauer–Fike theorem in the form that the map AΛ(A) that maps a matrix to its spectrum is a non-expansive function with respect to the Hausdorff distance on the set of compact subsets of C.

References

  • Bauer, F. L.; Fike, C. T. (1960). "Norms and Exclusion Theorems". Numer. Math. 2 (1): 137–141. doi:10.1007/BF01386217. 
  • Eisenstat, S. C.; Ipsen, I. C. F. (1998). "Three absolute perturbation bounds for matrix eigenvalues imply relative bounds". SIAM Journal on Matrix Analysis and Applications 20 (1): 149–158. doi:10.1137/S0895479897323282.