Kuma
- 129
- 0
I have a question that asks me to show that something is a linear space. but what is a linear space exactly and how does it differ from vector space or euclidian space?
A subspace is by definition a vector space, so if you just show that 0 is in L and that L is closed under linear combinations, then the theorem ensures that L is a vector space. And in this case, you said that your L was defined as a set of "vectors". To me that can only mean that L is defined as a subset of a vector space, but perhaps you didn't mean to imply that by using the word "vectors".Kuma said:I have learned that theorem, but how would it apply here? I'm asked to prove that L is a vector space itself, so shouldn't I use the definition of a vector/Linear space itself to show that it indeed is a vector space? ie proving the axioms for all elements in L?
However, you still need to prove that subset is non-empty and typically the simplest way to do that is to prove that 0 is in the set.Fredrik said:Edit: The requirement that 0 is in U is unnecessary, because the requirement that ax+by is in U for all a,b in ℝ and x,y in U implies that 0=0x+0y is in U.
Ah, good point. Thanks. All vector spaces have a member denoted by 0, so no vector space is empty. That makes my (a) not equivalent to (b) and (c), since U=∅ satisfies (b) and (c) but not (a). So I need to add something like U≠∅ to (b) and (c)...but it looks nicer to require that 0 is in U.HallsofIvy said:However, you still need to prove that subset is non-empty and typically the simplest way to do that is to prove that 0 is in the set.