Aller au contenu principal

Matrix norm


Matrix norm


In the field of mathematics, norms are defined for elements within a vector space. Specifically, when the vector space comprises matrices, such norms are referred to as matrix norms. Matrix norms differ from vector norms in that they must also interact with matrix multiplication.


Preliminaries

Given a field K {\displaystyle K} of either real or complex numbers, let K m × n {\displaystyle K^{m\times n}} be the K-vector space of matrices with m {\displaystyle m} rows and n {\displaystyle n} columns and entries in the field K {\displaystyle K} . A matrix norm is a norm on K m × n {\displaystyle K^{m\times n}} .

Norms are often expressed with double vertical bars (like so: A {\displaystyle \|A\|} ). Thus, the matrix norm is a function : K m × n R {\displaystyle \|\cdot \|:K^{m\times n}\to \mathbb {R} } that must satisfy the following properties:

For all scalars α K {\displaystyle \alpha \in K} and matrices A , B K m × n {\displaystyle A,B\in K^{m\times n}} ,

  • A 0 {\displaystyle \|A\|\geq 0} (positive-valued)
  • A = 0 A = 0 m , n {\displaystyle \|A\|=0\iff A=0_{m,n}} (definite)
  • α A = | α | A {\displaystyle \left\|\alpha A\right\|=\left|\alpha \right|\left\|A\right\|} (absolutely homogeneous)
  • A + B A + B {\displaystyle \|A+B\|\leq \|A\|+\|B\|} (sub-additive or satisfying the triangle inequality)

The only feature distinguishing matrices from rearranged vectors is multiplication. Matrix norms are particularly useful if they are also sub-multiplicative:

  • A B A B {\displaystyle \left\|AB\right\|\leq \left\|A\right\|\left\|B\right\|}

Every norm on Kn×n can be rescaled to be sub-multiplicative; in some books, the terminology matrix norm is reserved for sub-multiplicative norms.

Matrix norms induced by vector norms

Suppose a vector norm α {\displaystyle \|\cdot \|_{\alpha }} on K n {\displaystyle K^{n}} and a vector norm β {\displaystyle \|\cdot \|_{\beta }} on K m {\displaystyle K^{m}} are given. Any m × n {\displaystyle m\times n} matrix A induces a linear operator from K n {\displaystyle K^{n}} to K m {\displaystyle K^{m}} with respect to the standard basis, and one defines the corresponding induced norm or operator norm or subordinate norm on the space K m × n {\displaystyle K^{m\times n}} of all m × n {\displaystyle m\times n} matrices as follows: A α , β = sup { A x β : x K n  with  x α = 1 } = sup { A x β x α : x K n  with  x 0 } . {\displaystyle {\begin{aligned}\|A\|_{\alpha ,\beta }&=\sup\{\|Ax\|_{\beta }:x\in K^{n}{\text{ with }}\|x\|_{\alpha }=1\}\\&=\sup \left\{{\frac {\|Ax\|_{\beta }}{\|x\|_{\alpha }}}:x\in K^{n}{\text{ with }}x\neq 0\right\}.\end{aligned}}} where sup {\displaystyle \sup } denotes the supremum. This norm measures how much the mapping induced by A {\displaystyle A} can stretch vectors. Depending on the vector norms α {\displaystyle \|\cdot \|_{\alpha }} , β {\displaystyle \|\cdot \|_{\beta }} used, notation other than α , β {\displaystyle \|\cdot \|_{\alpha ,\beta }} can be used for the operator norm.

Matrix norms induced by vector p-norms

If the p-norm for vectors ( 1 p {\displaystyle 1\leq p\leq \infty } ) is used for both spaces K n {\displaystyle K^{n}} and K m , {\displaystyle K^{m},} then the corresponding operator norm is: A p = sup x 0 A x p x p . {\displaystyle \|A\|_{p}=\sup _{x\neq 0}{\frac {\|Ax\|_{p}}{\|x\|_{p}}}.} These induced norms are different from the "entry-wise" p-norms and the Schatten p-norms for matrices treated below, which are also usually denoted by A p . {\displaystyle \|A\|_{p}.}


