I'm having trouble proofing following statement from book I'm currently reading.
Let $V=M_n(\mathbb{R})$ be linear space of n by n matrices. i.e. dim $V = n^2$
Let $W$ be a linear subspace of $V$ where $W = \{A \,|\, A=0 \;\text{or A is invertible matrix}\}$
Show the following statements:
- For arbritrary n, show $ 1 \le \operatorname{dim}W \le n$
- For $n = 1$mod(2), show $\operatorname{dim}W = 1$.
- Show $\operatorname{dim}W = n \iff n = 2,4,8$.
So far, I tried to build specific example for $n = 2$
ex)
Let $A_1 = \begin{pmatrix}
1 & 0 \\
0 & 1 \\
\end{pmatrix}$ and $A_2 = \begin{pmatrix}
0 & 1 \\
-1 & 0 \\
\end{pmatrix}$
So this will be two basis of $W$ for $n=2$.
But so far have no Idea how to generalize this to higher dimmension, also not sure how to prove that $\operatorname{dim}W$ cannot be bigger than $n$.
Any suggestion would be helpfull. Thanks.
Do you mean that W is a subspace of V such that every matrix in W is either invertible or the zero matrix?
yes. every matrix in W is invertible or zero matrix. also, W is linear space so any linear combinations of matrices in W also contained in W.
thats right. I think assuming det($A \oplus B$) = det(A)*det(B), I think I can make basis for n=4,8 by repeatingly taking direct product of n=2 case basis.(A1 and A2). but not sure why these are only cases
– mngroon Jul 26 '23 at 11:19Your W is not a linear subspace.
In general, I agree with you. but the problem is to construct it so it will be linear subspace of V. see example I made for n=2 if it makes sence.. Thanks.
– mngroon Jul 26 '23 at 11:20