$V$ is vector space. Let $v_1,v_2,v_3 in V$. Assume that $v_3$ is not linear combination of $v_1$ and $v_2$ .Then set $\{v_1,v_2\}$ linearly independent if and only if $\{v_1+v_3, v_2+v_3\}$ is linearly independent
My idea
$\Rightarrow $ suppose $\{v_1,v_2\}$ are L.I
let suppose $a(v_1+v_2)+b(v_2+v_3)=0 \Rightarrow av_1+(a+b)v_2+bv_3=0$
then $a,b=0$ if not then $v_3$ is linear combination of $v_1$ and $v_2$
Am I right if i am can you help me other part
thank you.........
Forward direction:
$$a(v_1+\color{red}{v_3})+b(v_2+v_3)=0$$ $$av_1+bv_2+(a+b)v_3=0$$
Hence we have $a+b=0$, and hence
$$av_1+bv_2=0$$
and we conclude that $a=b=0$ due to linear independence of $\{ v_1, v_2\}$.
Give the other direction a try.
Edit:
The other direction is not true as illustrated by the other post.