Sums of Subspaces
The union of subspaces is rarely a subspace, which is why we shall define and work with the sum rather than unions.
Theorem 1.8.1. The union of two subspaces of a vector space V is a subspace of V if and only if one of the subspaces is contained in the other.
Proof. Suppose W1 and W2 are two subspaces of a vector space V over a field 𝔽.
If W1 ⊆ W2 then, W1 ∪ W2 = W2 and hence W1 ∪ W2 is a subspace.
If W2 ⊆ W1 then, W1 ∪ W2 = W1 and hence W1 ∪ W2 is a subspace.
Conversly, suppose W1 ∪ W2 is a subspace. We shall show that either W1 ⊆ W2 or W2 ⊆ W1.
Let us assume that neither W1 is a subset of W2 nor W2 is a subset of W1. Then
W1 not a subset of W2 ⇒ ∃α ∈ W1 ∉ W2 (1)
W2 not a subset of W1 ⇒ ∃β ∈ W2 ∉ W1 (2)
From (1) and (2) we have α ∈ W1 ∪ W2 and β ∈ W1 ∪ W2. Since by hyphotheis W1 ∪ W2 is a subspace, therefore α + β ∈ W1 ∪ W2. But α + β ∈ W1 ∪ W2 ⇒ α + β ∈ W1 or α + β ∈ W2. Suppose α + β ∈ W1. Since α ∈ W1 and W1 is a subspace, therefore (α + β) − α = β is in W1. But from (2) we have β ∉ W1, thus we get a contradiction. Supposing that α + β ∈ W2. Since β ∈ W2 and W2 is a subspace, therefore (α + β) − β = α is in W2. But from (1) we have α ∉ W2, thus we get again a contradiction. Hence either W1 ⊆ W2 or W2 ⊆ W1. □
Theorem 1.8.3. (Intersection Theorem) If U and W are subspaces of a vector space V, then so is U ∩ W.
Proof. First we observe that since U and W are subspaces, 0 ∈ U ∩ W. Suppose that in addition, x,y ∈ U ∩ W. Then x,y ∈ U and x,y ∈ W. Since U and W are subspaces x + y ∈ U and αx ∈ U for any scalar α. Similarly x + y ∈ W and αx ∈ W. Hence x + y ∈ U ∩ W and αx ∈ U ∩ W for all scalars α. □
Definition 1.8.4 (Sum of subsets) Suppose U1, ..., Um are subsets of V. The sum of U1, ..., Um, denoted U1 + ... + Um, is the set of all possible sums of elements of U1, ..., Um
More precisely,
U1 + ... + Um = {u1 + ... + um: u1 ∈ U1, ..., um ∈ Um} □
This definition extends to subspaces, for example U and V are subspaces of the vector space W, their sum is
U + W ={ u + v | u ∈ U, w ∈ W}
Example 1.8.2 Suppose U is the set of all elements of 𝔽3 whose second and third coordinates equal 0, and W is the set of all elements of 𝔽3 whose first and third coordinates equal 0:
U ={(x, 0, 0) ∈ 𝔽3 : x ∈ 𝔽} and W ={(0, y, 0) ∈ 𝔽3 : y ∈ 𝔽}
Then
U + W ={(x, y, 0): x,y ∈ 𝔽}
as you should verify. ■
Direct Sum
If two vector subspaces intersect trivially, that is U ∩ V = {0}, then the sum U + W is called a direct sum and is written as U ⊕ V.
Definition 1.8.3 (Internal Direct Sum). If U and V are subspaces of the vector space W such that
span(U ∪ V) = V, and
U ∩ V = {0}.
then the subspace U + V is called internal direct sum of subspaces, denoted by U ⊕ V. In this case U and V are called summands of U ⊕ V. □
We used the term, "internal" to distinguish it from the external direct product, introduced when groups were covered: this direct sum is the direct product U x V of two spaces with coordinate-wise arithmetic on elements of the product.
It is also worth noting that the defining property (a) of the direct sum is equivalent to saying that every vector v ∈ V can be written in the form w = u1 + v1 for some u1 ∈ U and v1 ∈ V.
Properties of the Direct Sum
A direct sum has considerably more interesting propertiese than simply the sum of two vector spaces; One is that dimensions simply add up
dim(U ⊕ V) = dim(U) + dim(V)