Prove if set A is a subspace of R4

In summary: The first condition is an existence statement; you must be able to find x1 and y1 in the reals such that the zero vector exists. You did that by finding values for x1 and y1.The next two conditions are universal statements. They mean for ALL vectors u in A1, _______ ; for all vectors u in A1 and scalars c in the reals, ____________.For the first condition, you still need to prove that the zero vector exists.For the second condition, you still need to prove that for all vectors u in A1 and scalars c in the reals, ____________.For the third condition, you still need to
  • #1
I Like Pi
91
0

Homework Statement


Prove if set A is a subspace of R4, A = {[x, 0, y, -5x], x,y E ℝ}

Homework Equations


The Attempt at a Solution


Now I know for it to be in subspace it needs to satisfy 3 conditions which are:
1) zero vector is in A
2) for each vector u in A and each vector v in A, u+v is also in A
3) for each vector u in A and each scalar a in ℝ, a*vector u is also in A

Now the problem I have is proving it...

Do I need to prove the 3 conditions above by substituting values for x and y?

Example:

1) letting x and y = 0, we get a zero vector, therefore vector 0 is in A (check)
2) let vector u have x = 1, y = 2 and vector v have x = 3, y =4
u + v = [1, 0, 2, -5] + [3, 0, 4, -15] = [4, 0, 6, -20] (which is also in A; check)
3) let a = 2, and vector u having x = 1, y = 3, so 2[1, 0, 3, -5] = [2, 0, 6, -10] (which is also in A; check)

The reason I am confused is because I have seen methods where the values are multiplied by the entire vector within the set, like...

1) 0*vector u = vector 0
2) u = b[itex]_{1}[/itex]u[itex]_{1}+...+[/itex]b[itex]_{k}[/itex]*u[itex]_{k}[/itex] and
and then you would have v = c[itex]_{1}[/itex]v[itex]_{1}+...+[/itex]c[itex]_{k}[/itex]*v[itex]_{k}[/itex], then u + v = (b[itex]_{1}[/itex]+c[itex]_{1}[/itex])u[itex]_{1}[/itex]+...+(b[itex]_{k}[/itex]+c[itex]_{k}[/itex])u[itex]_{k}[/itex]
3) and etc.

But the second method only applies to spans? Which can only be used if you know set A is a subspace of R4?

Anyways, any clarification would be appreciated, thanks
I Like Pi
 
Last edited:
Physics news on Phys.org
  • #2
I'm confused by this part: x,y E|R}

Do you mean to say [itex]x,y \in \mathbb{R}[/itex]? I assume so because we are talking about [itex]\mathbb{R}^{4}[/itex], but I just wanted to make sure.

The first condition is an existence statement; you must be able to find x and y in the reals such that the 0 vector exists. You did that by finding values for x and y.

The next two conditions are universal statements. They mean for ALL vectors u,v in A, _______ ; for all vectors u in A and scalars c in the reals, ____________.

So what you do for 2 is take two arbitrary vectors u and v, and add them together to show they are still in the set. When you take arbitrary vectors, you don't assign specific values to the components, you assign variables (different variables for each vector, the vectors can possibly be different from each other!).

For 3 you take an arbitrary vector u and multiply it by an arbitrary constant c and argue that the new vector is still in your set.

Can you try it now?
 
  • #3
I Like Pi said:

Homework Statement


A = {[x, 0, y, -5x], x,y E|R}

Homework Equations





The Attempt at a Solution


Now I know for it to be in subspace it needs to satisfy 3 conditions which are:
1) zero vector is in A
2) for each vector u in A and each vector v in A, u+v is also in A
3) for each vector u in A and each scalar a in |R, a*vector u is also in A

Now the problem I have is proving it...

Do I need to prove the above 3 by changing the x and y variables?
I don't understand what you're asking.
I Like Pi said:
Example:

1) letting x and y = 0, we get a zero vector, therefore vector 0 is in A (check)
2) let vector u have x = 1, y = 2 and vector v have x = 3, y =4
u + v = [1, 0, 2, -5] + [3, 0, 4, -15] = [4, 0, 6, -20] (which is also in A; check)
3) let a = 2, and vector u having x = 1, y = 3, so 2[1, 0, 3, -5] = [2, 0, 6, -10] (which is also in A; check)
You can't prove parts 2 and 3 like this. These conditions have to hold for any arbitrary vectors u and v in A.

Two such arbitrary vectors are u = <x1, 0, y1, -5x1> and v = <x2, 0, y2, -5x2>.

Now show that u + v is also in A.

For the 3rd condition the proof is similar.
I Like Pi said:
The reason I am confused is because I have seen methods where the values are multiplied by the entire vector within the set, like...

