let V be RealLinearSpace; :: thesis: for v being VECTOR of V holds
( {v} is linearly-independent iff v <> 0. V )

let v be VECTOR of V; :: thesis: ( {v} is linearly-independent iff v <> 0. V )
thus ( {v} is linearly-independent implies v <> 0. V ) :: thesis: ( v <> 0. V implies {v} is linearly-independent )
proof end;
assume A1: v <> 0. V ; :: thesis: {v} is linearly-independent
let l be Linear_Combination of {v}; :: according to RLVECT_3:def 1 :: thesis: ( Sum l = 0. V implies Carrier l = {} )
A2: Carrier l c= {v} by RLVECT_2:def 6;
assume A3: Sum l = 0. V ; :: thesis: Carrier l = {}
now :: thesis: Carrier l = {} end;
hence Carrier l = {} ; :: thesis: verum