[Math] Showing that linear subset is not a subspace of the Vector space $V$

linear algebra

I am given the following

$V = \mathbb R^4$

$W = \{(w,x,y,z)\in \mathbb R^4|w+2x-4y+2 = 0\}$

I have to prove or disprove that $W$ is a subspace of $V$.

Now, my linear algebra is fairly weak as I haven't taken it in almost 4 years but for a subspace to exist I believe that:

1) The $0$ vector must exist under $W$

2) Scalar addition must be closed under $W$

3) Scalar multiplication must be closed under $W$

I don't think the first condition is true because if I were to take the vector, there is no way I can get the zero vector back. Is that correct or am I doing something very wrong?

Best Answer

You're right in what you think, but as how you argue that I am not sure what you mean by "getting the zero vector back"? Back...from where?

Anyway, if we take $\;(w,x,y,z)=(0,0,0,0)\;$ , this vector belongs to $\;W\;$ iff

$$0+2\cdot0-4\cdot0+2=0\iff 2=0$$

and since the last equality is false we get that $\;(0,0,0,0)\notin W\implies W\;$ is not a subspace and you were right.

Related Question