Is the following subset a subspace?

  • Thread starter Ryker
  • Start date
  • Tags
    Subspace
In summary: As for the "zero" condition, if a vector doesn't have a corresponding element in the space, then it can be said that the vector is "zero".
  • #1
Ryker
1,086
2

Homework Statement


Determine if the following subset of Rn is a subspace: all vectors <a1, a2, ... , an>, such that a1 = 1.

Homework Equations


The Attempt at a Solution


I'm going through the Linear Algebra: An Introductory Approach by Curtis and found this thing. I can't quite get around the fact on why this isn't a subspace. Can someone explain perhaps? How do I even start doing this? I tried setting up two different vectors, the first one <k, k2a2, ... , knan> and the second one <l, l2a2, ... , lnan>, and then adding them up. But I don't even know what I'm supposed to be looking for.

edit: Or do k and l need to be 1 here? Because I guess then it's not hard seeing that multiplying such a vector by a scalar would result in a vector whose first coordinate isn't one, and that adding two, whose first coordinates are 1, amounts to the first one being 2. Hence, this would not be a subspace, because these resultant vectors would lie outside of our conditions.

Still, even if this is the case, this one is really basic, and I'm still having trouble getting my head around how to tackle more complicated cases.
 
Last edited:
Physics news on Phys.org
  • #2
There is one important property of a subspace that you need to have that you don't in this example, or rather there is a specific vector that you need to have in the subset for it to be a subspace.
 
  • #3
Ryker said:

Homework Statement


Determine if the following subset of Rn is a subspace: all vectors <a1, a2, ... , an>, such that a1 = 1.

Homework Equations


The Attempt at a Solution


I'm going through the Linear Algebra: An Introductory Approach by Curtis and found this thing. I can't quite get around the fact on why this isn't a subspace. Can someone explain perhaps? How do I even start doing this? I tried setting up two different vectors, the first one <k, k2a2, ... , knan> and the second one <l, l2a2, ... , lnan>, and then adding them up. But I don't even know what I'm supposed to be looking for.

edit: Or do k and l need to be 1 here? Because I guess then it's not hard seeing that multiplying such a vector by a scalar would result in a vector whose first coordinate isn't one, and that adding two, whose first coordinates are 1, amounts to the first one being 2. Hence, this would not be a subspace, because these resultant vectors would lie outside of our conditions.

Still, even if this is the case, this one is really basic, and I'm still having trouble getting my head around how to tackle more complicated cases.
Well, you have to satisfy some properties:

1.) does it have an identity element?
2.) is it a subspace under linear superposition?
3.) does it have a "zero" element?
4.) does it have a multiplicitive inverse?
etc...

If ONE of those properties is NOT satisfied, then the set of vectors is not a subspace. Check through and see which property doesn't apply for the given set of vectors. Just reply if you need more clarification. :)

Hint: I've stated one that doesn't apply to your subspace! ;)
 
  • #4
With respect to your edit, try to simplify your reasoning. Start with commonly broken rules, such as if the space has a "zero" vector. As in your example above, its really easy to see that you will never have a vector (0,0,0,...,0) in your space (since you need a 1 where a1 is).
Then work to harder reasonings, such as linear superposition. Hope this tip helps you!
 
  • #5
silvermane said:
3.) does it have a "zero" element?

Hint: I've stated one that doesn't apply to your subspace! ;)
This one? So basically a subspace has to satisfy everything a field does, plus those extra two conditions I listed (a + b and ka are elements of subspace)?

edit: OK, now that I think about it, those two "extra" conditions are basically addition and multiplication (except you multiply by a scalar, which isn't a part of the vector space, here), so are they already included in conditions for a field? This book isn't really user friendly, to be honest.
 
  • #6
Ryker said:
This one? So basically a subspace has to satisfy everything a field does, plus those extra two conditions I listed (a + b and ka are elements of subspace)?

edit: OK, now that I think about it, those two "extra" conditions are basically addition and multiplication (except you multiply by a scalar, which isn't a part of the vector space, here), so are they already included in conditions for a field? This book isn't really user friendly, to be honest.

Yes, you are correct. :)

Explicitly stated, there's the rule of linear superposition where we have x,y (two vectors in a given subspace) and for the subspace to be a subspace, they must satisfy ax + by to be in the subspace as well.

Then we have 8 properties that all vector spaces satisfy:
1.) associativity of addition: u + (v+w) = (u+v) + w
2.) commutativity of addition: v+w = w+v
3.) identity element of addition ("zero" vector of addition): 0 such that v+0=v
4.) Inverse element of addition: for every v, there exists a w such that v+w=0
5.) distributivity of scalar multiplication (with respect to vector addition): a(v+w) = av+aw
6.) distributivity of scalar multiplication (with respect to field addition): (a+b)v = av+bv
7.) compativility of scalar multiplication (with respect to field multiplication): a(bv) = (ab)v
8.) identity element of multiplication (scalar): 1v=v where 1 is the appropriate identity in F.

I suggest knowing all these properties when you decide if something is a vector space or not. Most of all, understand why these are properties of vector spaces. It's hard to get at first, but after a good amount of practice, hopefully it comes easier over time. :)
 
  • #7
