theorem Th15:
  w = v implies - v = - w
proof
A1: - v = (- jj) * v & - w = (- jj) * w by RLVECT_1:16;
  assume w = v;
  hence thesis by A1,Th14;
end;
