Singular value

From HandWiki
Short description: Square roots of the eigenvalues of the self-adjoint operator

In mathematics, in particular functional analysis, the singular values of a compact operator [math]\displaystyle{ T: X \rightarrow Y }[/math] acting between Hilbert spaces [math]\displaystyle{ X }[/math] and [math]\displaystyle{ Y }[/math], are the square roots of the (necessarily non-negative) eigenvalues of the self-adjoint operator [math]\displaystyle{ T^*T }[/math] (where [math]\displaystyle{ T^* }[/math] denotes the adjoint of [math]\displaystyle{ T }[/math]).

The singular values are non-negative real numbers, usually listed in decreasing order (σ1(T), σ2(T), …). The largest singular value σ1(T) is equal to the operator norm of T (see Min-max theorem).

Visualization of a singular value decomposition (SVD) of a 2-dimensional, real shearing matrix M. First, we see the unit disc in blue together with the two canonical unit vectors. We then see the action of M, which distorts the disc to an ellipse. The SVD decomposes M into three simple transformations: a rotation V*, a scaling Σ along the rotated coordinate axes and a second rotation U. Σ is a (square, in this example) diagonal matrix containing in its diagonal the singular values of M, which represent the lengths σ1 and σ2 of the semi-axes of the ellipse.

If T acts on Euclidean space [math]\displaystyle{ \Reals ^n }[/math], there is a simple geometric interpretation for the singular values: Consider the image by [math]\displaystyle{ T }[/math] of the unit sphere; this is an ellipsoid, and the lengths of its semi-axes are the singular values of [math]\displaystyle{ T }[/math] (the figure provides an example in [math]\displaystyle{ \Reals^2 }[/math]).

The singular values are the absolute values of the eigenvalues of a normal matrix A, because the spectral theorem can be applied to obtain unitary diagonalization of [math]\displaystyle{ A }[/math] as [math]\displaystyle{ A = U\Lambda U^* }[/math]. Therefore, [math]\displaystyle{ \sqrt{A^* A} = \sqrt{U \Lambda^* \Lambda U^*} = U \left| \Lambda \right| U^* }[/math].

Most norms on Hilbert space operators studied are defined using singular values. For example, the Ky Fan-k-norm is the sum of first k singular values, the trace norm is the sum of all singular values, and the Schatten norm is the pth root of the sum of the pth powers of the singular values. Note that each norm is defined only on a special class of operators, hence singular values can be useful in classifying different operators.

In the finite-dimensional case, a matrix can always be decomposed in the form [math]\displaystyle{ \mathbf{U\Sigma V^*} }[/math], where [math]\displaystyle{ \mathbf{U} }[/math] and [math]\displaystyle{ \mathbf{V^*} }[/math] are unitary matrices and [math]\displaystyle{ \mathbf{\Sigma} }[/math] is a rectangular diagonal matrix with the singular values lying on the diagonal. This is the singular value decomposition.

Basic properties

For [math]\displaystyle{ A \in \mathbb{C}^{m \times n} }[/math], and [math]\displaystyle{ i = 1,2, \ldots, \min \{m,n\} }[/math].

Min-max theorem for singular values. Here [math]\displaystyle{ U: \dim(U) = i }[/math] is a subspace of [math]\displaystyle{ \mathbb{C}^n }[/math] of dimension [math]\displaystyle{ i }[/math].

[math]\displaystyle{ \begin{align} \sigma_i(A) &= \min_{\dim(U)=n-i+1} \max_{\underset{\| x \|_2 = 1}{x \in U}} \left\| Ax \right\|_2. \\ \sigma_i(A) &= \max_{\dim(U)=i} \min_{\underset{\| x \|_2 = 1}{x \in U}} \left\| Ax \right\|_2. \end{align} }[/math]

Matrix transpose and conjugate do not alter singular values.

[math]\displaystyle{ \sigma_i(A) = \sigma_i\left(A^\textsf{T}\right) = \sigma_i\left(A^*\right). }[/math]

For any unitary [math]\displaystyle{ U \in \mathbb{C}^{m \times m}, V \in \mathbb{C}^{n \times n}. }[/math]

[math]\displaystyle{ \sigma_i(A) = \sigma_i(UAV). }[/math]

Relation to eigenvalues:

[math]\displaystyle{ \sigma_i^2(A) = \lambda_i\left(AA^*\right) = \lambda_i\left(A^*A\right). }[/math]

Relation to trace:

[math]\displaystyle{ \sum_{i=1}^n \sigma_i^2=\text{tr}\ A^\ast A }[/math].

If [math]\displaystyle{ A^\top A }[/math] is full rank, the product of singular values is [math]\displaystyle{ \sqrt{\det A^\top A} }[/math].

If [math]\displaystyle{ A A^\top }[/math] is full rank, the product of singular values is [math]\displaystyle{ \sqrt{\det A A^\top} }[/math].

If [math]\displaystyle{ A }[/math] is full rank, the product of singular values is [math]\displaystyle{ |\det A| }[/math].

Inequalities about singular values

See also.[1]

