How to prove that the set of solutions to a homogeneous linear system $Ax=0$ is a vector space over $R$ under usual addition and scalar multiplication? Can you guys provide me an answer for this?
2026-03-27 15:07:44.1774624064
On
How to prove that the solutions of a linear system Ax=0 is a vector space over R?
5.3k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
6
On
To show something that $W$ is a subspace of $V$, we must show that:
1) $W$ is non-empty
2) $W$ is closed under vector addition and scalar multiplication. This is:
$\forall x,y \in W: \forall a \in \mathbb{R}: x + y \in W, ax \in W$
So, let's check these things:
1) $A*0 = 0$, so $0 \in \{Z|AZ = 0\}:= K$. Hence $K \neq \emptyset$
2) If $X,Y \in K$, then $A(X+Y) = AX + AY = 0 + 0 = 0$ hence $X + Y \in K$
Also $A(aX) = a(AX)= a*0 = 0$, so $aX \in K$
Hence, $K$ is a subspace.
Hint: You seem to be getting hung up on the definitions. Keep in mind that you should be answering the following:
Once you have an answer for the above two questions, you will have proven that the set of all vectors satisfying $Ax = 0$ is "a vector space over $\Bbb R$ under the usual addition and scalar multiplication".