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 $\mathbb{C}$ (complex numbers). Then $\mathbb{M}_{m, n}(F)$ is an inner product space.

The inner product of matrices is given by $\operatorname{tr}(B^*A)$, where $A^*$ is the conjugate transpose of $A$.

\[ A^*[i, j] = \overline{A[j, i]} \implies A^* = \overline{A}^T = \overline{A^T} \]

If we only consider column vectors ($n=1$), \[ \langle \mathbf{u}, \mathbf{v} \rangle = \operatorname{tr}(\mathbf{v}^*\mathbf{u}) = \mathbf{v}^*\mathbf{u} = \mathbf{v} \cdot \mathbf{u} \] which is the dot product of $\mathbf{v}$ and $\mathbf{u}$.

For real-valued matrices, $\langle A, B \rangle = \operatorname{tr}(A^TB)$ 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, $\mathbb{M}_{m, n}(F)$ is an inner-product space.

If we only consider real-valued matrices, \[ \langle A, B \rangle = \operatorname{tr}(B^*A) = \operatorname{tr}(B^TA) = \operatorname{tr}((A^TB)^T) = \operatorname{tr}(A^TB) \]

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