Subsets and subspaces of vector spaces

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
gtfitzpatrick
Messages
372
Reaction score
0

Homework Statement



T = {(1,1,1),(0,0,1)} is a subset of R[tex]^{3}[/tex] but not a subspace

sol

i have to prove it holds for addition and scalar multiplication

so let x=(1,1,1) and y =(0,0,1) so x+y = (1,1,2)

so it holds

let [tex]\alpha[/tex] = a scalar
then [tex]\alpha[/tex]x = ([tex]\alpha[/tex],[tex]\alpha[/tex],[tex]\alpha[/tex])
and [tex]\alpha[/tex]y = (0,0,[tex]\alpha[/tex])

so that holds.

i think I've shown that it is a subpace but the question says it isnt?
 
Last edited:
Physics news on Phys.org


I don't think you have given us the exact wording of this problem. The two vectors you gave are a basis for and span a two-dimension subspace of R^3.
 


Thinking about this some more, you have a set T with two vectors in it. With x and y as before, is x + y in the set? Is cx in the set for an arbitrary scalar?
 


i think they are in the set, x+y = (1,1,2) which is in R^3 and cx= (c,c,c) which is also in R^3 for any scalar c
 


gtfitzpatrick said:
i think they are in the set, x+y = (1,1,2) which is in R^3 and cx= (c,c,c) which is also in R^3 for any scalar c
The set T is {(1, 1, 1), (0, 0, 1)}. How can you say that x + y is in this set? If c = 2, is c(1, 1, 1) in this set?
 


am i not just to show that they are in R^3?