What will be the dimension of a vector space $ V =\{ a_{ij}\in \mathbb{C_{n\times n}} : a_{ij}=-a_{ji} \}$ over field $\mathbb{R}$ and over field $\mathbb{C}$?
How to find out the dimension of a given vector space?
-
1Yes, in the sense that $a_{ij} = -a_{ji}$ - this seems surprisingly difficult to express in words, but here is an attempt: an off-diagonal element has to be equal in magnitude but of opposite sign as the element whose location is obtained by reflecting about the diagonal. – 2012-05-08
2 Answers
What have you tried so far? The solution is pretty straight forward. You try to compose a basis consisting of matrices which are as simple as possible. Here "as simple as possible" usually means very few entries with values $\pm 1$ and zeros everywhere else.
What happens when you set $a_{ij}=1$ for $i\neq j$? You will also have $a_{ji}=-1$. What happens on the diagonal? Right, since $a_{ii}=-a_{ii}$ these entries must be zero. So a good candiadate for a basis (over $\mathbb C$) are those matrices with the property $a_{ij}=-a_{ji}=1$ for some $i
If you want a basis over $\mathbb R$, you could take the same matrices as above and also those which have $\pm i$ in the places where $\pm 1$ used to be.
The dimension should be the number of entries below the diagonal (times 2 for $\mathbb R$).
Edit: A totally different approach is to consider the problem as follows (I'll treat the case that the field is $\mathbb C$): You have $n^2$ entries in a given matrix. Or in other words $n^2$ independent variables. Now your constraints can be viewed as linear equations in these variables. How many linear independent equations do we have: one for each pair $i
Without restrictions, the dimension of $V$ over $\mathbb{R}$ is $2n^2$. The 2 appears because the field of scalars is $\mathbb{R}$ and $\mathbb{C}$ as a two dimensional vector space over $\mathbb{R}$. The $n^2$ can be explained thinking on the elements of $V$ as complex matrices. The number of entries of a $n\times n$ matrix is $n^2$.
Your condition says that, thinking in terms of matrices, the diagonal elements are all zero, and knowing all the elements above or below the diagonal is sufficient to know all the elements of the matrix.
Now the tricky argument is the following: note that in the first row there are zero independent elements, in the second one, and in the nth $n-1$. So the number of independent elements, and therefore the dimension of the space is
$ \sum_{i=1}^{n-1} i= \frac{n(n-1)}{2}$