Geometrically speaking, one can imagine a p-norm unit ball V p , n = { x K n : x p 1 } {\displaystyle V_{p,n}=\{x\in K^{n}:\|x\|_{p}\leq 1\}} in K n {\displaystyle K^{n}} , then apply the linear map A {\displaystyle A} to the ball. It would end up becoming a distorted convex shape A V p , n K m {\displaystyle AV_{p,n}\subset K^{m}} , and A p {\displaystyle \|A\|_{p}} measures the longest "radius" of the distorted convex shape. In other words, we must take a p-norm unit ball V p , m {\displaystyle V_{p,m}} in K m {\displaystyle K^{m}} , then multiply it by at least A p {\displaystyle \|A\|_{p}} , in order for it to be large enough to contain A V p , n {\displaystyle AV_{p,n}} .

p = 1, ∞

When p = 1 , {\displaystyle p=1,\infty } , we have simple formulas. A 1 = max 1 j n i = 1 m | a i j | , {\displaystyle \|A\|_{1}=\max _{1\leq j\leq n}\sum _{i=1}^{m}|a_{ij}|,} which is simply the maximum absolute column sum of the matrix. A = max 1 i m j = 1 n | a i j | , {\displaystyle \|A\|_{\infty }=\max _{1\leq i\leq m}\sum _{j=1}^{n}|a_{ij}|,} which is simply the maximum absolute row sum of the matrix. For example, for A = [ 3 5 7 2 6 4 0 2 8 ] , {\displaystyle A={\begin{bmatrix}-3&5&7\\2&6&4\\0&2&8\\\end{bmatrix}},} we have that A 1 = max ( | 3 | + 2 + 0 ; 5 + 6 + 2 ; 7 + 4 + 8 ) = max ( 5 , 13 , 19 ) = 19 , {\displaystyle \|A\|_{1}=\max(|{-3}|+2+0;5+6+2;7+4+8)=\max(5,13,19)=19,} A = max ( | 3 | + 5 + 7 ; 2 + 6 + 4 ; 0 + 2 + 8 ) = max ( 15 , 12 , 10 ) = 15. {\displaystyle \|A\|_{\infty }=\max(|{-3}|+5+7;2+6+4;0+2+8)=\max(15,12,10)=15.}

Spectral norm (p = 2)

When p = 2 {\displaystyle p=2} (the Euclidean norm or 2 {\displaystyle \ell _{2}} -norm for vectors), the induced matrix norm is the spectral norm. (The two values do not coincide in infinite dimensions — see Spectral radius for further discussion. The spectral radius should not be confused with the spectral norm.) The spectral norm of a matrix A {\displaystyle A} is the largest singular value of A {\displaystyle A} (i.e., the square root of the largest eigenvalue of the matrix A A , {\displaystyle A^{*}A,} where A {\displaystyle A^{*}} denotes the conjugate transpose of A {\displaystyle A} ): A 2 = λ max ( A A ) = σ max ( A ) . {\displaystyle \|A\|_{2}={\sqrt {\lambda _{\max }\left(A^{*}A\right)}}=\sigma _{\max }(A).} where σ max ( A ) {\displaystyle \sigma _{\max }(A)} represents the largest singular value of matrix A . {\displaystyle A.}


There are further properties:

  • A 2 = sup { x A y : x K m , y K n  with  x 2 = y 2 = 1 } . {\textstyle \|A\|_{2}=\sup\{x^{*}Ay:x\in K^{m},y\in K^{n}{\text{ with }}\|x\|_{2}=\|y\|_{2}=1\}.} Proved by the Cauchy–Schwarz inequality.
  • A A 2 = A A 2 = A 2 2 {\textstyle \|A^{*}A\|_{2}=\|AA^{*}\|_{2}=\|A\|_{2}^{2}} . Proven by singular value decomposition (SVD) on A {\displaystyle A} .
  • A 2 = σ m a x ( A ) A F = i σ i ( A ) 2 {\textstyle \|A\|_{2}=\sigma _{\mathrm {max} }(A)\leq \|A\|_{\rm {F}}={\sqrt {\sum _{i}\sigma _{i}(A)^{2}}}} , where A F {\displaystyle \|A\|_{\textrm {F}}} is the Frobenius norm. Equality holds if and only if the matrix A {\displaystyle A} is a rank-one matrix or a zero matrix.
  • A 2 = ρ ( A A ) A A A 1 A {\displaystyle \|A\|_{2}={\sqrt {\rho (A^{*}A)}}\leq {\sqrt {\|A^{*}A\|_{\infty }}}\leq {\sqrt {\|A\|_{1}\|A\|_{\infty }}}} .

