let V be RealLinearSpace; :: thesis: for p, q, r being Element of V st p,q,r are_LinDep & not are_Prop p,q & p,q,r are_Prop_Vect holds
ex a, b being Real st r = (a * p) + (b * q)
let p, q, r be Element of V; :: thesis: ( p,q,r are_LinDep & not are_Prop p,q & p,q,r are_Prop_Vect implies ex a, b being Real st r = (a * p) + (b * q) )
assume A1:
( p,q,r are_LinDep & not are_Prop p,q & p,q,r are_Prop_Vect )
; :: thesis: ex a, b being Real st r = (a * p) + (b * q)
then
( not p is zero & not q is zero & not r is zero )
by Def1;
then A2:
( p <> 0. V & q <> 0. V & r <> 0. V )
by STRUCT_0:def 15;
consider a, b, c being Real such that
A3:
( ((a * p) + (b * q)) + (c * r) = 0. V & ( a <> 0 or b <> 0 or c <> 0 ) )
by A1, ANPROJ_1:def 3;
A4:
c <> 0
c * r =
- ((a * p) + (b * q))
by A3, RLVECT_1:def 11
.=
(- (a * p)) + (- (b * q))
by RLVECT_1:45
.=
((- a) * p) + (- (b * q))
by Lm8
.=
((- a) * p) + ((- b) * q)
by Lm8
;
then (c " ) * (c * r) =
((c " ) * ((- a) * p)) + ((c " ) * ((- b) * q))
by RLVECT_1:def 9
.=
(((c " ) * (- a)) * p) + ((c " ) * ((- b) * q))
by RLVECT_1:def 9
.=
(((c " ) * (- a)) * p) + (((c " ) * (- b)) * q)
by RLVECT_1:def 9
;
then (((c " ) * (- a)) * p) + (((c " ) * (- b)) * q) =
((c " ) * c) * r
by RLVECT_1:def 9
.=
1 * r
by A4, XCMPLX_0:def 7
.=
r
by RLVECT_1:def 9
;
hence
ex a, b being Real st r = (a * p) + (b * q)
; :: thesis: verum