Matrices form an inner-product space

Dependencies:

  1. Matrices over a field form a vector space
  2. Inner product space
  3. Dot-product of vectors
  4. Trace of a matrix
  5. /complex-numbers/conjugation-is-homomorphic
  6. /complex-numbers/conjugate-product-abs
  7. Transpose of product

Let F be a subfield of C (complex numbers). Then Mm,n(F) is an inner product space.

The inner product of matrices is given by tr(BA), where A is the conjugate transpose of A.

A[i,j]=A[j,i]A=AT=AT

If we only consider column vectors (n=1), u,v=tr(vu)=vu=vu which is the dot product of v and u.

For real-valued matrices, A,B=tr(ATB) is an equivalent definition of inner product.

Proof

Matrices over a field form a vector space. We only need to prove properties of the inner-product.

Therefore, Mm,n(F) is an inner-product space.

If we only consider real-valued matrices, A,B=tr(BA)=tr(BTA)=tr((ATB)T)=tr(ATB)

Dependency for:

  1. Matrix of orthonormal basis change
  2. Symmetric operator iff hermitian
  3. Orthogonal matrix

Info:

Transitive dependencies:

  1. /complex-numbers/conjugate-product-abs
  2. /complex-numbers/conjugation-is-homomorphic
  3. Group
  4. Ring
  5. Vector
  6. Dot-product of vectors
  7. Field
  8. Vector Space
  9. Inner product space
  10. Semiring
  11. Matrix
  12. Transpose of product
  13. Trace of a matrix
  14. Matrices over a field form a vector space