1) 0*vector u = vector 0
2) u = b[itex]_{1}[/itex]u[itex]_{1}+...+[/itex]b[itex]_{k}[/itex]*u[itex]_{k}[/itex] and
and then you would have v = c[itex]_{1}[/itex]v[itex]_{1}+...+[/itex]c[itex]_{k}[/itex]*v[itex]_{k}[/itex], then u + v = (b[itex]_{1}[/itex]+c[itex]_{1}[/itex])u[itex]_{1}[/itex]+...+(b[itex]_{k}[/itex]+c[itex]_{k}[/itex])u[itex]_{k}[/itex]
3) and etc.

But the second method only applies to spans? Which can only be used if you know set A is a subspace of R4?

Anyways, any clarification would be appreciated, thanks
I Like Pi
 
  • #4
I edited the above post to reflect your concerns and thanks guys! I understand what you mean, so, how about this for the first one:

let A1 = [x1, 0, y1, -5x1] and A2 = [x2, 0, y2, -5x2]
for b, c, E R
bA1+cA2 = b[x1, 0, y1, -5x1]+c[x2, 0, y2, -5x2] = [bx1+cx2,0,by1+cy2,-5bx1-5cx2] = [bx1+cx2,0,by1+cy2,-5(bx1+cx2)], where x = bx1+cx2 and y = by1+cy2For the third condition, I'm still stuck on...

Thanks!
 
Last edited:
  • #5
I Like Pi said:
I edited the above post to reflect your concerns and thanks guys! I understand what you mean, so, how about this:

For the third condition, I'd get c<x, 0, y, -5x> giving me <cx, 0, cy, -5cx> which is just c times larger than the initial (implying it is in set A)?

I'm sorry for the lack of precise explanations, I'm having a hard time wrapping my mind around what is asked...

Thanks!

You need to state why exactly this is (a little bit more precise than what you've stated). Hint: What were the conditions for x and y in the original vector?
 
  • #6
I Like Pi said:
I edited the above post to reflect your concerns and thanks guys! I understand what you mean, so, how about this for the first one:

let A1 = [x1, 0, y1, -5x1] and A2 = [x2, 0, y2, -5x2]
for b, c, E R
bA1+cA2 = b[x1, 0, y1, -5x1]+c[x2, 0, y2, -5x2] = [bx1+cx2,0,by1+cy2,-5bx1-5cx2] = [bx1+cx2,0,by1+cy2,-5(bx1+cx2)], where x = bx1+cx2 and y = by1+cy2


For the third condition, I'm still stuck on...

Thanks!

Hmm. Not quite.For part b) follow Mark44's advice:

Mark44 said:
Two such arbitrary vectors are u = <x1, 0, y1, -5x1> and v = <x2, 0, y2, -5x2>.

Now show that u + v is also in A.

(you don't multiply those arbitrary vectors by a constant)
 
  • #7
scurty said:
(you don't multiply those arbitrary vectors by a constant)

ahhh, rightt, I don't know what I had in mind... it'd be <x1+x2, 0, y1+y2, -5(x1+x2)> where x = x1+x2 and y = y1+y2!

Now for part 3, would it be...
For b, E R

b<x1,0,y1,-5x1> = <(bx1),0,(by1), -5(bx1)>, where x = bx1 and y = by1??

Thanks guys!
 
  • #8
I Like Pi said:
ahhh, rightt, I don't know what I had in mind... it'd be <x1+x2, 0, y1+y2, -5(x1+x2)> where x = x1+x2 and y = y1+y2!

Now for part 3, would it be...
For b, E R

b<x1,0,y1,-5x1> = <(bx1),0,(by1), -5(bx1)>, where x = bx1 and y = by1??

Thanks guys!

Almost finished, but not quite. You need to explain why <x1+x2, 0, y1+y2, -5(x1+x2)> is a vector in [itex]\mathbb{R}^{4}[/itex]. What specific conditions must be met for [itex]x_1 + x_2 \ \text{and} \ y_1 + y_2[/itex]?

Similarly you need to explain part c as well.
 
  • #9
scurty said:
You need to explain why <x1+x2, 0, y1+y2, -5(x1+x2)> is a vector in [itex]\mathbb{R}^{4}[/itex]. What specific conditions must be met for [itex]x_1 + x_2 \ \text{and} \ y_1 + y_2[/itex]?

Similarly you need to explain part c as well.

I don't get what you mean by specific conditions? x1+x2 make up x, for example? Since x can be an value of R, doesn't that apply to x1 and x2? I'm sorry, I haven't gone into much detail with subspaces but the very basics...

Thanks scurty
 
  • #10
You're right on the edge. I think the reason why it's oblivious to you is because it seems almost common sense! Here is what your set A is:

[itex]A = \{[x, 0, y, -5x],\ x,y \in \mathbb{R}\}[/itex]

So, what conditions must x and y satisfy to be in the set A? Likewise, [itex]x_1 + x_2 \ \text{and} \ y_1 + y_2[/itex] must also satisfy these conditions (all you have to do is show why they satisfy these conditions and you are done). And the same for part 3.
 
  • #11
Wait, x1+x2, x1,x2 E R? haha
 
  • #12
Yep! Now you just need to write it up nicely and you're good!
 
  • #13
Haha, thanks so much! It's funny how when you do something complicated, you become oblivious to the obvious!
 
  • #14
No problem! Yeah, I miss the obvious a lot too. :/
 
  • #15
scurty said:
Almost finished, but not quite. You need to explain why <x1+x2, 0, y1+y2, -5(x1+x2)> is a vector in [itex]\mathbb{R}^{4}[/itex].
No, he needs to explain why this vector is in A. The vector is obviously in R4.
scurty said:
What specific conditions must be met for [itex]x_1 + x_2 \ \text{and} \ y_1 + y_2[/itex]?

Similarly you need to explain part c as well.
 
  • #16
scurty said:
You're right on the edge. I think the reason why it's oblivious to you is because it seems almost common sense! Here is what your set A is:

[itex]A = \{[x, 0, y, -5x],\ x,y \in \mathbb{R}\}[/itex]

So, what conditions must x and y satisfy to be in the set A?
Hold on here a minute. The only restriction on x and y is that each needs to be real.

If you mean that x and y are vectors in set A, that causes confusion with how the set is defined. That's why my arbitrary vectors were u and v.

In any case a vector v in R4 is set A if and only if 1) its 2nd coordinate is 0, and 2) its 4th coordinate is -5 times its first coordinate. The 1st and 3rd coordinates are entirely arbitrary.
scurty said:
Likewise, [itex]x_1 + x_2 \ \text{and} \ y_1 + y_2[/itex] must also satisfy these conditions (all you have to do is show why they satisfy these conditions and you are done). And the same for part 3.
 
  • #17
