Direct Sum in Vector Spaces
📂Linear AlgebraDirect Sum in Vector Spaces
Definition
A vector space V is said to be the direct sum of its two subspaces W1 and W2 if it satisfies the following, denoted by V=W1⊕W2.
(i) Existence: For any v∈V, there exist v1∈W1 and v2∈W2 satisfying v=v1+v2.
(ii) Exclusivity: W1∩W2={0}
(iii) Uniqueness: For a given v, there exists a unique v1∈W1 and v2∈W2 satisfying v=v1+v2.
Generalization
Let W1,W2,…,Wk be subspaces of the vector space V. When these subspaces meet the following conditions, V is called the direct sum of W1,…,Wk, denoted by V=W1⊕⋯⊕Wk.
V=i=1∑kWi
Wj⋂i=j∑Wi={0} for each j(1≤j≤k)
Here, i=1∑kWi is the sum of the Wi.
Explanation
(i) Existence: This condition can be rewritten as V=W1+W2, meaning "V is the sum of W1 and W2".
(iii) Uniqueness: In fact, this condition is not necessary. Due to condition (ii), if v1∈W1, then ±v1∈/W2 exists, and only one representation exists for the zero vector W.
0=0+0,0∈W1,W2
Therefore, if two expressions v1+v2 and v1′+v2′ exist for v,
0=v−v=(v1−v1′)+(v2−v2′)=0+0⟹v1=v1′, v2=v2′
Further, (i), (ii) ⟺ (iii) is validated.
At first glance, the definition might seem complex, but looking at examples in Euclidean space makes it clear that this is a very logical and convenient concept. For example, considering R3=R×R×R, elements of R3 are n-dimensional vectors (x,y,z), which can be divided into (x,y) and (z).
On the other hand, thinking about the process of recombining them gives (x,y)∈R2 and, in turn, (z)∈R. Therefore, their mere union R2∪R would include scalars and n-dimensional vectors as elements. From just these symbols, it’s evident how difficult it is to express the expansion and separation of the spaces we desire. When the concept of direct sum is introduced, however, it will be much easier to explain when subspaces neatly divide a vector space.
See Also