let V be RealLinearSpace; for w, y, u, v being VECTOR of V
for a, b being Real st Gen w,y & 0. V <> u & 0. V <> v & u,v are_Ort_wrt w,y & u = (a * w) + (b * y) holds
ex c being Real st
( c <> 0 & v = ((c * b) * w) + ((- (c * a)) * y) )
let w, y, u, v be VECTOR of V; for a, b being Real st Gen w,y & 0. V <> u & 0. V <> v & u,v are_Ort_wrt w,y & u = (a * w) + (b * y) holds
ex c being Real st
( c <> 0 & v = ((c * b) * w) + ((- (c * a)) * y) )
let a, b be Real; ( Gen w,y & 0. V <> u & 0. V <> v & u,v are_Ort_wrt w,y & u = (a * w) + (b * y) implies ex c being Real st
( c <> 0 & v = ((c * b) * w) + ((- (c * a)) * y) ) )
assume that
A1:
Gen w,y
and
A2:
0. V <> u
and
A3:
0. V <> v
and
A4:
u,v are_Ort_wrt w,y
and
A5:
u = (a * w) + (b * y)
; ex c being Real st
( c <> 0 & v = ((c * b) * w) + ((- (c * a)) * y) )
set v9 = (b * w) + ((- a) * y);
(b * w) + ((- a) * y) = ((1 * b) * w) + ((- (1 * a)) * y)
;
then
u,(b * w) + ((- a) * y) are_Ort_wrt w,y
by A1, A5, Lm5;
then consider a1, b1 being Real such that
A6:
a1 * v = b1 * ((b * w) + ((- a) * y))
and
A7:
( a1 <> 0 or b1 <> 0 )
by A1, A2, A4, ANALMETR:9;
take c = (a1 ") * b1; ( c <> 0 & v = ((c * b) * w) + ((- (c * a)) * y) )
hence
c <> 0
; v = ((c * b) * w) + ((- (c * a)) * y)
thus v =
(a1 ") * (b1 * ((b * w) + ((- a) * y)))
by A6, A8, ANALOAF:5
.=
c * ((b * w) + ((- a) * y))
by RLVECT_1:def 7
.=
(c * (b * w)) + (c * ((- a) * y))
by RLVECT_1:def 5
.=
((c * b) * w) + (c * ((- a) * y))
by RLVECT_1:def 7
.=
((c * b) * w) + ((c * (- a)) * y)
by RLVECT_1:def 7
.=
((c * b) * w) + ((- (c * a)) * y)
; verum