logo

Sum of Subspaces in a Vector Space 📂Linear Algebra

Sum of Subspaces in a Vector Space

Definition1

Let’s refer to W1,W2W_{1}, W_{2} as a subspace of the vector space VV. The sum of W1W_{1} and W2W_{2} is denoted as W1+W2W_{1} + W_{2} and defined as follows.

W1+W2:={x+y:xW1,yW2} W_{1} + W_{2} := \left\{ x + y : x\in W_{1}, y \in W_{2} \right\}

Generalization2

Let W1,W2,,WkW_{1}, W_{2}, \dots, W_{k} be a subspace of the vector space VV. The sum of these subspaces is denoted as W1++WkW_{1} + \cdots + W_{k} and defined as follows.

W1++Wk=i=1kWi:={v1++vk:viWi for 1ik} W_{1} + \cdots + W_{k} = \sum\limits_{i=1}^{k}W_{i} := \left\{ v_{1} + \cdots + v_{k} : v_{i} \in W_{i} \text{ for } 1 \le i \le k \right\}

Explanation

It doesn’t have to be a subspace; a subset can be defined without any issues.

As the definition suggests, it is not necessarily required to be a vector space; as long as the addition of elements is well-defined, it works. Therefore, W1W_{1} and W2W_{2} could be subgroups of a group and the definition would still apply. Conversely, without the addition of elements, it cannot be defined.

See Also


  1. Stephen H. Friedberg, Linear Algebra (4th Edition, 2002), p22 ↩︎

  2. Stephen H. Friedberg, Linear Algebra (4th Edition, 2002), p275 ↩︎