consider a1 being Vector of V such that
A1:
S = a1 . W
by Th15;
A2:
now for a being Vector of V st S = a . W holds
(r * a) . W = (r * a1) . Wend;
take
(r * a1) . W
; for a being Vector of V st S = a . W holds
(r * a1) . W = (r * a) . W
thus
for a being Vector of V st S = a . W holds
(r * a1) . W = (r * a) . W
by A2; verum