Matrix norms induced by vector α- and β-norms

We can generalize the above definition. Suppose we have vector norms α {\displaystyle \|\cdot \|_{\alpha }} and β {\displaystyle \|\cdot \|_{\beta }} for spaces K n {\displaystyle K^{n}} and K m {\displaystyle K^{m}} respectively; the corresponding operator norm is A α , β = sup x 0 A x β x α . {\displaystyle \|A\|_{\alpha ,\beta }=\sup _{x\neq 0}{\frac {\|Ax\|_{\beta }}{\|x\|_{\alpha }}}.} In particular, the A p {\displaystyle \|A\|_{p}} defined previously is the special case of A p , p {\displaystyle \|A\|_{p,p}} .


In the special cases of α = 2 {\displaystyle \alpha =2} and β = {\displaystyle \beta =\infty } , the induced matrix norms can be computed by A 2 , = max 1 i m A i : 2 , {\displaystyle \|A\|_{2,\infty }=\max _{1\leq i\leq m}\|A_{i:}\|_{2},} where A i : {\displaystyle A_{i:}} is the i-th row of matrix A {\displaystyle A} .

In the special cases of α = 1 {\displaystyle \alpha =1} and β = 2 {\displaystyle \beta =2} , the induced matrix norms can be computed by A 1 , 2 = max 1 j n A : j 2 , {\displaystyle \|A\|_{1,2}=\max _{1\leq j\leq n}\|A_{:j}\|_{2},} where A : j {\displaystyle A_{:j}} is the j-th column of matrix A {\displaystyle A} .

Hence, A 2 , {\displaystyle \|A\|_{2,\infty }} and A 1 , 2 {\displaystyle \|A\|_{1,2}} are the maximum row and column 2-norm of the matrix, respectively.

Properties

Any operator norm is consistent with the vector norms that induce it, giving A x β A α , β x α . {\displaystyle \|Ax\|_{\beta }\leq \|A\|_{\alpha ,\beta }\|x\|_{\alpha }.}

Suppose α , β {\displaystyle \|\cdot \|_{\alpha ,\beta }} ; β , γ {\displaystyle \|\cdot \|_{\beta ,\gamma }} ; and α , γ {\displaystyle \|\cdot \|_{\alpha ,\gamma }} are operator norms induced by the respective pairs of vector norms ( α , β ) {\displaystyle (\|\cdot \|_{\alpha },\|\cdot \|_{\beta })} ; ( β , γ ) {\displaystyle (\|\cdot \|_{\beta },\|\cdot \|_{\gamma })} ; and ( α , γ ) {\displaystyle (\|\cdot \|_{\alpha },\|\cdot \|_{\gamma })} . Then,

A B α , γ A β , γ B α , β ; {\displaystyle \|AB\|_{\alpha ,\gamma }\leq \|A\|_{\beta ,\gamma }\|B\|_{\alpha ,\beta };}

this follows from A B x γ A β , γ B x β A β , γ B α , β x α {\displaystyle \|ABx\|_{\gamma }\leq \|A\|_{\beta ,\gamma }\|Bx\|_{\beta }\leq \|A\|_{\beta ,\gamma }\|B\|_{\alpha ,\beta }\|x\|_{\alpha }} and sup x α = 1 A B x γ = A B α , γ . {\displaystyle \sup _{\|x\|_{\alpha }=1}\|ABx\|_{\gamma }=\|AB\|_{\alpha ,\gamma }.}

Square matrices

Suppose α , α {\displaystyle \|\cdot \|_{\alpha ,\alpha }} is an operator norm on the space of square matrices K n × n {\displaystyle K^{n\times n}} induced by vector norms α {\displaystyle \|\cdot \|_{\alpha }} and α {\displaystyle \|\cdot \|_{\alpha }} . Then, the operator norm is a sub-multiplicative matrix norm: A B α , α A α , α B α , α . {\displaystyle \|AB\|_{\alpha ,\alpha }\leq \|A\|_{\alpha ,\alpha }\|B\|_{\alpha ,\alpha }.}

Moreover, any such norm satisfies the inequality

