let x be set ; :: thesis: for V being RealLinearSpace
for w1, w2 being VECTOR of V holds
( x in Lin {w1,w2} iff ex a, b being Real st x = (a * w1) + (b * w2) )
let V be RealLinearSpace; :: thesis: for w1, w2 being VECTOR of V holds
( x in Lin {w1,w2} iff ex a, b being Real st x = (a * w1) + (b * w2) )
let w1, w2 be VECTOR of V; :: thesis: ( x in Lin {w1,w2} iff ex a, b being Real st x = (a * w1) + (b * w2) )
thus
( x in Lin {w1,w2} implies ex a, b being Real st x = (a * w1) + (b * w2) )
:: thesis: ( ex a, b being Real st x = (a * w1) + (b * w2) implies x in Lin {w1,w2} )
given a, b being Real such that A5:
x = (a * w1) + (b * w2)
; :: thesis: x in Lin {w1,w2}
hence
x in Lin {w1,w2}
; :: thesis: verum