Mark44 said:
Hold on here a minute. The only restriction on x and y is that each needs to be real.

If you mean that x and y are vectors in set A, that causes confusion with how the set is defined. That's why my arbitrary vectors were u and v.

In any case a vector v in R4 is set A if and only if 1) its 2nd coordinate is 0, and 2) its 4th coordinate is -5 times its first coordinate. The 1st and 3rd coordinates are entirely arbitrary.

Maybe I was just describing what I meant wrong. He found adding u and v together to be <x1+x2, 0, y1+y2, -5(x1+x2)>. I was just suggesting that he show [itex]x_1 + x_2, \ y_1 + y_2 \in \mathbb{R}[/itex] which would then satisfy the new vector being in the set A. Was I suggesting for him to show superfluous information?

In your post above I meant showing the vector was in A, not [itex]\mathbb{R}^4[/itex], sorry about that.
 
  • #18
scurty said:
Maybe I was just describing what I meant wrong. He found adding u and v together to be <x1+x2, 0, y1+y2, -5(x1+x2)>. I was just suggesting that he show [itex]x_1 + x_2, \ y_1 + y_2 \in \mathbb{R}[/itex] which would then satisfy the new vector being in the set A. Was I suggesting for him to show superfluous information?
Yes, IMO. x1, x2, y1, and y2 are reals, so of course if you add any two of them you get a real. That's not germane to the discussion, I don't believe.

What is important is the realization that the coordinates of u + v follow the same pattern as every other vector in A; namely, that the 2nd coordinate is 0, and the 4th coordinate is -5 times the first coordinate.
scurty said:
In your post above I meant showing the vector was in A, not [itex]\mathbb{R}^4[/itex], sorry about that.
 

1. What is a subspace in R4?

A subspace in R4 is a subset of R4 that satisfies three conditions: closure under addition, closure under scalar multiplication, and contains the zero vector.

2. How do you prove if a set A is a subspace of R4?

To prove if a set A is a subspace of R4, you need to show that it satisfies the three conditions: closure under addition, closure under scalar multiplication, and contains the zero vector. This can be done by using the definition of a subspace and showing that all elements in A follow these conditions.

3. Can a subspace in R4 be empty?

No, a subspace in R4 cannot be empty. It must contain at least the zero vector, as this is one of the three conditions that define a subspace.

4. What is the dimension of a subspace in R4?

The dimension of a subspace in R4 is the number of vectors needed to span the subspace. This can be found by taking the maximum number of linearly independent vectors in the subspace.

5. How is a subspace in R4 different from a span?

A subspace in R4 is a subset of R4 that satisfies the three conditions, while a span is the set of all linear combinations of a given set of vectors. A subspace can be thought of as a special type of span, where the given set of vectors also satisfies the three conditions.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
14
Views
267
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Precalculus Mathematics Homework Help
Replies
6
Views
696
  • Precalculus Mathematics Homework Help
Replies
6
Views
417
  • Precalculus Mathematics Homework Help
Replies
15
Views
634
  • Precalculus Mathematics Homework Help
Replies
2
Views
427
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Precalculus Mathematics Homework Help
Replies
13
Views
302
  • Calculus and Beyond Homework Help
Replies
21
Views
839
  • Precalculus Mathematics Homework Help
Replies
5
Views
956
Back
Top