logo

The Creation of Unions is Equal to the Sum of Creations 📂Linear Algebra

The Creation of Unions is Equal to the Sum of Creations

Theorem1

Let S1,S2S_{1}, S_{2} be a subset of the vector space VV. Then, the following holds.

span(S1S2)=span(S1)+span(S2) \span(S_{1} \cup S_{2}) = \span(S_{1}) + \span(S_{2})

Here, span\span means generation, and ++ means the sum of sets.

Proof

  • span(S1S2)span(S1)+span(S2)\span(S_{1} \cup S_{2}) \subset \span(S_{1}) + \span(S_{2})

    Let vspan(S1S2)v \in \span(S_{1} \cup S_{2}). Then, vv can be expressed as follows: v=i=1naixi+j=1mbjyj,xiS1, yjS2 v = \sum\limits_{i=1}^{n}a_{i}x_{i} + \sum\limits_{j=1}^{m}b_{j}y_{j},\quad x_{i}\in S_{1},\ y_{j} \in S_{2} The first sum belongs to span(S1)\span(S_{1}), and the second sum belongs to span(S2)\span(S_{2}). Therefore, vspan(S1)+span(S2)v \in \span(S_{1}) + \span(S_{2}).

  • span(S1S2)span(S1)+span(S2)\span(S_{1} \cup S_{2}) \supset \span(S_{1}) + \span(S_{2})

    u=i=1naixiandv=j=1mbjyj,xiS1, yjS2 u = \sum\limits_{i=1}^{n}a_{i}x_{i} \quad \text{and} \quad v = \sum\limits_{j=1}^{m}b_{j}y_{j},\quad x_{i} \in S_{1},\ y_{j} \in S_{2} Regarding such uspan(S1),vspan(S2)u \in \span(S_{1}), v \in \span(S_{2}), let u+vspan(S1)+span(S2)u + v \in \span(S_{1}) + \span(S_{2}). Then, since u+v=i=1naixi+j=1mbjyju + v = \sum\limits_{i=1}^{n}a_{i}x_{i} + \sum\limits_{j=1}^{m}b_{j}y_{j} holds, u+vspan(S1S2)u + v \in \span(S_{1} \cup S_{2}).


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