silvermane said:
Explicitly stated, there's the rule of linear superposition where we have x,y (two vectors in a given subspace) and for the subspace to be a subspace, they must satisfy ax + by to be in the subspace as well.
And that must be true for any a and b, right? I guess this then basically seems those two conditions I mentioned above put together into one if I'm not mistaken.
silvermane said:
Then we have 8 properties that all vector spaces satisfy:
1.) associativity of addition: u + (v+w) = (u+v) + w
2.) commutativity of addition: v+w = w+v
3.) identity element of addition ("zero" vector of addition): 0 such that v+0=v
4.) Inverse element of addition: for every v, there exists a w such that v+w=0
5.) distributivity of scalar multiplication (with respect to vector addition): a(v+w) = av+aw
6.) distributivity of scalar multiplication (with respect to field addition): (a+b)v = av+bv
7.) compativility of scalar multiplication (with respect to field multiplication): a(bv) = (ab)v
8.) identity element of multiplication (scalar): 1v=v where 1 is the appropriate identity in F.

I suggest knowing all these properties when you decide if something is a vector space or not. Most of all, understand why these are properties of vector spaces. It's hard to get at first, but after a good amount of practice, hopefully it comes easier over time. :)
Thanks, I see this is all mentioned in the book, as well, but first vector spaces were defined, and then in the next chapter subspaces are covered. And well, again, it is mentioned that if those extra conditions I mentioned are to be satisfied, those 8 you mentioned need to be, as well. But the examples and everything that's done in the book is kind of confusing, though I don't know if it's just me. With the other Maths class I'm taking, Honours Calculus, we only have lecture notes posted online and they are so much clearer when compared to this that it's ridiculous. And in this course, we haven't actually covered subspaces and vector spaces yet, but we have done fields and stuff. But since vectors and subspaces are in the beginning chapters of the book, whereas some of the stuff we covered is in subsequent ones, I figured I'd start at the beginning and work my way through it. But yeah, it's hell. Sometimes I'm just looking at stuff, and it makes no sense whatsoever to me, and it gets me frustrated really quickly as I'm not used to finding a math-related thing so incomprehensible.
 
  • #8
Ryker said:
This one? So basically a subspace has to satisfy everything a field does, plus those extra two conditions I listed (a + b and ka are elements of subspace)?
Probably just a typo but a subspace does NOT have to "satisfy everything a field does". It has to satisfy everything a vector space does. And it does not have tow "extra" conditions because a vector space is certainly "closed" under addition and scalar multiplication. The difference with a "subspace" is that since it is already a subset of a vector space, you already know that things like "addition is commutative", "every vector has an additive inverse" are true. The only things you need to show for a subspace is that it is closed under addition and scalar multiplication (that a+ b and ka are in the subset as long as a and b are).
 
  • #9
Ah, OK, thanks for the clarification. But then the book also says that the set of polynomial functions on R, where a polynomial function is such that for some fixed set of real numbers a0, a1, ..., an

[TEX]f(x) = a_{0} + a_{1}x + ... + a_{n}x^{n}[/TEX]

is a subspace, as well.

But how can that be if it's a fixed set of real numbers? I mean, just multiplying the polynomial by a scalar changes the first element which doesn't have an x beside it. Ugh, I'm missing something here pretty badly.
 
  • #10
Edit: I might be wrong what I am saying below because it says fixed a_i.. For example x^2 + 1 should not be a subspace because it doesn't include zero. Right?
-------------------------------------------

Check the criterias for subspace.

Does it have an identity element? a_0 = 1 and the rest of a_i = 0. Ok

Do you still stay in the subset if you multiply with a scalar. Of course, if you multiply a polynomial with a scalar it is still a polynomial. Ok.

Does it include the zero element. Set all a_i to 0. Ok.

Thus it is a subspace.
 
  • #11
Ah, OK, I thought a0 must always stay the same, akin to the original question and a1 in that. I did see that you always stay within the set of polynomials, but that fixed part confused me.
 

1. What is a subset in relation to a subspace?

A subset is a set that contains elements from a larger set. In the context of a subspace, a subset is a set of vectors that is contained within a larger vector space.

2. How can I determine if a subset is a subspace?

In order for a subset to be considered a subspace, it must meet three criteria: closure under addition, closure under scalar multiplication, and contain the zero vector. This means that when any two vectors from the subset are added or multiplied by a scalar, the result must also be in the subset, and that the subset must contain the zero vector (a vector with all zero elements).

3. Can a subset be a subspace if it does not contain the zero vector?

No, a subset must contain the zero vector in order to be considered a subspace. This is because the zero vector is needed to satisfy the criteria of closure under addition and scalar multiplication.

4. Are all subspaces also subsets?

Yes, all subspaces are also subsets. This is because a subspace is defined as a subset that meets the criteria of closure under addition and scalar multiplication.

5. What is the importance of determining if a subset is a subspace?

Determining if a subset is a subspace is important in various fields, such as linear algebra and functional analysis. It allows for the identification and analysis of vector spaces within larger vector spaces, and is essential in solving problems related to linear systems, optimization, and differential equations.

Similar threads

  • Calculus and Beyond Homework Help
Replies
15
Views
2K
  • Calculus and Beyond Homework Help
Replies
0
Views
441
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
15
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
5K
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
12
Views
2K
Back
Top