theorem Th59:
  Sum<* - v,- w *> = - (w + v)
proof
  thus Sum<* - v,- w *> = (- v) + (- w) by Th45
    .= - (w + v) by Lm3;
end;