Singular values of sub-matrices

For [math]\displaystyle{ A \in \mathbb{C}^{m \times n}. }[/math]

  1. Let [math]\displaystyle{ B }[/math] denote [math]\displaystyle{ A }[/math] with one of its rows or columns deleted. Then [math]\displaystyle{ \sigma_{i+1}(A) \leq \sigma_i (B) \leq \sigma_i(A) }[/math]
  2. Let [math]\displaystyle{ B }[/math] denote [math]\displaystyle{ A }[/math] with one of its rows and columns deleted. Then [math]\displaystyle{ \sigma_{i+2}(A) \leq \sigma_i (B) \leq \sigma_i(A) }[/math]
  3. Let [math]\displaystyle{ B }[/math] denote an [math]\displaystyle{ (m-k)\times(n-l) }[/math] submatrix of [math]\displaystyle{ A }[/math]. Then [math]\displaystyle{ \sigma_{i+k+l}(A) \leq \sigma_i (B) \leq \sigma_i(A) }[/math]

Singular values of A + B

For [math]\displaystyle{ A, B \in \mathbb{C}^{m \times n} }[/math]

  1. [math]\displaystyle{ \sum_{i=1}^{k} \sigma_i(A + B) \leq \sum_{i=1}^{k} (\sigma_i(A) + \sigma_i(B)), \quad k=\min \{m,n\} }[/math]
  2. [math]\displaystyle{ \sigma_{i+j-1}(A + B) \leq \sigma_i(A) + \sigma_j(B). \quad i,j\in\mathbb{N},\ i + j - 1 \leq \min \{m,n\} }[/math]

Singular values of AB

For [math]\displaystyle{ A, B \in \mathbb{C}^{n \times n} }[/math]

  1. [math]\displaystyle{ \begin{align} \prod_{i=n}^{i=n-k+1} \sigma_i(A) \sigma_i(B) &\leq \prod_{i=n}^{i=n-k+1} \sigma_i(AB) \\ \prod_{i=1}^k \sigma_i(AB) &\leq \prod_{i=1}^k \sigma_i(A) \sigma_i(B), \\ \sum_{i=1}^k \sigma_i^p(AB) &\leq \sum_{i=1}^k \sigma_i^p(A) \sigma_i^p(B), \end{align} }[/math]
  2. [math]\displaystyle{ \sigma_n(A) \sigma_i(B) \leq \sigma_i (AB) \leq \sigma_1(A) \sigma_i(B) \quad i = 1, 2, \ldots, n. }[/math]

For [math]\displaystyle{ A, B \in \mathbb{C}^{m \times n} }[/math][2] [math]\displaystyle{ 2 \sigma_i(A B^*) \leq \sigma_i \left(A^* A + B^* B\right), \quad i = 1, 2, \ldots, n. }[/math]

Singular values and eigenvalues

For [math]\displaystyle{ A \in \mathbb{C}^{n \times n} }[/math].

  1. See[3] [math]\displaystyle{ \lambda_i \left(A + A^*\right) \leq 2 \sigma_i(A), \quad i = 1, 2, \ldots, n. }[/math]
  2. Assume [math]\displaystyle{ \left|\lambda_1(A)\right| \geq \cdots \geq \left|\lambda_n(A)\right| }[/math]. Then for [math]\displaystyle{ k = 1, 2, \ldots, n }[/math]:
    1. Weyl's theorem [math]\displaystyle{ \prod_{i=1}^k \left|\lambda_i(A)\right| \leq \prod_{i=1}^{k} \sigma_i(A). }[/math]
    2. For [math]\displaystyle{ p\gt 0 }[/math]. [math]\displaystyle{ \sum_{i=1}^k \left|\lambda_i^p(A)\right| \leq \sum_{i=1}^{k} \sigma_i^p(A). }[/math]

History

This concept was introduced by Erhard Schmidt in 1907. Schmidt called singular values "eigenvalues" at that time. The name "singular value" was first quoted by Smithies in 1937. In 1957, Allahverdiev proved the following characterization of the nth singular number:[4]

[math]\displaystyle{ \sigma_n(T) = \inf\big\{\, \|T-L\| : L\text{ is an operator of finite rank }\lt n \,\big\}. }[/math]

This formulation made it possible to extend the notion of singular values to operators in Banach space. Note that there is a more general concept of s-numbers, which also includes Gelfand and Kolmogorov width.

See also

References

  1. R. A. Horn and C. R. Johnson. Topics in Matrix Analysis. Cambridge University Press, Cambridge, 1991. Chap. 3
  2. X. Zhan. Matrix Inequalities. Springer-Verlag, Berlin, Heidelberg, 2002. p.28
  3. R. Bhatia. Matrix Analysis. Springer-Verlag, New York, 1997. Prop. III.5.1
  4. I. C. Gohberg and M. G. Krein. Introduction to the Theory of Linear Non-selfadjoint Operators. American Mathematical Society, Providence, R.I.,1969. Translated from the Russian by A. Feinstein. Translations of Mathematical Monographs, Vol. 18.