What Are the Requirements for a Subset to Be Considered a Subspace?

  • Context: Undergrad 
  • Thread starter Thread starter Krovski
  • Start date Start date
  • Tags Tags
    Definition Subspace
Click For Summary
SUMMARY

A subset W of a vector space V over a field F is considered a subspace if it meets three criteria: it must be non-empty, closed under vector addition, and closed under scalar multiplication. In the discussion, it is established that for W defined as W = {(a1, a2, a3) | a1 = a2 + 2}, this subset does not qualify as a subspace of R^3 because it fails to include the zero vector and is not closed under scalar multiplication. The participants emphasize the importance of verifying these conditions to determine if a subset is indeed a subspace.

PREREQUISITES
  • Understanding of vector spaces and their properties
  • Familiarity with the concepts of scalar multiplication and vector addition
  • Knowledge of the zero vector and its significance in vector spaces
  • Basic proficiency in linear algebra terminology
NEXT STEPS
  • Study the properties of vector spaces in linear algebra
  • Learn about the criteria for a subset to be a subspace
  • Explore examples of subspaces in R^n
  • Review introductory texts on linear algebra for foundational concepts
USEFUL FOR

Students of linear algebra, educators teaching vector space theory, and anyone seeking to deepen their understanding of subspaces in mathematical contexts.

Krovski
Messages
10
Reaction score
0
I'm having trouble conceptualizing exactly what a subspace is and how to identify subspaces from vector spaces.

I know that the definition of a subspace is:
A subset W of a vector space V over a field \textbf{F} is a subspace if W is also a vector space over \textbf{F} w/ the operations of vector addition and scalar multiplication.

So if I have to define a subspace of \textbf{R^3}, is it enough to show that the new vector, say W, exists in \textbf{R^3}?
 
Physics news on Phys.org
Hi Krovski! :smile:
Krovski said:
A subset W of a vector space V over a field \textbf{F} is a subspace if W is also a vector space over \textbf{F} w/ the operations of vector addition and scalar multiplication.

So if I have to define a subspace of \textbf{R^3}, is it enough to show that the new vector, say W, exists in \textbf{R^3}?

I don't understand your question :redface:

W is a space (a line or a plane), not a "new vector". :confused:
 
this is exactly why I need help understanding what a subspace is lol.

so would i then say I need to show that W is also a vector space?

and that it all its elements also belong in V?

or am I thinking of subsets?
 
W must be a subset of V,

which means that every element of W is in V

also, W must be closed under vector addition and scalar multiplication
 
ok thank you.

more precisely,

if W=(a1,a2,a3)
would W be a subspace of \textbf{R^3}
if, say, we had one element a1=a2+2?

then W=(a2+2,a2,a3)

it technically isn't seen as c(a1,a2,a3) or even adding another vector in \textbf{R^3}
so that this vector, we'll call, (b1,b2,b3) means
(a1+b1,a2+b2,a3+b3) =/= (a2+2,a2,a3)
and therefore W is not a subspace?
 
Krovski said:
if W=(a1,a2,a3)

you mean, if W is a point?

then W is not closed under scalar multiplication (unless W is (0,0,0))

