theorem
  v in W implies - v in v + W
proof
  assume v in W;
  then (- 1_GF) * v in v + W by Th58;
  hence thesis by VECTSP_1:14;
end;