for all positive integers r, where ρ(A) is the spectral radius of A. For symmetric or hermitian A, we have equality in (1) for the 2-norm, since in this case the 2-norm is precisely the spectral radius of A. For an arbitrary matrix, we may not have equality for any norm; a counterexample would be A = [ 0 1 0 0 ] , {\displaystyle A={\begin{bmatrix}0&1\\0&0\end{bmatrix}},} which has vanishing spectral radius. In any case, for any matrix norm, we have the spectral radius formula: lim r A r 1 / r = ρ ( A ) . {\displaystyle \lim _{r\to \infty }\|A^{r}\|^{1/r}=\rho (A).}

Consistent and compatible norms

A matrix norm {\displaystyle \|\cdot \|} on K m × n {\displaystyle K^{m\times n}} is called consistent with a vector norm α {\displaystyle \|\cdot \|_{\alpha }} on K n {\displaystyle K^{n}} and a vector norm β {\displaystyle \|\cdot \|_{\beta }} on K m {\displaystyle K^{m}} , if: A x β A x α {\displaystyle \left\|Ax\right\|_{\beta }\leq \left\|A\right\|\left\|x\right\|_{\alpha }} for all A K m × n {\displaystyle A\in K^{m\times n}} and all x K n {\displaystyle x\in K^{n}} . In the special case of m = n and α = β {\displaystyle \alpha =\beta } , {\displaystyle \|\cdot \|} is also called compatible with α {\displaystyle \|\cdot \|_{\alpha }} .

All induced norms are consistent by definition. Also, any sub-multiplicative matrix norm on K n × n {\displaystyle K^{n\times n}} induces a compatible vector norm on K n {\displaystyle K^{n}} by defining v := ( v , v , , v ) {\displaystyle \left\|v\right\|:=\left\|\left(v,v,\dots ,v\right)\right\|} .

"Entry-wise" matrix norms

These norms treat an m × n {\displaystyle m\times n} matrix as a vector of size m n {\displaystyle m\cdot n} , and use one of the familiar vector norms. For example, using the p-norm for vectors, p ≥ 1, we get:

A p , p = v e c ( A ) p = ( i = 1 m j = 1 n | a i j | p ) 1 / p {\displaystyle \|A\|_{p,p}=\|\mathrm {vec} (A)\|_{p}=\left(\sum _{i=1}^{m}\sum _{j=1}^{n}|a_{ij}|^{p}\right)^{1/p}}

This is a different norm from the induced p-norm (see above) and the Schatten p-norm (see below), but the notation is the same.

The special case p = 2 is the Frobenius norm, and p = ∞ yields the maximum norm.

L2,1 and Lp,q norms

Let ( a 1 , , a n ) {\displaystyle (a_{1},\ldots ,a_{n})} be the columns of matrix A {\displaystyle A} . From the original definition, the matrix A {\displaystyle A} presents n data points in m-dimensional space. The L 2 , 1 {\displaystyle L_{2,1}} norm is the sum of the Euclidean norms of the columns of the matrix:

A 2 , 1 = j = 1 n a j 2 = j = 1 n ( i = 1 m | a i j | 2 ) 1 2 {\displaystyle \|A\|_{2,1}=\sum _{j=1}^{n}\|a_{j}\|_{2}=\sum _{j=1}^{n}\left(\sum _{i=1}^{m}|a_{ij}|^{2}\right)^{\frac {1}{2}}}

The L 2 , 1 {\displaystyle L_{2,1}} norm as an error function is more robust, since the error for each data point (a column) is not squared. It is used in robust data analysis and sparse coding.

For p, q ≥ 1, the L 2 , 1 {\displaystyle L_{2,1}} norm can be generalized to the L p , q {\displaystyle L_{p,q}} norm as follows:

A p , q = ( j = 1 n ( i = 1 m | a i j | p ) q p ) 1 q . {\displaystyle \|A\|_{p,q}=\left(\sum _{j=1}^{n}\left(\sum _{i=1}^{m}|a_{ij}|^{p}\right)^{\frac {q}{p}}\right)^{\frac {1}{q}}.}

Frobenius norm

When p = q = 2 for the L p , q {\displaystyle L_{p,q}} norm, it is called the Frobenius norm or the Hilbert–Schmidt norm, though the latter term is used more frequently in the context of operators on (possibly infinite-dimensional) Hilbert space. This norm can be defined in various ways:

