theorem
  v in W implies - v in v + W
proof
  assume v in W;
  then v * (- 1_R) in v + W by Th55;
  hence thesis by VECTSP_2:32;
end;
