PDA

View Full Version : linear algebra proof on linearly independence


gavin1989
Sep16-09, 05:49 PM
1. The problem statement, all variables and given/known data
Show that if vectors v1 , . . . , vk in a vector space V have the properties that v1
does not = 0, and each vi is not in the span of the preceding ones, then the vectors are linearly independent.
Conversely, show that if v1 , . . . , vk is an ordered list of linearly independent vectors, then it has the above properties.

2. Relevant equations



3. The attempt at a solution

I know it is kinda easy to prove the set is linearly independent, but with the property there, how would I start the proof? I think since v2 is not a multiple of v1, and v3 is not a multiple of vi and v2 ... as well as v1 does not = 0. so i need to show: av1+bv2+cv3......nvn=0 becuz v1 does not = 0, and vi is not the span of the preceding ones(so they are all not =0), does it mean a=b=c...=0?

thanks

Dick
Sep16-09, 09:18 PM
You would write a formal proof using induction. There's not much to prove for the k=1 case. Now assume it's true for k and show it's true for k+1. How would that proof look?

gavin1989
Sep16-09, 10:36 PM
is proof by induction the only way to do it? my prof has not really taught how to prove by induction

Dick
Sep16-09, 10:45 PM
Well, you could also do proof by contradiction. For the first case, assume the vectors are NOT linearly independent. Then prove there IS some vi that is in the span of the preceding ones.