Is the following set a subspace?

  • Thread starter Thread starter bjohnson2001
  • Start date Start date
  • Tags Tags
    Set Subspace
bjohnson2001
Messages
13
Reaction score
0

Homework Statement



x belongs to the vector space R^6.

Is (x1-x2)^4 + x3^6 = 0 a subspace?

Homework Equations



Since we already know x is a vector space we only need to check:

1. The existence of the zero vector
2. Closure under vector addition
3. Closure under scalar addition


The Attempt at a Solution



1. (0,0,0) = 0 √ check

2. x = (-4,-4,0), y = (3,3,0)

x+y = (-1,-1,0) satisfies equation √ check

3. -1*(2,2,0) = (-2,-2,0) satisfies equation √ check

All of this seems straightforward, I'm just having a real problem with the exponents in the expression. I know that vector spaces deal with linear combinations of vectors. Does it matter that the expression of the subspace itself is not linear?

Does that somehow change the rules or can a subspace be any crazy function we want? (as long as it consists of vectors and scalars)
 
Physics news on Phys.org
bjohnson2001 said:

Homework Statement



x belongs to the vector space R^6.

Is (x1-x2)^4 + x3^6 = 0 a subspace?

Homework Equations



Since we already know x is a vector space we only need to check:
x is a vector in R6. x is not a vector space, but R6 is.
bjohnson2001 said:
1. The existence of the zero vector
2. Closure under vector addition
3. Closure under scalar addition


The Attempt at a Solution



1. (0,0,0) = 0 √ check

2. x = (-4,-4,0), y = (3,3,0)

x+y = (-1,-1,0) satisfies equation √ check



3. -1*(2,2,0) = (-2,-2,0) satisfies equation √ check
No, your checks for 2 and 3 are wrong. To verify closure under vector addition, you need to show that x + y is in the given set whenever x and y are. And similarly for scalar multiplication. You don't get to pick specific vectors.

Instead, work with two arbitrary vectors x and y. Since x and y are assumed to belong to your set, it must be true that (x1 - x2)4 + x36 = 0. It must also be true that (y1 - y2)4 + y36 = 0. Now find out whether x + y also satisifies this equation.
bjohnson2001 said:
All of this seems straightforward, I'm just having a real problem with the exponents in the expression. I know that vector spaces deal with linear combinations of vectors. Does it matter that the expression of the subspace itself is not linear?

Does that somehow change the rules or can a subspace be any crazy function we want? (as long as it consists of vectors and scalars)
 
Oh good call, x is definitely a vector. So we know that x is a vector in R6 so linear combinations of x inherit the same properties of the original vector space. Since the subspace expression is not linear, does that mean the properties are not inherited and we have to go back and reprove all axioms of vector addition and scalar multiplication? Or is it OK for a subspace expression to be non-linear?
 
bjohnson2001 said:
Oh good call, x is definitely a vector. So we know that x is a vector in R6 so linear combinations of x inherit the same properties of the original vector space. Since the subspace expression is not linear, does that mean the properties are not inherited and we have to go back and reprove all axioms of vector addition and scalar multiplication? Or is it OK for a subspace expression to be non-linear?

Try and describe all members of R^6 (x1,x2,x3,x4,x5,x6) that satisfy the equation. Judging by your examples, you've already guessed that x3 must be zero and x1 must equal x2. {x4,x5,x6} can be anything right? Can you prove that? Does that sound like a subspace?
 
Thats right, x4, x5 and x6 are all free variables and can be any value since they aren't constrained by the set. I think that's OK, if we were in R3 and only placed limits on x and y I would imagine that z could have any value like an infinite plane.

I'm not sure if that should sound normal for a subspace (not too confident in this area), but it sounds good to me! I hope you can correct me if I have got this all wrong
 
bjohnson2001 said:
Thats right, x4, x5 and x6 are all free variables and can be any value since they aren't constrained by the set. I think that's OK, if we were in R3 and only placed limits on x and y I would imagine that z could have any value like an infinite plane.

I'm not sure if that should sound normal for a subspace (not too confident in this area), but it sounds good to me! I hope you can correct me if I have got this all wrong

Right. But can you show x1=x2 and x3=0? If so then any element of the solution to that equation should be (x1,x1,0,x4,x5,x6) where x1, x4, x5 and x6 can take any values. It should be easy to show that is a subspace.
 
OK that sounds good, so its alright that the expression of the set is not linear? Usually I read proofs dealing with linear combinations of vectors where we can assume a number of things. I am not sure that the same properties are inherited when we square the difference of two vectors. Or is it OK as long as the vectors are the same vectors defined in R6?---

Thank you for your help, this is very useful to me!
 
Last edited:
bjohnson2001 said:
OK that sounds good, so its alright that the expression of the set is not linear? Usually I read proofs dealing with linear combinations of vectors where we can assume a number of things. I am not sure that the same properties are inherited when we square the difference of two vectors. Or is it OK as long as the vectors are the same vectors defined in R6?


---

Thank you for your help, this is very useful to me!

It's 'often' true that the solutions to a nonlinear equation don't form a subspace. But it's not always true. You need to find ALL the solutions and check that they satisfy the conditions of a subspace. Did you check that for {x1,x1,0,x4,x5,x6}? Just checking particular examples doesn't prove it.
 
I did and it satisfies all conditions of a subspace, I can conclude that it must be a subspace. Making the connection that x1=x2 and x3=0 was something I noticed for my example sets but didn't think to generalize for all x. This makes the proof much more complete. Thank you again for your help!
 
  • #10
bjohnson2001 said:
I did and it satisfies all conditions of a subspace, I can conclude that it must be a subspace. Making the connection that x1=x2 and x3=0 was something I noticed for my example sets but didn't think to generalize for all x. This makes the proof much more complete. Thank you again for your help!

Yes, it's a subspace, even though the defining function looks nonlinear.
 
Back
Top