Which set is subspace?

63 Views Asked by At

Let

A=$\begin{bmatrix} 2& 1& 0\\ 0& 2& 0\\ 0 & 0& 3 \end{bmatrix}$

Which one is a subspace of vector space $M_3(\mathbb R)$?

a) $\{X\in M_3:XA=AX\}$

b)$\{X\in M_3:X+A=A+X\}$

c)$\{X\in M_3:det(XA)=0\}$

My opinion that only c) is not a subspace because I can find two different matrices

$X_1$=$\begin{bmatrix} 1& 1& 0\\ 0& 2& 1\\ 0 & 0& 0 \end{bmatrix}$ $X_2$=$\begin{bmatrix} 0& 1& 0\\ 0& 0& 1\\ 0 & 0& 1 \end{bmatrix}$

that $det(X_1A)=0$ and $det(X_2A)=0$ but $X1+X2\not \in \{X\in M_3:det(XA)=0\}$ For b) it is subspace,easy because addition is commutative For a) it is subspace, we have a subspace of matrices which look like this $X$=$\begin{bmatrix} a& b& 0\\ 0& a& 0\\ 0 & 0& i \end{bmatrix}$, $a,b,i\in \mathbb R$ and for $\forall x,y\in \{X\in M_3:XA=AX\}$ and $\forall \alpha \in \mathbb R$, $x+y\in \{X\in M_3:XA=AX\}$ and $\alpha x \in \{X\in M_3:XA=AX\}$. What you think?

1

There are 1 best solutions below

0
On BEST ANSWER

One way to see it is by rewriting the defining relations into the following form $$f(X)=O.$$ where $O$ can mean the zero element in any vector space ($\Bbb R$, $M$ etc). Then decide if $f$ is linear.

In this way, the first set becomes the null set of $f(X)=AX-XA$, and the second $f(X)=A+X-X-A=O$, and the third $f(X)=\det(AX)$.

As you can see, the first two $f$ are both linear and the third is not. So the first two are subspaces since they're kernels of linear maps. And then you just have to check the third one, which you already did.