Lecture Notes

2. Subspaces

Part of the Series on Linear Algebra.

By Akshay Agrawal. Last updated Sept. 3, 2017.

Previous entry: Vector Spaces; Next entry: Basis and Dimension

In the previous entry, we studied vector spaces, sets in which addition and scalar multiplication satisfy some intuitive properties. In this section, we study a special type of vector space: the subspace. These notes are adapted from Sheldon Axler’s excellent introductory text Linear Algebra Done Right.

2.1 Definition

Definition 2.1 A subspace of a vector space is a subset of that is itself a vector space. To check whether a subset of a vector space is indeed a subspace, it is sufficient and necessary to check that , is closed under addition, and is closed under scalar multiplication, i.e., is a subspace of if and only if these three conditions are satisfied.

If a set is a subspace (or, for that matter, a vector space), you immediately know that it posseses a nice additive and multiplicative structure. For example, it is a fact that the set of differentiable real-valued functions on the reals is a subspace of — this tells us, for example, that the sum of two real-valued differentiable functions is itself differentiable.

2.2 Sums of subspaces

Definition 2.2 The sum of two subsets and of a vector space is the set that contains all possible sums of their elements: (the sum of more than two sets is defined analogously). The summation of sets in this way is sometimes called the Minkowski sum.

Definition 2.3 A sum of subspaces through of a vector space is a direct sum if each element in is uniquely determined by the sum of some , with each , ie, if there is only one way to write each as a sum of elements from the . If the sum is in fact a direct sum, it is common to emphasize this fact by substituting the “” symbol for the “” symbol, like so: .

It is a useful and easy to verify fact that the sum of two subspaces is a direct sum if and only if their intersection is the singleton set .

2.3 Exercises

  1. Verify the claim made at the end of §2.2: if and only if , where and are subspaces of the same vector space.
  2. Prove that , where the are subspaces of the same vector space, is a direct sum if and only if the only way to write as a sum of the is by taking each term in the sum to be .

2.4 References

Linear Algebra Done Right, by Sheldon Axler.