Union of Two Subsets: Definition & Example

  • Thread starter Thread starter EV33
  • Start date Start date
  • Tags Tags
    Subsets Union
EV33
Messages
192
Reaction score
0

Homework Statement



What does it mean to have a union of two subsets?

Could someone provide me with an example.

Thank you.
 
Physics news on Phys.org
Hi EV33! :smile:

It's the subset consisting of everything in either subset.

For example, the union of red cars and white cars is all cars which are red or white.

And the union of red cars and fast cars is all cars which are red or fast (or both).
 
What does this mean geometrically though? I don't see how one subset could be in another subset if they are independent of each other.
 
Can you give a little more context? The words "geometrically" and "independent" suggest that you may be thinking of something else.
 
If the two subsets have no members in common, their intersection will be empty. For example, the union of O = {1, 3, 5, 7, ...} and E = {0, 2, 4, 6, 8, ...} is the set {0, 1, 2, 3, 4, ...}. They have no members in common.

If A = {0, 4, 8, 12, ...}, A U E = E. In this case, set A is a subset of E, so every member of A is automatically a member of E, but not vice versa; there are members of E that aren't also members of A. Because A is a subset of E, their intersection is not empty.
 
Thank you. I think Iknow what you mean now. But just to make sure... Do I have the correct idea?

Homework Statement


So here is my actual problem. Let U and V be the subspaces of R^3, defined by
U={x:a^(T)x=0} and V={x:b^(T)x=0}

where a=
1
1
0

and b=
0
1
-1

Demonstrate that the union of U and V is not a subspace of R^3

Homework Equations



To be a sub-space...
1. it needs to contain the zero vector
2. x+y is in W whenever x and y are in W.
3. ax is in W whenever x is in W and a is any scalar.


The Attempt at a Solution



1. they both have the zero vector because a solution to a^(T)x=0 and b^(T)x=0 is x=0.
2. An arbitrary vector that is in U={x:a^(T)x=0} would be any vector that has two zeros in the first two rows, and an arbitrary vector in V={x:b^(T)x=0}, would be any vector with the bottom two rows as zeros. And because U and V are unioned I can choose one arbitrary vector from each U and V individually and for it to be a subspace it would be in the union of U and V.

U=
0
0
S

V=
T
0
0


If you add these two arbitrary vectors together you get

T
0
S

which is in neither U or V, therefore the union of U and V is not subspace.
 
This is essentially correct. To be concrete, you could exhibit specific elements u \in U and v \in V such that u + v \notin U \cup V.
 
Back
Top