theorem Th3:
  Sum(- L) = - Sum(L)
proof
  thus Sum(- L) = (- jj) * Sum(L) by Th2
    .= - Sum(L) by RLVECT_1:16;
end;
