Skip to main content
Logo image

Section 2.2 Constructing Subspaces

Given a vector space V over a field F, recall what it means for a subset W of V to be a subspace. While it is not hard to check whether or not a subset of a vector space is a subspace, it can be a bit subtle at first blush.

Example 2.2.1. Is every line or plane a subspace of R3?

The answer is no, and it is not hard to see, but it will take a while before we understand the significance. It is true that every line or plane containing the origin is a subspace of R3, and except for the addition of the zero subspace and all of R3, these are all the subspaces of R3.
So we can immediately exclude lines or planes that do not pass through the original simply because they fail to have the additive identity in the set. But this sounds awfully picky, doesn’t it? Actually is it not; without the origin in the set, everything goes wrong.
For example consider the plane
W={(x,y,z)∈R3∣x+y+z=1}.
Not only is (0,0,0)βˆ‰W, but it is also not closed under addition or scalar multiplication:
(1,0,0),(0,1,0)∈W but (1,1,0)βˆ‰W,(1,0,0)∈W but Ξ»(1,0,0)βˆ‰W unless Ξ»=1.
The next example may bother you at first, but linear algebra may be the first course in which being mathematically precise is essential. We shall discuss the possible misconceptions, and this will lead us to a more sophisticated notion, that of an isomorphism.

Example 2.2.2. Is R2 a subspace of R3?

The answer is no, and the reason is simple, but let’s start with some false reasoning, and then see how resolving our mistake leads to interesting ideas.
The reasoning starts with the correct statement that both R2 and R3 are vector spaces over R. Where false reasoning intrudes is the claim that R2βŠ†R3.
You may protest! The xy-plane is a subspace of R3! And I would agree, but R2 is not. Why? Simply because R2 consists of ordered pairs while R3 consists of ordered triples; pairs are not triples.
But how does that help with the xy-plane? The xy-plane (in R3) is the set
W={(x,y,z)∈R3∣z=0}.
At least WβŠ‚R3, and we check the closure axioms easily.
Similarly, we see that the yz and xz-planes are subspaces of R3. Indeed each of these subspaces is an exact replica of R2. One might go so far as to define a map to justify this, for example: T:R2β†’WβŠ‚R3 by T((x,y))=(x,y,0).
Do you think you could define a map from R2 to any plane in R3 (containing the origin)?
Having suggested we do need to be careful, let’s now recall some important, but familiar examples of a subspace of Fn for an integer nβ‰₯1. Let F be a field, say F=Q,R, or C, and let A∈MmΓ—n(F). The rows of A are elements of Fn, while the columns are a subset of Fm. These sets are not themselves subspaces since they are not closed under vector addition and scalar multiplication.

Remark 2.2.3.

Actually the last statement has one exception; that is there is exactly one mΓ—n matrix whose rows or columns form subspaces. What is it?
We can make subspaces out of the rows and columns by creating the row space (resp. column space), the set of all linear combinations of the rows (resp. columns). Taking the span of a set of vectors is one of the most common ways in which to construct a subspace of a vector space. The notion of span as well as of linear independence are two fundamental notions in linear algebra that involve the construction of linear combinations.
The following is an absolutely critical observation concerning spans.
Let’s consider some examples.
  • In V=R3, let S={[100],[010],[001]}, and T={[500],[560],[567]}. It is clear that V=Span(S), and so of course TβŠ‚Span(S). It is also easy to see that SβŠ‚Span(T) by thinking algorithmicly.
    Let’s observe that since Span(T) is a subspace of V, it is closed under linear combinations, so that [060]=[560]βˆ’[500] and [007]=[567]βˆ’[560] are both in Span(T). Now it is easy to check that SβŠ‚Span(T), so that V=Span(S)=Span(T).
    What if T={[500],[560],[567],[234]}. Is is still true that S,T have the same spans?
  • Is T={2,3+x,4+5x+6x2,7+8x+9x2+10x3} a spanning set for P3(Q)?