[Math] Linear Algebra Subspace Proof

linear algebra

My problem is Let $A$ and $B$ be fixed $2\times 2$ matrices. Prove that the set $W=\{X: XAB=BAX\}$ is a subspace of $M_{2,2}$.

The hints I have are

  1. Start with two arbitrary elements of $W$, $X$, and $Y$. Write down the conditions they satisfy.
  2. Show that the sum of $X$ and $Y$ still satisfy that condition.
  3. Show that any scalar multiple of $X$ still satisfied that condition.

I am really confused on the first hint, and don't really know where to start on this problem. Any help would be very appreciated!!

Best Answer

Take X, Y two elements of W. Then they satisfy: XAB=BAX, YAB=BAY. So, for the sum we have (X+Y)AB=XAB+YAB=BAX+BAY=BA(X+Y). That means that the sum X+Y belongs to W. Now for the scalar multiply, (λΧ)(ΑΒ)=λ(ΧΑΒ)=λ(ΒΑΧ)=ΒΑ(λΧ). That means that λΧ belongs to W.

Related Question