Hey guys! Thank you all for your help. I came up with this example:
My defintion of a non-trivial subspace: A non-trivial subspace of vector space, V, contains the zero vector and at least one non-zero vector, and is closed under addition and scalar multiplication. I used the equation y = (4/3)x
1.0 is in R2:
The equation goes through the origin and the point (3, 4)
so 4 = (4/3)*3 = 4
and 0 = (4/3)*0 = 0
2. closed under addition: <3, 4> + <0, 0> = <3, 4>
3. closed under scalar multiplication
If I make my scalar multiple = 2, then the result is:
2<3, 4> = <6, 8>
8 = (4/3)*6 = 8
My professor said that "An appropriate subset of R2 is provided. The zero vector is shown to lie in the set, and a nonzero vector is shown to lie in the set. The proofs of closure are not sufficient. Furthermore, not all nontriviality properties are identified."
I need help correcting my mistakes.