theorem Th41:
  v in W implies - v in W
proof
  assume v in W;
  then (- 1r) * v in W by Th40;
  hence thesis by Th3;
end;
