ZenchiT said:
I know that it is a subset but is it a subspace? I.e, would this be closed under addition and scalar multiplication? My intuition says that wouldn't be the case because to be closed under addition a+b must be in AUB, however its not always the case that an element from span A and an element of span B would add together to give an element in span A or B. Am I correct in my thinking?
Thank you so much for your help!
You are making an important point about the general case. In order to avoid confusion with the special case we've been discussing where the ##a_i## were linearly independent, let's stop assuming that.
Let us start with ##A## and ##B##, whose elements are particular vectors in ##\mathbb{R}^3##. ##A## and ##B## are individually also subspaces by definition. (I think this is obvious but will explain more if you want.) However, as you say ##A\cup B## is not necessarily a subspace, since a linear combination of, say ##a_1## and ##b_2## is not necessarily in either ##A## or ##B##. The set of all linear combinations of ##a_i## and ##b_i## is really ##\text{span}(a_1,a_2,a_3,b_1,b_2)## with general element
$$ \sum_i x_i a_i+ \sum_\alpha y_\alpha b_\alpha.$$
This is a subspace of ##\mathbb{R}^3## and we can say that ##A\cup B## is a subset of ##\text{span}(a_1,a_2,a_3,b_1,b_2)##.
Your intuition was correct, I just put a little more detail together with it.
However, we are led back to the questions about linear dependence. If we are in ##\mathbb{R}^3##, we know that the 5 vectors ##\{ a_1,a_2,a_3,b_1,b_2\}## cannot be linearly independent, since ##5>3##. If we knew that the ##\{ a_1,a_2,a_3\}## were linearly independent and therefore a basis for ##\mathbb{R}^3##, then we could claim the following:
1. ##A = \mathbb{R}^3##
2. ##A\cup B=A##
3. ##A\cup B## is a vector space.
It is probably interesting to also consider some cases where ##\{ a_1,a_2,a_3\}## are not linearly independent. Like the example ##a_1 = (1,0,0)##, ##a_2=(0,1,0)##, ##a_3= (1,1,0)##, ##b_1 = (0,0,1)##, ##b_2=(1,2,1)##.
In any case, your observation that ##A\cup B## isn't closed is probably the important one, once the basics are established.