(and I'm off to bed :zzz:)
 
tiny-tim said:
you mean, if W is a point?

then W is not closed under scalar multiplication (unless W is (0,0,0))

(and I'm off to bed :zzz:)


to clarify,
W=(a1,a2,a3)\epsilon ℝ^3 (this set is a subspace in ℝ^3)


so would
W1=(a2+2,a2,a3) also be a subsace in ℝ^3? or does that violate the definition of a subspace with the a2+2 term?
 
Krovski said:
to clarify,
W=(a1,a2,a3)\epsilon ℝ^3 (this set is a subspace in ℝ^3)


so would
W1=(a2+2,a2,a3) also be a subsace in ℝ^3? or does that violate the definition of a subspace with the a2+2 term?



You need to be careful how you write mathematical stuff. It seems to be you actually mean W:=\{(a_1,a_2,a_3)\in\mathbb{R}^3 \, / \,a_1=a_2+2\}
Assuming this, then no: W is not a subspace as it doesn't contain the zero vector, which is a necessary condition to be a subspace.

DonAntonio
 
I recommend you read an introductory text on linear algebra. It would go over the basic definitions in much more detail that we can here.

If you already know what a vector space is then a "subspace" is a subset of a vector space that also satisfies all the conditions for a vector space. However, many of those conditions, such as "u+ v= v+ u" are true for any vectors in the vector space so don't need to be checked again. What you do need to check is that
1) the set is not empty.
2) the set is closed under addition: The sum of two vectors in the set is again in the set.
3) the set is closed under scalar multiplication: the product of any scalar (member of the underlying field) with a vector in the set is again in the set.

For \{(a_2+ 2, a_2, a_3) we can note that (2, 0, 0) is in the set because [/itex]a_1= 2= 0+ 2= a_2+ 2[/itex] but the product of the scalar 3 and (2, 0, 0) is (6, 0, 0) which is NOT in that set: 6\ne 0+ 2.

The condition Don Antonio refers to, that the 0 vector must be in the subset in order that it be a subspace, follows from the conditions above:
(1), that subset be non-empty, requires that some vector, v, be in the subset. (3), that the subset be closed under scalar multiplication, requires that (-1)v be in the set. (2), that the subset be closed under addtion, requires that v+ (-1)v= (1+ (-1))v= 0v= 0, the zero vector, be in the set.
 
  • #10
HallsofIvy said:
I recommend you read an introductory text on linear algebra. It would go over the basic definitions in much more detail that we can here.

If you already know what a vector space is then a "subspace" is a subset of a vector space that also satisfies all the conditions for a vector space. However, many of those conditions, such as "u+ v= v+ u" are true for any vectors in the vector space so don't need to be checked again. What you do need to check is that
1) the set is not empty.
2) the set is closed under addition: The sum of two vectors in the set is again in the set.
3) the set is closed under scalar multiplication: the product of any scalar (member of the underlying field) with a vector in the set is again in the set.

For \{(a_2+ 2, a_2, a_3) we can note that (2, 0, 0) is in the set because \{(a_2+ 2, a_2, a_3) but the product of the scalar 3 and (2, 0, 0) is (6, 0, 0) which is NOT in that set: 6\ne 0+ 2.

The condition Don Antonio refers to, that the 0 vector must be in the subset in order that it be a subspace, follows from the conditions above:
(1), that subset be non-empty, requires that some vector, v, be in the subset. (3), that the subset be closed under scalar multiplication, requires that (-1)v be in the set. (2), that the subset be closed under addtion, requires that v+ (-1)v= (1+ (-1))v= 0v= 0, the zero vector, be in the set.

Yes I have been trying to read this one text, but I'm definitely behind the power curve for this topic since I haven't had much experience or luck doing proofs. I have to think of everything graphically which can become hard to do when dealing in higher dimensions.

So, what I have seen from all of your posts, and thank you all very much, is that because of the (a_{2}+2) term, the subset of W is not closed under scalar multiplication. If (a_{n})=0 the vector W = (2,0,0) which is in the subset of W. BUT, this is where I'm a little lost, since (2,0,0) is in the subset of W that also means that it too should follow the rules of the subspace (i.e. closed under scalar multiplication, vector addition and non-emptiness) which is why 3(2,0,0) = (6,0,0) but that since \{(a_2+ 2, a_2, a_3) we get the new term 6 but that doesn't follow the specifics of this subpace considering \{a_2+ 2 = a_1) : meaning 6 is not 0+2.

So W is not closed under scalar multiplication.
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 0 ·
Replies
0
Views
937
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 19 ·
Replies
19
Views
5K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 25 ·
Replies
25
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K