theorem
  v + v = 0.V implies v = 0.V
proof
  assume v + v = 0.V;
  then v = - v by RLVECT_1:def 10;
  hence thesis by Th4;
end;
