Determining if sets are subspaces of vector spaces

Click For Summary

Homework Help Overview

The discussion revolves around determining whether specific sets of vectors in R3 are subspaces based on given conditions: 1) a + b + c = 0, 2) ab = 0, and 3) ab = ac. Participants explore the implications of these conditions on the properties of subspaces.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the closure properties under addition and scalar multiplication for each condition. They question whether the conditions lead to valid subspaces and share their reasoning about specific examples.

Discussion Status

Some participants have provided counterexamples to demonstrate that certain sets are not subspaces, particularly for conditions 2 and 3. There is ongoing exploration of condition 1, with suggestions on how to prove it is a subspace.

Contextual Notes

Participants note that the conditions are treated separately, and there is a recognition of the need for rigorous proof rather than informal reasoning. Some express uncertainty about their understanding and seek clarification on their reasoning.

MoreDrinks
Messages
45
Reaction score
0

Homework Statement


Are the following sets subspaces of R3? The set of all vectors of the form (a,b,c), where

1. a + b + c = 0
2. ab = 0
3. ab = ac


Homework Equations



Each is its own condition. 1, 2 and 3 do not all apply simultaneously - they're each a separate question.

The Attempt at a Solution



I know from the back of the book that 1 is a subspace, while 2 and 3 are not. I know that the subset must be closed under addition and scalar multiplication for it to be a subspace, but I'm having trouble how seeing the conditions listed make (a,b,c) a subspace or not.

Here's me guessing

1. Who cares if they all equal zero when added together? (a,b,c)+(d,e,f) = (a+d,b+e,c+f), so we're fine. k(a,b,c) = (ka,kb,kc), so we're good.
2. a or b must equal zero. So we're left with (0,b,c) for example. Adding something of the form (a,b,c) could result in a non-zero in a, so we're not closed under addition, making us not a subspace. Correct?
3. b is equal to c. So we actually have something of the form (a,b,b) but we can add (d,e,f), and the sum does not necessarily leave us with b+e=b+f.

Am I right or totally messing this up?
 
Physics news on Phys.org
MoreDrinks said:

Homework Statement


Are the following sets subspaces of R3? The set of all vectors of the form (a,b,c), where

1. a + b + c = 0
2. ab = 0
3. ab = ac


Homework Equations



Each is its own condition. 1, 2 and 3 do not all apply simultaneously - they're each a separate question.

The Attempt at a Solution



I know from the back of the book that 1 is a subspace, while 2 and 3 are not. I know that the subset must be closed under addition and scalar multiplication for it to be a subspace, but I'm having trouble how seeing the conditions listed make (a,b,c) a subspace or not.

Here's me guessing

1. Who cares if they all equal zero when added together? (a,b,c)+(d,e,f) = (a+d,b+e,c+f), so we're fine. k(a,b,c) = (ka,kb,kc), so we're good.
2. a or b must equal zero. So we're left with (0,b,c) for example. Adding something of the form (a,b,c) could result in a non-zero in a, so we're not closed under addition, making us not a subspace. Correct?
You have the advantage of seeing the answer in advance, and this is shaping your response.

For this one a or b has to be zero, and possibly both. Two possible vectors in the set are (0, b, c) and (a, 0, d), where b is nonzero in the first vector and a is nonzero in the second.
MoreDrinks said:
3. b is equal to c. So we actually have something of the form (a,b,b) but we can add (d,e,f), and the sum does not necessarily leave us with b+e=b+f.
What you have is ab = ac, which doesn't necessarily imply that b = c. For example, if a = 0, then b and c can be any values.

To show that this set is not a subspace, take two vectors that are definitely in the set, and show that their sum is not in the set or that a scalar multiple of one of them is not in the set. What you have is more like arm-waving than an actual proof of something.
MoreDrinks said:
Am I right or totally messing this up?
 
Mark44 said:
You have the advantage of seeing the answer in advance, and this is shaping your response.

My answers preceded checking the answers - it should be useful to point out that the order of the post does not necessarily imply temporal precedence in the work and thinking on the part of the poster. But I felt so unsure about it and my capacities that I sought out help here.

For this one a or b has to be zero, and possibly both. Two possible vectors in the set are (0, b, c) and (a, 0, d), where b is nonzero in the first vector and a is nonzero in the second.

Was my reasoning, however, correct? (0,2,3)+(1,0,4) = (1,2,7) and ab≠0?

What you have is ab = ac, which doesn't necessarily imply that b = c. For example, if a = 0, then b and c can be any values.

To show that this set is not a subspace, take two vectors that are definitely in the set, and show that their sum is not in the set or that a scalar multiple of one of them is not in the set. What you have is more like arm-waving than an actual proof of something.

So, for example, one could say this:

ab=ac because a=0. Let's say a vector (0,2,5). This would also be true for (2,3,3).

(0,2,5)+(2,3,3) = (2,5,8)
10≠16

Does that work or have I delivered more hand waving.

Also, could you say something about number 1?
 
MoreDrinks said:
My answers preceded checking the answers - it should be useful to point out that the order of the post does not necessarily imply temporal precedence in the work and thinking on the part of the poster. But I felt so unsure about it and my capacities that I sought out help here.



Was my reasoning, however, correct? (0,2,3)+(1,0,4) = (1,2,7) and ab≠0?
This is a perfectly good counterexample to show that this set (#2 in your list) is not a subspace of R3.
MoreDrinks said:
So, for example, one could say this:

ab=ac because a=0. Let's say a vector (0,2,5). This would also be true for (2,3,3).

(0,2,5)+(2,3,3) = (2,5,8)
10≠16

Does that work or have I delivered more hand waving.
This is also a perfectly good counterexample to show that this set (#3 in your list) is not a subspace of R3. This isn't handwaving at all - you have found a particular example of members of the set for which addition is not closed.
MoreDrinks;4299304 Also said:
For #1, you have two vectors in your set - (a, b, c) and (d, e, f). Because they're in the set, you know that a + b + c = 0 and d + e + f = 0.

Show that their sum (a + d, b + e, c + f) is also in the set (i.e., that (a + d) + (b + e) + (c + f) = 0. This is not hard at all.

Also show that k(a, b, c) is also in the set; namely, that ka + kb + kc = 0. This is really easy, too.
 
Mark44 said:
For #1, you have two vectors in your set - (a, b, c) and (d, e, f). Because they're in the set, you know that a + b + c = 0 and d + e + f = 0.

Show that their sum (a + d, b + e, c + f) is also in the set (i.e., that (a + d) + (b + e) + (c + f) = 0. This is not hard at all.

Also show that k(a, b, c) is also in the set; namely, that ka + kb + kc = 0. This is really easy, too.

Oh, Jesus - this is one of those moments where you smack yourself for not realizing the ease of the problem earlier. Many thanks for the assistance.
 

Similar threads

Replies
8
Views
2K
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
Replies
5
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
11K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K