theorem Th46:
  Sum(- L) = - Sum(L)
proof
  Sum(L) + Sum(- L) = Sum(L - L) by Th44
    .= Sum ZeroLC V by Th43
    .= 0.V by Lm1;
  hence thesis by VECTSP_1:16;
end;
