let V be RealLinearSpace; for v, w, u being VECTOR of V st v <> w & {v,w} is linearly-independent & not {u,v,w} is linearly-independent holds
ex a, b being Real st u = (a * v) + (b * w)
let v, w, u be VECTOR of V; ( v <> w & {v,w} is linearly-independent & not {u,v,w} is linearly-independent implies ex a, b being Real st u = (a * v) + (b * w) )
assume that
A1:
( v <> w & {v,w} is linearly-independent )
and
A2:
not {u,v,w} is linearly-independent
; ex a, b being Real st u = (a * v) + (b * w)
consider a, b, c being Real such that
A3:
((a * u) + (b * v)) + (c * w) = 0. V
and
A4:
( a <> 0 or b <> 0 or c <> 0 )
by A2, Th10;
hence
ex a, b being Real st u = (a * v) + (b * w)
; verum