Which of the following are subspaces of vector space \(\mathbb{R}^3\):
A. \( \{(x,y,z) : x+y=0\ \)
B. \( \{(x,y,z) : x-y=0\} \)
C. \( \{(x,y,z) : x+y=1\} \)
D. \( \{(x,y,z) : x-y=1\} \)}
Show Hint
A very quick first check for a subspace is the zero vector test. If the set doesn't contain the zero vector of the parent space, it cannot be a subspace. For sets defined by homogeneous linear equations (like \(ax+by+cz=0\)), they are always subspaces. For non-homogeneous equations (like \(ax+by+cz=k\) where \(k \neq 0\)), they are never subspaces.
Step 1: Subspace Definition:
A subset \(S\) of a vector space \(V\) is a subspace if it meets these three criteria:
The zero vector of \(V\) is in \(S\).
\(S\) is closed under vector addition: If \(\mathbf{u}, \mathbf{v} \in S\), then \(\mathbf{u}+\mathbf{v} \in S\).
\(S\) is closed under scalar multiplication: If \(\mathbf{u} \in S\) and \(c\) is a scalar, then \(c\mathbf{u} \in S\).
Step 2: Analysis of Sets:
We'll check each set against the subspace conditions. The zero vector in \(\mathbb{R}^3\) is \((0,0,0)\).
A. \( S_A = \{(x,y,z) : x+y=0\}\):
Zero Vector: Is \((0,0,0)\) in \(S_A\)? Yes, since \(0+0=0\).
Closure under Addition: Let \(\mathbf{u}=(x_1, y_1, z_1)\) and \(\mathbf{v}=(x_2, y_2, z_2)\) be in \(S_A\). Then \(x_1+y_1=0\) and \(x_2+y_2=0\). Their sum, \(\mathbf{u}+\mathbf{v} = (x_1+x_2, y_1+y_2, z_1+z_2)\), also satisfies the condition because \((x_1+x_2) + (y_1+y_2) = (x_1+y_1) + (x_2+y_2) = 0+0=0\).
Closure under Scalar Multiplication: Let \(\mathbf{u}=(x,y,z) \in S_A\) and \(c\) be a scalar. Then \(c\mathbf{u} = (cx, cy, cz)\). The condition is met: \(cx+cy = c(x+y) = c(0) = 0\).
Thus, A is a subspace.
B. \( S_B = \{(x,y,z) : x-y=0\}\):
Zero Vector: Is \((0,0,0)\) in \(S_B\)? Yes, because \(0-0=0\).
Closure under Addition: Let \(\mathbf{u}, \mathbf{v} \in S_B\). Then \(x_1-y_1=0\) and \(x_2-y_2=0\). For the sum, \((x_1+x_2) - (y_1+y_2) = (x_1-y_1) + (x_2-y_2) = 0+0=0\). Closed.
Closure under Scalar Multiplication: Let \(\mathbf{u} \in S_B\). For \(c\mathbf{u}\), \(cx-cy = c(x-y) = c(0) = 0\). Closed.
Thus, B is a subspace.
C. \( S_C = \{(x,y,z) : x+y=1\}\):
Zero Vector: Is \((0,0,0)\) in \(S_C\)? No, because \(0+0=0 eq 1\).
Since it doesn't contain the zero vector, C is not a subspace.
D. \( S_D = \{(x,y,z) : x-y=1\}\):
Zero Vector: Is \((0,0,0)\) in \(S_D\)? No, because \(0-0=0 eq 1\).
Since it doesn't contain the zero vector, D is not a subspace.
Step 3: Conclusion:
Only sets A and B are subspaces.