10

what is dimension over $\mathbb{R}$ of $H_n( \mathbb{C})$, the set of $n \times n$ Hermitian matrices?

My attempt: every real number is a complex number as all symmetric matrices are Hermitian. In my view the dimension of $H_n( \mathbb{C})$ is $\frac{n(n+1)}{2}$

glS
  • 7,963
jasmine
  • 15,021

1 Answers1

9

I believe the best way to approach such a problem is to try come up with a basis for the vector space.

The diagonal elements of such a matrix must be real in order to be equal to their complex conjugate. So the diagonal Hermitian matrices are spanned by the $n$ vectors $\left(\begin{array}{ccc}1&&\\&\ldots&\\ &&0\end{array}\right),\left(\begin{array}{ccc}0&&\\&\ldots&\\ &&1\end{array}\right)$.

Every other entry below the diagonal is the complex conjugate of the corresponding element above the diagonal, so the matrix is determined by the rest of the elements above the diagonal. Over $\mathbb R$, the basis for $\mathbb C$ is simply the vectors $1$ and $i$. So there are two basis matrices for every position above the diagonal: the matrix which contains a $1$ at position $(j,k)$ and the matrix which contains an $i$ at position $(j,k)$.

This yields $n+\sum_{k=1}^{n-1}2k=n+2\frac{n(n-1)}{2}=n^2$