A F = i m j n | a i j | 2 = trace ( A A ) = i = 1 min { m , n } σ i 2 ( A ) , {\displaystyle \|A\|_{\text{F}}={\sqrt {\sum _{i}^{m}\sum _{j}^{n}|a_{ij}|^{2}}}={\sqrt {\operatorname {trace} \left(A^{*}A\right)}}={\sqrt {\sum _{i=1}^{\min\{m,n\}}\sigma _{i}^{2}(A)}},}

where the trace is the sum of diagonal entries, and σ i ( A ) {\displaystyle \sigma _{i}(A)} are the singular values of A {\displaystyle A} . The second equality is proven by explicit computation of t r a c e ( A A ) {\displaystyle \mathrm {trace} (A^{*}A)} . The third equality is proven by singular value decomposition of A {\displaystyle A} , and the fact that the trace is invariant under circular shifts.

The Frobenius norm is an extension of the Euclidean norm to K n × n {\displaystyle K^{n\times n}} and comes from the Frobenius inner product on the space of all matrices.

The Frobenius norm is sub-multiplicative and is very useful for numerical linear algebra. The sub-multiplicativity of Frobenius norm can be proved using Cauchy–Schwarz inequality.

Frobenius norm is often easier to compute than induced norms, and has the useful property of being invariant under rotations (and unitary operations in general). That is, A F = A U F = U A F {\displaystyle \|A\|_{\text{F}}=\|AU\|_{\text{F}}=\|UA\|_{\text{F}}} for any unitary matrix U {\displaystyle U} . This property follows from the cyclic nature of the trace ( trace ( X Y Z ) = trace ( Y Z X ) = trace ( Z X Y ) {\displaystyle \operatorname {trace} (XYZ)=\operatorname {trace} (YZX)=\operatorname {trace} (ZXY)} ):

A U F 2 = trace ( ( A U ) A U ) = trace ( U A A U ) = trace ( U U A A ) = trace ( A A ) = A F 2 , {\displaystyle \|AU\|_{\text{F}}^{2}=\operatorname {trace} \left((AU)^{*}AU\right)=\operatorname {trace} \left(U^{*}A^{*}AU\right)=\operatorname {trace} \left(UU^{*}A^{*}A\right)=\operatorname {trace} \left(A^{*}A\right)=\|A\|_{\text{F}}^{2},}

and analogously:

U A F 2 = trace ( ( U A ) U A ) = trace ( A U U A ) = trace ( A A ) = A F 2 , {\displaystyle \|UA\|_{\text{F}}^{2}=\operatorname {trace} \left((UA)^{*}UA\right)=\operatorname {trace} \left(A^{*}U^{*}UA\right)=\operatorname {trace} \left(A^{*}A\right)=\|A\|_{\text{F}}^{2},}

where we have used the unitary nature of U {\displaystyle U} (that is, U U = U U = I {\displaystyle U^{*}U=UU^{*}=\mathbf {I} } ).

It also satisfies

A A F = A A F A F 2 {\displaystyle \|A^{*}A\|_{\text{F}}=\|AA^{*}\|_{\text{F}}\leq \|A\|_{\text{F}}^{2}}

and

A + B F 2 = A F 2 + B F 2 + 2 R e ( A , B F ) , {\displaystyle \|A+B\|_{\text{F}}^{2}=\|A\|_{\text{F}}^{2}+\|B\|_{\text{F}}^{2}+2Re\left(\langle A,B\rangle _{\text{F}}\right),}

where A , B F {\displaystyle \langle A,B\rangle _{\text{F}}} is the Frobenius inner product, and Re is the real part of a complex number (irrelevant for real matrices)

Max norm

The max norm is the elementwise norm in the limit as p = q goes to infinity:

A max = max i , j | a i j | . {\displaystyle \|A\|_{\max }=\max _{i,j}|a_{ij}|.}

This norm is not sub-multiplicative; but modifying the right-hand side to m n max i , j | a i j | {\displaystyle {\sqrt {mn}}\max _{i,j}\vert a_{ij}\vert } makes it so.

