let V be non empty CLSStruct ; :: thesis: for v being VECTOR of V
for L being C_Linear_Combination of V holds (- L) . v = - (L . v)

let v be VECTOR of V; :: thesis: for L being C_Linear_Combination of V holds (- L) . v = - (L . v)
let L be C_Linear_Combination of V; :: thesis: (- L) . v = - (L . v)
thus (- L) . v = (- 1r) * (L . v) by Def9
.= - (L . v) ; :: thesis: verum