SUBSPACES

By John Meth


A great way to understand vector spaces is to look at subspaces. A subspace of a vector space, $V$, is a subset, $W \subseteq V$, such that $W$ is also a vector space with the same operations as $V.$ There is a fast way to check that a subset is a subspace by checking just three properties. Finally, once we have the idea of a subspace, we can find a bounty of new vector space examples by looking at subspaces of vector spaces we already know - namely, the vector spaces listed in LinAlg6.html. For all three of these - the formal definition of a subspace, the method for checking when a subset is a subspace, and our first examples of subspaces - we will rely on A First Course in Linear Algebra by Robert A. Beezer, Section: Subspaces. Before going through this text, please note the following:

I. BASICS OF SUBSPACES

From http://linear.pugetsound.edu/html/section-S.html , please read the following:
For future use, I will record the notation for the three properties used in Theorem TSS. We will use this notation in the homework and on quizzes and exams.

    Definition 7.1: The three properties used to determine when a subset $W$ of a vector space $V$ is a subspace:
  • Property Z (Zero Vector): The zero vector in $V$ must be in $W$. For $\vec{0} \in V$, we have $\vec{0} \in W$.
  • Property AC (Additive Closure): If $u, v \in W$, then $u+v \in W$.
  • Property SC (Scalar Closure): If $\alpha \in \mathbb{R}$ and $u \in W$, then $\alpha \cdot u \in W$.

On a quiz or exam, I may ask you to prove or disprove that a subset of a vector space has one of these three properties. For example, I may ask

Question 1: Is $V = \left\{ [x,y] \in \mathbb{R}^2 \, \middle\vert \, y=5x \right\} \subset \mathbb{R}^2$ a subspace of $\mathbb{R}^2$? Prove or disprove Property AC.

or
Question 2: Is $W = \left\{ [x,y] \in \mathbb{R}^2 \, \middle\vert \, x^2=y^2 \right\} \subset \mathbb{R}^2$ a subspace of $\mathbb{R}^2$? Prove or disprove Property AC.

If you think $W$ is a subspace, you will try to prove that it has Property AC. If you think it is not a subspace, you will try to disprove that it has Property AC.

Note:

II. MORE EXAMPLES OF SUBSPACES

For some of the examples below, I am relying on the idea discussed in the lesson on vector spaces in the section Geometric Intuition, that a subspace of a vector space should have smaller dimension.