Note that in some literature (such as Communication complexity), an alternative definition of max-norm, also called the γ 2 {\displaystyle \gamma _{2}} -norm, refers to the factorization norm:

γ 2 ( A ) = min U , V : A = U V T U 2 , V 2 , = min U , V : A = U V T max i , j U i , : 2 V j , : 2 {\displaystyle \gamma _{2}(A)=\min _{U,V:A=UV^{T}}\|U\|_{2,\infty }\|V\|_{2,\infty }=\min _{U,V:A=UV^{T}}\max _{i,j}\|U_{i,:}\|_{2}\|V_{j,:}\|_{2}}

Schatten norms

The Schatten p-norms arise when applying the p-norm to the vector of singular values of a matrix. If the singular values of the m × n {\displaystyle m\times n} matrix A {\displaystyle A} are denoted by σi, then the Schatten p-norm is defined by

A p = ( i = 1 min { m , n } σ i p ( A ) ) 1 / p . {\displaystyle \|A\|_{p}=\left(\sum _{i=1}^{\min\{m,n\}}\sigma _{i}^{p}(A)\right)^{1/p}.}

These norms again share the notation with the induced and entry-wise p-norms, but they are different.

All Schatten norms are sub-multiplicative. They are also unitarily invariant, which means that A = U A V {\displaystyle \|A\|=\|UAV\|} for all matrices A {\displaystyle A} and all unitary matrices U {\displaystyle U} and V {\displaystyle V} .

The most familiar cases are p = 1, 2, ∞. The case p = 2 yields the Frobenius norm, introduced before. The case p = ∞ yields the spectral norm, which is the operator norm induced by the vector 2-norm (see above). Finally, p = 1 yields the nuclear norm (also known as the trace norm, or the Ky Fan 'n'-norm), defined as:

A = trace ( A A ) = i = 1 min { m , n } σ i ( A ) , {\displaystyle \|A\|_{*}=\operatorname {trace} \left({\sqrt {A^{*}A}}\right)=\sum _{i=1}^{\min\{m,n\}}\sigma _{i}(A),}

where A A {\displaystyle {\sqrt {A^{*}A}}} denotes a positive semidefinite matrix B {\displaystyle B} such that B B = A A {\displaystyle BB=A^{*}A} . More precisely, since A A {\displaystyle A^{*}A} is a positive semidefinite matrix, its square root is well defined. The nuclear norm A {\displaystyle \|A\|_{*}} is a convex envelope of the rank function rank ( A ) {\displaystyle {\text{rank}}(A)} , so it is often used in mathematical optimization to search for low-rank matrices.

Combining von Neumann's trace inequality with Hölder's inequality for Euclidean space yields a version of Hölder's inequality for Schatten norms for 1 / p + 1 / q = 1 {\displaystyle 1/p+1/q=1} :

