logo

Subspace of Vector Space 📂Linear Algebra

Subspace of Vector Space

Definition1

Let WW be a non-empty subset of the vector space VV. If WW satisfies the definition of a vector space with respect to the addition and scalar multiplication defined in VV, then WW is called a subspace of the vector space VV, and is denoted as follows:

WV W \le V

Explanation

To determine whether a subset WW of a vector space VV is a subspace of VV, it must satisfy all 10 rules required for being a vector space. It would be quite cumbersome and difficult to check all 10 rules every time we consider a subset of a vector space. Fortunately, due to being a subset of some vector space, some rules are trivially satisfied.

For instance, if u,v\mathbf{u},\mathbf{v} is an element of WW, it is also an element of VV, hence (A2), (A3), (M2)-(M5) are naturally satisfied. Therefore, it is enough to verify the closure under addition (A1), the existence of the zero vector (A4), the existence of additive inverses (A5), and the closure under scalar multiplication (M1) to conclude that WW is a subspace. However, in practice, it’s even simpler. Satisfying conditions (A1) and (M1) is a necessary and sufficient condition for being a subspace.

Examples

Examples of subspaces of the vector space VV include:

For a linear transformation T:VWT : V \to W,

  • The null space of TT N(T)VN(T) \le V
  • The range of TT R(T)WR(T) \le W

For a linear transformation T:VVT : V \to V,

Theorem: Subspace Test

Let WW be a non-empty subset of the vector space VV. It is a necessary and sufficient condition for WW to be a subspace of VV if WW satisfies the following two conditions:

(A1) The subset WW is closed under addition as defined in VV.

(M1) The subset WW is closed under scalar multiplication as defined in VV.

Proof

  • (    )(\implies)

    Assume that WW is a subspace of VV. If WW is a subspace, it is trivial that WW satisfies (A1) and (M1) by the definition of a vector space.

  • (    )(\impliedby)

    Assume that WW satisfies (A1)(A1) and (M1)(M1). Let uW\mathbf{u} \in W. Then, WW is closed under scalar multiplication, and since 0u=00\mathbf{u}=\mathbf{0}, the following is true:

    0u=0W 0 \mathbf{u} = \mathbf{0} \in W

    For the same reason, the following is true by (1)u=u(-1)\mathbf{u}=-\mathbf{u}:

    (1)u=uW (-1)\mathbf{u} = -\mathbf{u} \in W

    Therefore, WW satisfies (A1)-(M5), thus it is a subspace of VV.

Theorem: The Intersection of Subspaces is a Subspace2

Let W1,W2W_{1}, W_2 be subspaces of the vector space VV. Then, W1W2W_{1} \cap W_2 is also a subspace of VV.

Proof

By the Subspace Test, we need to check if W1W2W_{1} \cap W_2 satisfies (A1) and (M1). Let W=W1W2W= W_{1} \cap W_2.

  • (A1)

    Since W=W1W2W = W_{1} \cap W_2, any two vectors u,v\mathbf u,\mathbf v inside WW are also contained in W1W_{1} and W2W_2. Since W1,W2W_{1}, W_2 is a subspace, it is closed under addition. Therefore, the following is true:

    u+vW1,u+vW2 \mathbf u + \mathbf v \in W_{1}, \quad \mathbf u + \mathbf v \in W_2

    Hence, by the definition of intersection, the following is true:

    u+vW \mathbf u + \mathbf v \in W

    Any two vectors u, v\mathbf u,\ \mathbf v inside WW implies that u+v\mathbf u + \mathbf v is also an element of WW, so WW is closed under addition and satisfies (A1).

  • (M1)

    The proof follows similarly to the above case.

    Since W=W1W2W = W_{1} \cap W_2, any vector u\mathbf u inside WW is also contained in W1W_{1} and W2W_2. Since W1, W2W_{1},\ W_2 is a subspace, it is closed under scalar multiplication. Hence, for any scalar kk, the following is true:

    kuW1kuW2 k\mathbf{u} \in W_{1} \quad k \mathbf{u} \in W_2

    Hence, by the definition of intersection, the following is true:

    kuW k\mathbf u \in W

    Any vector u\mathbf u inside WW implies that kuk\mathbf u is also an element of WW, so WW is closed under scalar multiplication and satisfies (M1).

  • Conclusion

    If W1,W2W_{1}, W_{2} is a subspace, then W=W1W2W = W_{1} \cap W_2 satisfies (A1) and (M1), thus WW is also a subspace.

Corollary

If W1,W2,WnW_{1}, W_{2}, \dots W_{n} are subspaces of the vector space VV, then W=W1WnW = W_{1} \cap \cdots \cap \dots W_{n} is also a subspace of VV.


  1. Howard Anton, Elementary Linear Algebra: Applications Version (12th Edition, 2019), p211-212 ↩︎

  2. Howard Anton, Elementary Linear Algebra: Applications Version (12th Edition, 2019), p216 ↩︎