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

let V be VectSp of GF; :: 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 VECTSP_7:def 1 :: thesis: ( Sum l = 0. V implies Carrier l = {} )
assume A2: Sum l = 0. V ; :: thesis: Carrier l = {}
A3: Carrier l c= {v} by VECTSP_6:def 7;
now end;
hence Carrier l = {} ; :: thesis: verum