| trace ( A B ) | A p B q , {\displaystyle \left|\operatorname {trace} (A'B)\right|\leq \|A\|_{p}\|B\|_{q},}

In particular, this implies the Schatten norm inequality

A F 2 A p A q . {\displaystyle \|A\|_{F}^{2}\leq \|A\|_{p}\|A\|_{q}.}

Monotone norms

A matrix norm {\displaystyle \|\cdot \|} is called monotone if it is monotonic with respect to the Loewner order. Thus, a matrix norm is increasing if

A B A B . {\displaystyle A\preccurlyeq B\Rightarrow \|A\|\leq \|B\|.}

The Frobenius norm and spectral norm are examples of monotone norms.

Cut norms

Another source of inspiration for matrix norms arises from considering a matrix as the adjacency matrix of a weighted, directed graph. The so-called "cut norm" measures how close the associated graph is to being bipartite: A = max S [ n ] , T [ m ] | s S , t T A t , s | {\displaystyle \|A\|_{\Box }=\max _{S\subseteq [n],T\subseteq [m]}{\left|\sum _{s\in S,t\in T}{A_{t,s}}\right|}} where AKm×n. Equivalent definitions (up to a constant factor) impose the conditions 2|S| > n & 2|T| > m; S = T; or ST = ∅.

The cut-norm is equivalent to the induced operator norm ‖·‖∞→1, which is itself equivalent to another norm, called the Grothendieck norm.

To define the Grothendieck norm, first note that a linear operator K1K1 is just a scalar, and thus extends to a linear operator on any KkKk. Moreover, given any choice of basis for Kn and Km, any linear operator KnKm extends to a linear operator (Kk)n → (Kk)m, by letting each matrix element on elements of Kk via scalar multiplication. The Grothendieck norm is the norm of that extended operator; in symbols: A G , k = sup each  u j , v j K k ; u j = v j = 1 j [ n ] , [ m ] ( u j v j ) A , j {\displaystyle \|A\|_{G,k}=\sup _{{\text{each }}u_{j},v_{j}\in K^{k};\|u_{j}\|=\|v_{j}\|=1}{\sum _{j\in [n],\ell \in [m]}{(u_{j}\cdot v_{j})A_{\ell ,j}}}}

The Grothendieck norm depends on choice of basis (usually taken to be the standard basis) and k.

Equivalence of norms

For any two matrix norms α {\displaystyle \|\cdot \|_{\alpha }} and β {\displaystyle \|\cdot \|_{\beta }} , we have that:

r A α A β s A α {\displaystyle r\|A\|_{\alpha }\leq \|A\|_{\beta }\leq s\|A\|_{\alpha }}

for some positive numbers r and s, for all matrices A K m × n {\displaystyle A\in K^{m\times n}} . In other words, all norms on K m × n {\displaystyle K^{m\times n}} are equivalent; they induce the same topology on K m × n {\displaystyle K^{m\times n}} . This is true because the vector space K m × n {\displaystyle K^{m\times n}} has the finite dimension m × n {\displaystyle m\times n} .

Moreover, for every matrix norm {\displaystyle \|\cdot \|} on R n × n {\displaystyle \mathbb {R} ^{n\times n}} there exists a unique positive real number k {\displaystyle k} such that {\displaystyle \ell \|\cdot \|} is a sub-multiplicative matrix norm for every k {\displaystyle \ell \geq k} ; to wit,

k = sup { A B : A 1 , B 1 } {\displaystyle k=\sup\{\Vert AB\Vert \,:\,\Vert A\Vert \leq 1,\Vert B\Vert \leq 1\}} .

A sub-multiplicative matrix norm α {\displaystyle \|\cdot \|_{\alpha }} is said to be minimal, if there exists no other sub-multiplicative matrix norm β {\displaystyle \|\cdot \|_{\beta }} satisfying β < α {\displaystyle \|\cdot \|_{\beta }<\|\cdot \|_{\alpha }} .

Examples of norm equivalence

Let A p {\displaystyle \|A\|_{p}} once again refer to the norm induced by the vector p-norm (as above in the Induced norm section).

For matrix A R m × n {\displaystyle A\in \mathbb {R} ^{m\times n}} of rank r {\displaystyle r} , the following inequalities hold:

  • A 2 A F r A 2 {\displaystyle \|A\|_{2}\leq \|A\|_{F}\leq {\sqrt {r}}\|A\|_{2}}
  • A F A r A F {\displaystyle \|A\|_{F}\leq \|A\|_{*}\leq {\sqrt {r}}\|A\|_{F}}
  • A max A 2 m n A max {\displaystyle \|A\|_{\max }\leq \|A\|_{2}\leq {\sqrt {mn}}\|A\|_{\max }}
  • 1 n A A 2 m A {\displaystyle {\frac {1}{\sqrt {n}}}\|A\|_{\infty }\leq \|A\|_{2}\leq {\sqrt {m}}\|A\|_{\infty }}
  • 1 m A 1 A 2 n A 1 . {\displaystyle {\frac {1}{\sqrt {m}}}\|A\|_{1}\leq \|A\|_{2}\leq {\sqrt {n}}\|A\|_{1}.}

See also

  • Dual norm
  • Logarithmic norm

Notes

References

Bibliography

  • James W. Demmel, Applied Numerical Linear Algebra, section 1.7, published by SIAM, 1997.
  • Carl D. Meyer, Matrix Analysis and Applied Linear Algebra, published by SIAM, 2000. [1]
  • John Watrous, Theory of Quantum Information, 2.3 Norms of operators, lecture notes, University of Waterloo, 2011.
  • Kendall Atkinson, An Introduction to Numerical Analysis, published by John Wiley & Sons, Inc 1989

Text submitted to CC-BY-SA license. Source: Matrix norm by Wikipedia (Historical)