The Creation of Unions is Equal to the Sum of Creations
📂Linear AlgebraThe Creation of Unions is Equal to the Sum of Creations
Theorem
Let S1,S2 be a subset of the vector space V. Then, the following holds.
span(S1∪S2)=span(S1)+span(S2)
Here, span means generation, and + means the sum of sets.
Proof
span(S1∪S2)⊂span(S1)+span(S2)
Let v∈span(S1∪S2). Then, v can be expressed as follows:
v=i=1∑naixi+j=1∑mbjyj,xi∈S1, yj∈S2
The first sum belongs to span(S1), and the second sum belongs to span(S2). Therefore, v∈span(S1)+span(S2).
span(S1∪S2)⊃span(S1)+span(S2)
u=i=1∑naixiandv=j=1∑mbjyj,xi∈S1, yj∈S2
Regarding such u∈span(S1),v∈span(S2), let u+v∈span(S1)+span(S2). Then, since u+v=i=1∑naixi+j=1∑mbjyj holds, u+v∈span(S1∪S2).
■