All matrix is belong to Cm×n if not specified.
1. Vector p norm
∥x∥p=(i=1∑n∣xi∣p)1/p
2. Matrix p norm
∥A∥p=∥x∥p=1max∥Ax∥p
3. Frobenius norm
∥A∥F=i=1∑nj=1∑n∣aij∣2=tr(AHA)=tr(AAH)
Frobenius norm and singular value
∥A∥F=i=1∑rσi2
proof
∥A∥F=tr(ATA)=tr(VΣ2VT)=tr(Σ2)=i=1∑rσi2
Q.E.D.
Orthogonal matrix do not change the Frobenius norm
∥A∥F=∥JA∥F=∥AK∥F,∀J,K∈Rm×m is orthogonal matrix
4. Spectral norm(Matrix 2 norm)
∥A∥2=∥x∥2=1max∥Ax∥2=xmax∥x∥F∥Ax∥F
Orthogonal matrix do not change the spectral norm
∥A∥2=∥JA∥2=∥AK∥2,∀J,K∈Rm×m is orthogonal matrix
proof
∥A∥2=∥x∥2=1max∥Ax∥2=xmax∥x∥F∥Ax∥F=xmax∥x∥F∥JAx∥F=∥JA∥2
similar, ∥A∥2=∥AK∥2
Q.E.D.