theorem Th22:
  v in W implies - v in W
proof
  assume v in W;
  then (- jj) * v in W by Th21;
  hence thesis by RLVECT_1:16;
end;
