Matrix vector spaces

Vector space of matrices over field F

Mm,n(F),Mn,n(F)Mn(F). Mm,n(C)=CmnCm×n.

Matrix inner products

Trace inner product

A,B=tr(BA) : same as taking vectorizing B and A and using vector .,.; also see the elementwise multiplication before addition view. Aka standard inner product.

For symmetric matrices: A,B=ijXiiYij

Matrix norms

Obeys all properties of vector norms,\ plus sub-multiplicativity: ABAB. Perhaps A=A too. Generalized matrix norms need not be submultiplicative.

Unitary invariance

If . unitary invariant, by SVD, A=Σ.

Symmetric gauge fn g

g:CqR+ is a vector norm on Cq which is also an absolute norm, and is permutation invariant: g(Px) = g(x): a fn on a set rather than a seq.

Every unitarily invariant matrix norm symmetric gauge fn on σ. Pf: Given :g(x)=X:X=diag(x) is symm gauge: permutation invariance from unitary invariance of . X=g(σ) is unitary invariant matrix norm: unitary invariance from invariance of Σ; as g is vector norm, get +ve definiteness, non negativity, homogenousness. ineq: g is absolute, so monotone; σ(A+B) weakly majorized by σ(A)+σ(B), so σ(A+B)S[σ(A)+σ(B)] for doubly stochastic S; so g(σ(A+B))g(S(σ(A)+σ(B)))αi(g(Piσ(A))+g(Piσ(B)))g(σ(A))+g(σ(B))=A+B, by Birkhoff.

Max norm

max|ai,j|.

Matrix p norms Induced by vector norms

A=supxAxx. Obeys triangle ineq! So, get (p, q) norm, p norm.

\(\norm{A}{p} = \norm{U\SW V^{*}}{p} = \norm{\SW}_{p}\).

\(\norm{A}{\infty}\) is max row sum: use suitable x=|1|n; thence get \(\norm{Ax}{\infty}\).

A1 is max col sum.

Unitary invariance: 2 norm only

Change of orth basis. \(\norm{QA}{2}=\norm{A}{2}\) as \(\norm{Qx}{2}=\norm{x}{2}\).

But, \(\norm{QA}{p} \neq \norm{A}{p}\) as \(\norm{Qx}{p} \neq \norm{x}{p}\). By SVD, \(\norm{A}{2} = \norm{A^{*}}{2}\).

Comaprison of norms

\(\norm{A}{\infty} \leq \sqrt{n}\norm{A}{2}\): Take x with \(\norm{x}{2} = 1\), for which \(\norm{Ax}{2} = \norm{A}{2}\); then \(n\norm{Ax}{2}^{2} = n\norm{A}{2}^{2} = \sum{j}(\sum_{i}nx_{i}A_{j,i})^{2}\); nxi21, so this exceeds every row sum.

Similarly, \(\frac{\norm{A}{F}}{\sqrt{n}} \leq \norm{A}{2}\).

\(\norm{A}{2} \leq \sqrt{m}\norm{A}{\infty}\): For \(\norm{x}{2}=1, {Ax}{i} \leq \) max row sum of A.

Indicate matrix energy, consider sphere mapped to ellipse.

Connection with spectral radius

A|λmax(A)| as supxAxx|λmax(A)|. (Wonderful!)

Find p norm of A

For A2 use SVD; aka spectral norm if A square.

Take x with \(\norm{x}{p}\) = 1, maximize \(\norm{Ax}{p}\). Use Triangle inequality: \(\norm{Ax}{1} = \norm{\sum x{i}a_{i}}\ \leq \sum |x_{i}a_{i}|\), so \(\norm{Ax}{1} = max \norm{x{i}}\).

Similarly use Cauchy Schwartz ineq. By AAxx, \ ABxABxABx; so ABAB (in general a loose bound).

Matrix (p, q) induced norm

Aka operator norm. maxq=1Axp. Check ineq.

Ky Fan (p,k) norms

Take σi in descending order. \(\norm{A}{p,k} = (\sum{i=1}^{k}\sw_{i}^{p})^{1/p}\) for p1: p norm to top k σ.

ineq for (1, k) norm from Σ inequalities. Vector normness for \(\norm{A}{p,k}\): \(\norm{x}{p,k}\) a symmetric gauge fn: ineq: take A, b in descending order to get a=(a[i]),b=(b[i]); \(\sum_{i}^{k} (a_{[i]} + b_{[i]}) \geq \sum_{i}^{k}(a+b){[i]}\); so by weak majorization lore, for p1: \(\sum{i}^{k} (a_{[i]} + b_{[i]})^{p} \geq \sum_{i}^{k}(a+b){[i]}^{p}\); thence see: \(\norm{a’ + b’}{p,k} \leq \norm{a’}{p,k} + \norm{b’}{p,k}\) from p-norm properties.

Matrix normness:\ i=1kσi(AB)pi=1kσi(A)pσi(B)pi=1kσi(A)pi=1kσi(B)p.

\(\norm{A}{1,1} = \norm{A}{2}\).

Schatten p norms

Apply p norm to singular values. Special case of Ky Fan norm: \(\norm{A}{p,q} = \norm{A}{Sp} = (\sum \sw_{i}^{p})^{1/p}\). Vector normness from seeing that this is a symmetric gauge fn.

Frobenius (Hilbert-Schmidt, Euclidian) norm

\(\norm{A}{S2} = \norm{A}{F}\).

\((\sum a_{i,j}^{2})^{\frac{1}{2}} = (\sum \norm{a_{j}}^{2})^{\frac{1}{2}} = (tr A^{}A)^{\frac{1}{2}} = (tr AA^{})^{\frac{1}{2}} = (tr \SW^{}\SW)^{1/2} = A_{F}\). So, based on matrix inner product: \(\dprod{A,B} = tr(B^{}A)\).

So, \(\norm{QA}{F}=\norm{A}{F}\). By Cauchy Schwartz, $$\norm{C}{F}^{2} = \norm{AB}{F}^{2} = \ \sum_{i}\sum_{j} (a_{i}^{*}b_{j})^{2} \leq \sum_{i}\sum_{j} \norm{a_{i}}{2}^{2}\norm{b{j}}{2}^{2} =\norm{A}{F}\norm{B}_{F}$$.

Trace (Nuclear) norm

\(\norm{A}{S1} = \norm{A}{tr} = \sum \sw_{i} = tr((A^{*}A)^{1/2})\). Corresponds to the trace inner product.

In finding C,D:minACDtr, using trace norm often yields low rank solutions. \chk