let V be RealLinearSpace; :: thesis: 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; :: thesis: ( 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
and
A2:
{v,w} is linearly-independent
and
A3:
not {u,v,w} is linearly-independent
; :: thesis: ex a, b being Real st u = (a * v) + (b * w)
consider a, b, c being Real such that
A4:
((a * u) + (b * v)) + (c * w) = 0. V
and
A5:
( a <> 0 or b <> 0 or c <> 0 )
by A3, Th10;
hence
ex a, b being Real st u = (a * v) + (b * w)
; :: thesis: verum