let V be RealLinearSpace; for P, Q, R being Element of V
for a being non zero Real st P,Q,R are_collinear & P <> R holds
affine-ratio (P,Q,R) = affine-ratio ((a * P),(a * Q),(a * R))
let P, Q, R be Element of V; for a being non zero Real st P,Q,R are_collinear & P <> R holds
affine-ratio (P,Q,R) = affine-ratio ((a * P),(a * Q),(a * R))
let a be non zero Real; ( P,Q,R are_collinear & P <> R implies affine-ratio (P,Q,R) = affine-ratio ((a * P),(a * Q),(a * R)) )
assume A1:
( P,Q,R are_collinear & P <> R )
; affine-ratio (P,Q,R) = affine-ratio ((a * P),(a * Q),(a * R))
reconsider aP = a * P, aQ = a * Q, aR = a * R as Element of V ;
then
aQ - aP = (affine-ratio (aP,aQ,aR)) * (aR - aP)
by Def02;
then
a * (Q - P) = (affine-ratio (aP,aQ,aR)) * (aR - aP)
by RLVECT_1:34;
then
a * (Q - P) = (affine-ratio (aP,aQ,aR)) * (a * (R - P))
by RLVECT_1:34;
then
a * (Q - P) = ((affine-ratio (aP,aQ,aR)) * a) * (R - P)
by RLVECT_1:def 7;
then
a * (Q - P) = a * ((affine-ratio (aP,aQ,aR)) * (R - P))
by RLVECT_1:def 7;
then
Q - P = (affine-ratio (aP,aQ,aR)) * (R - P)
by RLVECT_1:36;
hence
affine-ratio (P,Q,R) = affine-ratio ((a * P),(a * Q),(a * R))
by A1, Def02; verum