I am having a problem with this weird vector space problem
Consider all vectors in $R_3$ with $3v_1-v_3=0$ , $2v_1+3v_2-4v_3=0$ . Is this given set of vectors a vector space? Give Reasons. ( $v_1$, $v_2$, ... denote three components.
let $v_1$ = [ a b c ] $v_2$ = [ d e f ] $v_3$ = [ g h i ]
$3v_1-v_3=0$ $+$ $2v_1+3v_2-4v_3=0$ $=$ $ 5v_1+3v_2-5v_3=0$
the zero vector exists because $5(0)+3(0)-5(0)=0=0$
$v_1 + v_2$ = [ a b c ] + [ d e f ] = [ a+d b+e c+f ]
$v_1 + v_2$ = [ a+d b+e c+f ] = [ d+a e+b f+c ] = v2 + v1
$(v_1 + v_2) + v_3$ = [ a+d b+e c+f ] + [ g h i ] = [ a+d+g b+e+h c+f+i ] = [ a b c } + [ d+g e+h f+i ] = $v_1 + (v_2 + v_3)$
$v_1$ + 0 = [ a b c ] + [ 0 0 0 ] = [ a b c ] = $v_1$
v1 + (-v1) = [ a b c ] + { -a -b -c ] = [ 0 0 0 ]
$kv_1$ = k [ a b c ] = [ ka kb kc ]
$k (v_1+v_2)$ = k [ a+d b+e c+f ] = [ ka+kd) kb+ke kc+kf ] = [ ka kb kc ] + [ kd ke kf ] = $kv_1 + kv_2$
(k+L) v1 = (k+L) [ a b c ] = [ ka+La kb+Lb kc+Lc ] = [ ka kb kc ] + [ La Lb Lc ] = kv1 + Lv1
$k(Lv_1)$ = k [ La Lb Lc ] = (kL) [ a b c ] = (kL) v1
$1(v_1)$ = 1 [ a b c ] = [ a b c ] = $v_1$
Is this a legit prove that it is a vector space?
Also, if i pick [ 0 1 0 ] , [ 1 1 0 ] , and [ 0 1 1 ] and i put into the equation $5v_1+3v_2-5v_3$= [ 3 3 -5 ] which is not equal to 0 , so this vector does not belong to the set so it is not a vector space ?